Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CommonDialog VS GETFILE, GETCOLOR, GETFONT, GETPRINTER
Message
De
17/03/1998 20:43:18
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00084947
Message ID:
00085238
Vues:
30
>>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

In general case, It works very well.....

But Owing to HP Printer problem ..... Memory Worm...
So, I need low level to flock() the report and
adjust the expr Field with "COPIES=10" and save it!!
after the print job has done, remove the expr tag!!

HP Printer Driver count 1 time on loading vs n times for using loop...

Quite a fool action, but no choice... >_<"
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform