Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set printer to getprinter() .... not working
Message
De
21/07/2004 10:44:03
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
21/07/2004 10:37:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00926549
Message ID:
00926554
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Hi Don,

>I have a need to print several reports back-to-back and would like to allow the user to select the printer prior to this process instead of requiring that the user select a printer for each report.
>I tried this ...
>set printer to getprinter() ..... which did not work
>and this ...
>lcPrinter = getprinter()
>set printer to "&lcPrinter" .... which did not work either
>Any ideas ?

Try:
lcPrinter = getprinter()
set printer to Name &lcPrinter
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform