Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Dude
Message
From
18/04/2002 03:59:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
18/04/2002 03:24:15
Rafael Martinez
Martinez - Escorpion S.L.
La Laguna, Spain
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00646202
Message ID:
00646208
Views:
13
>>How can i put on my report total pages in my report.
>>
>>EJ: Pag 1 to 23, Pag 2 to 23,..... Pag 23 to 23
>>
>>I know command _PAGENO, for print 1,2,3.... 23 , but how can i print 23 in
>>each pages?????.......
>>

You might do that with 2 passes. ie :
Create an expression in your report say :
"Page "+trans(_PageNo)+" of "+trans(lnTotPages)
lnTotPages = 0
lcTemp = sys(2015)+'.tmp'
report form myReport to file (lcTemp) noconsole
erase (lcTemp)
lnTotPages = _pageno
report form myReport preview
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform