Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending a text file to the default printer...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01276849
Message ID:
01276905
Vues:
25
This works for my quick and dearty solution. Thanks

>
>One of the solutions:
>
>DECLARE INTEGER ShellExecute ;
>			    IN SHELL32.DLL ;
>			    INTEGER nWinHandle,;
>			    STRING cOperation,;
>			    STRING cFileName,;
>			    STRING cParameters,;
>			    STRING cDirectory,;
>			    INTEGER nShowWindow
>? ShellExecute(0,"print",FULLPATH(file_name),"","",1)
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform