Printing question

Kenneth Brody kenbrody at spamcop.net
Thu Oct 22 10:14:44 PDT 2009


Brandt Eppler wrote:
> I have a 1 line prc table
> 
>            ::PRINTER FILE "/tmp/report":
> 
> This creates 1 file in the /tmp dir   It selected 200 records.
> 
> This is the content of /tmp/report:
> 
> -r--------  root         root                         248   10/19/2009   
> /proc/1/lwp/1/xregs
> 
>    Total Count of files apparently not backed up:      200
[...]
> What am I doing wrong?

You are telling filePro to restart the output on every record, thereby 
discarding the previous contents of the file.  Only execute the PRINTER FILE 
command once if you want everything to go to that same file.

-- 
Kenneth Brody


More information about the Filepro-list mailing list