Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
N copies at once
Message
 
To
17/12/2007 13:09:40
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01276279
Message ID:
01276287
Views:
22
I believe, this trick never worked reliably with COPIES. Instead you may use it in loop:
lnrec=recn()  && needed in case report prints next 5 or similar
for icopies=1 to numberofcopies
    go (lnrec)
    report form....
endfor
Good Luck
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform