Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to programm print Html Documnet?
Message
 
À
29/05/2003 09:17:47
F Bilo
Bilo Office
Fuyang, Chine
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00793889
Message ID:
00793897
Vues:
35
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform