Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy that
Message
From
21/01/2016 11:42:15
 
 
To
20/01/2016 06:51:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2016
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01629953
Message ID:
01630041
Views:
84
Hi Marcia,

Thanks for the tip.
I use the getprinter() approach in another part of my app, when printing a suite of documents, but I think the dialogue box for individual doc's looks better.
But to set # of copies dynamically, I use:

use myreport.frx
replace myreport.expr with "ORIENTATION=1"+chr(13)+"COPIES="+alltrim(str(ncopies))+chr(13)+"WHATEVER=0"

And scanning through the report table also allows you to set PICTURE values, and position objects around the report dynamically.

Luke
Previous
Reply
Map
View

Click here to load this message in the networking platform