- Code: Select all Expand view
Function TEST()
Local nPAGE:=0
oPRN:=PrintBegin....
Page
nPage++
EndPage
Page
nPage++
EndPage
// POINTOFQUESTION
EndPrint
Return .T.
The point is - how in place signed // POINTOFQUESTION print something on page number one?
I want to place information page X of Y, but Y I know on the end of my print.
Any idea?
Robert