Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to programm print Html Documnet?
Message
 
À
29/05/2003 23:46:18
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:
00794528
Vues:
11
Additionally, this should work:

oIE = CreateObject("InternetExplorer.Application")
=adir(afile,"*.htm")
for ia=1 to alen(afile,1)
oIE.navigate(fullpath(afile[ia,1])
*wait wind time 1.0 "" && you may need to wait here, or check for oie.busy
oIE.Execwb(6,2)
endfor

oIE=NULL
release oIE


>unfortunately, both your way wasn't work all.The first, push up a Dos window then hang up,the second, just display a lot of "42" in foxpro's screen without print a single page.Damn.:(
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform