Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color printing
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00577401
Message ID:
00577457
Views:
20
Nix the browser control. What I had to do once I got the HTML string back from Mike's program:
StrToFile(lcHTMLCode, 'temp.htm')
DECLARE INTEGER ShellExecute ;
 IN SHELL32.dll ;
 INTEGER nWinHandle, ;
 STRING cOperation, ;
 STRING cFileName, ;
 STRING cParameters, ;
 STRING cDirectory, ;
 INTEGER nShowWindow 

ShellExecute(0, 'Print', FULLPATH('temp.htm'), '', '', 0)
CLEAR DLLS
erase temp.htm
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform