Hi all,
 
I'm converting from Rbase for Dos 6.1 and I'm having trouble duplicating a 
printing process. 
 
We were required to duplicate some existing reports for the state and really 
the only way I could do it was to process data, print to file, process data, 
append to file, process, append, etc.  My code looked something like this:
 
(Fetch and misc select counts and other code)
 output filename.txt
 print ReportName1
 output screen
 
(misc select counts and other code)
 output filename.txt APPEND
 print ReportName2
 output screen
 
(New Fetch and misc select counts and other code)
 output filename.txt APPEND
 print ReportName1
 output screen
 
(misc select counts and other code)
 output filename.txt APPEND
 print ReportName2
 output screen
 
and so on...
 
Now with the new Print Command syntax, I can't seem to append to the file I'm 
building.  These reports end up being anywhere from 200 pages to 1000 pages.  
 
Can anyone tell me how to keep appending to my file instead of writing over it? 
 
Thanks,
Patti
_________________________________________________________________
 Get Free (PRODUCT) REDâ„¢  Emoticons, Winks and Display Pics
http://joinred.spaces.live.com?ocid=TXT_HMTG_prodredemoticons_052008

Reply via email to