Reset @pn
GCC Consulting
gccconsulting at comcast.net
Fri Nov 3 07:33:18 PST 2006
I have a report which does a form feed when the name code changes. This is
at break 3
I want to reset the page number for each person the report print for.
When I tried
@wbrk3 if:
then: Print
if:
then:reset @pn
The last page to print # for this person was reset to 1.
I then changed the programming to
P_num ne number
Reset @pn;p_num=number
When the report runs, the starting page number for this person is 2.
Any suggestions as to how to get the first page to be 1 and not 2?
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list