Report Printing from @key / input processing

Bob Stockler bob at trebor.iglou.com
Tue Aug 29 10:41:07 PDT 2006


Richard Tartaglia wrote (on Tue, Aug 29, 2006 at 09:44:32AM -0700):

| I hope all is good with everyone. 
| 
| FP 5.0.14  Windows 
| 
| I have many records in my database that connect to one
| person. Some may have 100 individual records. I am
| trying to print a report from @key processing listing
| records that pertain to that person. 
| 
| I can get all the data from the records in an array
| but when I try to get that data to paper I haven’t had
| any luck. 
| 
| My first question is, can this be done?
| If it is possible to do could someone please point me
| in the right direction? My hair is getting to thin to
| pull any more out. 

After you fill your array, use filePro file i/o to open a
text file for writing.  Then loop through the array and
use WRITELINE to write to write each of the elements to it.

When done, close the file and use a SYSTEM command to send
it to the printer.

Bob

-- 
Bob Stockler  +-+  bob at trebor.iglou.com  +-+  http://members.iglou.com/trebor


More information about the Filepro-list mailing list