Joe,

I created the character field with 5 rows.  After further testing I
realized that it stopped writing to the file once it reached the first
space.  That tells me that it doesn't treat the character field as a
single input parameter, but rather looks at spaces as a delimiter
between multiple input parameters.  I'm debating whether to create a
loop inside the batch file that reads all input parameters and
reconstructs the file.

 

- mark

 

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza
Sent: Tuesday, October 02, 2007 4:01 PM
To: [email protected]
Subject: Re: Write a Field Value to File

 

Make the character field as a multi-line field.. that might work.

 

Joe D'Souza

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[email protected] <mailto:[email protected]> ]On Behalf Of
Mark Latta
Sent: Tuesday, October 02, 2007 5:54 PM
To: [email protected]
Subject: Re: Write a Field Value to File


Norm,
Thanks for the suggestion.  I tried it, but I ran into a slight problem.
Only one line in the character field was written to file.  Everything
past the first carriage return was lost.  Any suggestions to write it
all at once without parsing the character field at the carriage returns
and appending to the file?

- mark

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[email protected] <mailto:[email protected]> ] On Behalf Of
Kaiser Norm E CIV USAF 96
CS/SCCE
Sent: Tuesday, October 02, 2007 3:14 PM
To: [email protected]
Subject: Re: Write a Field Value to File

In Windows and using the User tool, you can do a RUN PROCESS that calls
a batch file.  The batch file does an ECHO and redirects its output (>>)
to a file you specify.  Write the batch file such that it accepts the
field in question as one of its parameters.

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[email protected] <mailto:[email protected]> ] On Behalf Of
Mark Latta
Sent: Tuesday, October 02, 2007 4:09 PM
To: [email protected]
Subject: Write a Field Value to File

**

Listers,



Does anyone have a suggestion for writing the contents of a field to a
file without creating a macro that uses the reporting interface?



- Mark 

__20060125_______________________This posting was submitted with HTML in
it___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to