Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to programm print Html Documnet?
Message
 
To
29/05/2003 09:17:47
F Bilo
Bilo Office
Fuyang, China
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00793889
Message ID:
00793897
Views:
34
Something like:

=adir(ahtm, "*.htm")
for ia=1 to alen(ahtm,1)
lccom="run Print "+fullpath(ahtm[ia,1])
&lccom
endfor

Or:

DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow
for ia=1 to alen(ahtm,1)
? ShellExecute(0,"open","print", fullpath(ahtm[ia,1]),"",0)
endfor

>I have six hundred Html to print.So i need to print them programmly and don't show me the print dialog.
>
>Can anybody help?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform