Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print HTML File from VFP ?
Message
De
14/11/2001 05:12:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00576547
Message ID:
00581377
Vues:
47
this work fine and great, I put the execwb print code inside documentcomplete event but it sometimes can't print out the html

#DEFINE OLECMDID_PRINT 6
#DEFINE OLECMDEXECOPT_PROMPTUSER 1
#DEFINE OLECMDEXECOPT_DONTPROMPTUSER 2
ThisForm.oleWeb.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0)
inkey(4)
thisform.release

because, i want to load the html and print it out when it complete and quit the form
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform