Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CommonDialog VS GETFILE, GETCOLOR, GETFONT, GETPRINTER
Message
 
À
16/03/1998 21:42:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00084947
Message ID:
00084960
Vues:
33
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform