email message in filepro
Bill Randall
wrandall at fptech.com
Wed Dec 6 14:36:07 PST 2006
> Well, I have it sending the file out via email, but I want to export the
> file and email the file in the same process. Filepro does not finish
> generating the file untill after processing completes. There is nothing
> in the file until after processing. Is there a way around this, other
> than making the user run two processes.
> Thanks,
> Greg
If you CLOSE the file when you are done putting data into it, it will
contain what is needed to perform the system call to email it. Because you
don't have the CLOSE statement the file remains open and in a buffer until
the process ends.
Bill
More information about the Filepro-list
mailing list