Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print HTML File from VFP ?
Message
From
14/11/2001 05:12:17
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00576547
Message ID:
00581377
Views:
46
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform