Hello all,
Is there a simple way to REPORT FORM TO FILE check.txt
then take each of these Check.txt files as they are being created in a SCAN...ENDSCAN loop and save those to one big TEXT file... I know in later versions of VFP I can FILETOSTR() and STRTOFILE() the check.txt and add it to one continuous one, but what options do I have in VFP 5.0 ??

i.e.

SELECT ac_Checks
SCAN
...
REPORT FORM apchecks TO FILE check.txt NOCONSOLE

(then if I can do something like this...)
copy check.txt TO allchecks.txt ADDITIVE

ENDSCAN

T.I.A.

Philip


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to