Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print HTML File from VFP ?
Message
De
20/12/2001 10:46:38
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00576547
Message ID:
00596793
Vues:
162
lpdummy = 0
oie=CREATEOBJECT("InternetExplorer.application")
oie.navigate("http://www.microsoft.com")
DO WHILE .T.
IF oie.readystate = 4
DO WHILE .T.
IF oie.DOCUMENT.readystate = "complete"
oie.VISIBLE=.T. && or .F.
lpdummy=1
oie.execwb(6,2,0,0)
EXIT
ENDIF
IF lnstartseconds=lntimeout
=MESSAGEBOX("Cannot open the page","FOX")
lpdummy=1
EXIT
ENDIF
ENDDO
ENDIF
IF lpdummy=1
EXIT
ENDIF
ENDDO
oie.exit
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform