Output format headers

Rodgers Hemer r.hemer at w-link.net
Wed Dec 6 14:26:57 PST 2006


Top Posted

I am trying this question again as I have not yet received any  
suggestions that solved the problem.  Steve Wiltsie and Richard  
Kreiss tried but to no avail.  I did run the code using debug and saw  
nothing wrong.   The real, dummy, and system fields showed the  
correct data.  However, when the code is run, those results do not  
show in the header section, not even the system fields of @td and  
@pn.  This same code ran perfectly on a windows system and other  
reports on the SCO system are working as expected.  The only thing  
that I see as unique in this case is that the program is archiving  
and deleting the selected records during the output process.  And  
then the report is printed as a final step.
I would be most grateful for additional ideas to correct this  
problem.  The process table (prc.arcbox for file fhms) and its output  
form are attached if that would be helpful.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: prc.arcbox
Type: application/octet-stream
Size: 838 bytes
Desc: not available
Url : http://lists.celestial.com/pipermail/filepro-list/attachments/20061206/4f437846/prc-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: out.arcbox
Type: application/octet-stream
Size: 2736 bytes
Desc: not available
Url : http://lists.celestial.com/pipermail/filepro-list/attachments/20061206/4f437846/out-0001.obj
-------------- next part --------------

Rodgers Hemer
------------------------------------------------------------------------ 
--------------
On Dec 6, 2006, at 6:54 AM, GCC Consulting wrote:

>
>
>> -----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