Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing two pages
Message
From
25/12/2008 01:51:15
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01369556
Message ID:
01369695
Views:
8
Thanks James for the reply!

I did it by doing the following:

I Make a textbox in report where I want to print the thing and type this
iif(lnPrint =1,'Original','Duplicate')
and call the report like that

local lnPrint
lnPrint = 0
for i = 1 to 2
lnPrint = i
REPORT FORM YOURREPORT TO PRINT NOCON
endfor
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform