Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copyfile API Having to call twice help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01401706
Message ID:
01401719
Vues:
53
Another option: save that long string to a TXT file and then use ShellExecute API to print it. The file will be printed to the default printer.
DECLARE INTEGER ShellExecute IN shell32;
	INTEGER hWindow, STRING lpOperation,;
	STRING lpFile, STRING lpParameters,;
	STRING lpDirectory, INTEGER nShowCmd

= ShellExecute(0, "print", "c:\temp\myfile.txt", "", "", SW_SHOWMAXIMIZED)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform