Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CommonDialog VS GETFILE, GETCOLOR, GETFONT, GETPRINTER
Message
 
To
16/03/1998 21:42:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00084947
Message ID:
00084960
Views:
37
>I think CommonDialog is quite poor in return string.
>e.g. there is no property return on Printer Name!!
>
>On the Other Hand, Getprinter cannot set the number of print,
>FromPage-toPage scope, Landscape Orientation....
>But Of cos, If no need to install OCX control,
>GET serious function in VFP is good!
>
>But If really want to print the same report for n times.
>either need to change the expr field in frx ...
>Of cos, quite inconvience!!
>
>^_^' What is your opinion?!

Justok,

Use a VFP form to set up for the report and allow the suer to enter the number of copies they want. Save the number of copies in a form property, numCopy. Then in the Print Button's click;

FOR lnCnt = 1 TO THISFORM.numCopy
REPORT FORM Oops TO PRINT NOCONSOLE
ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform