Output format headers
GCC Consulting
gccconsulting at comcast.net
Wed Dec 6 06:54:12 PST 2006
> -----Original Message-----
> From:
> filepro-list-bounces+gccconsulting=comcast.net at lists.celestial
> .com
> [mailto:filepro-list-bounces+gccconsulting=comcast.net at lists.c
> elestial.com] On Behalf Of Rodgers Hemer
> Sent: Tuesday, December 05, 2006 5:06 PM
> To: filepro-list at lists.celestial.com
> Subject: Output format headers
>
> I have just moved files from a Windows based 4.8.10 filePro to a
> 5.0.14 filePro on a SCO 6.0 system. One output format on
> the new system is not acting correctly. The real, dummy, and
> system fields specified on the header section are not being
> filled with data, but the fields in the body of the list are
> filled. Nothing was changed after the transfer. None of the
> other output formats that I have tested are acting in this manner.
>
> The process for this output selects the records, copies the
> records to an archive file, deletes the records, and prints a
> report. I could find no configuration element that would seem
> to affect this process. Does any one have a suggestion as to
> what might be happening and how to correct it?
>
> Thanks,
>
> Rodgers Hemer
Since we haven't seen the code involved, have you run this output with the
debugger to see if the dummy fields are being filled?
You could also try using a show statement to display the field information
of the header on screen as the report runs.
You might try adding "print" and the end of each section of the processing.
If:
Then: print;END
@brk1 if:
Then:print;END
If you haven't used the print command, it needs to be in each section to
have that section print.
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list