Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print footnote on the last page only
Message
From
18/02/2003 08:58:07
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
 
 
To
18/02/2003 03:37:57
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00754364
Message ID:
00754428
Views:
15
In the Print When event of Footnote put the following:

pr_eof_check('inv_numb')

& then add the following procedure somewhere in the project:

PARAMETER zfield
holdinv=&zfield
IF NOT EOF()
SKIP 1

IF &zfield <> holdinv OR EOF()
zeof = .t.
ELSE
*-- More line items on this invoice
zeof = .f.
ENDIF

SKIP -1
ELSE
zeof = .t.
ENDIF
return zeof
Previous
Reply
Map
View

Click here to load this message in the networking platform