Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Files
Message
De
08/01/2001 18:48:57
 
 
À
05/01/2001 04:45:43
Lawrence De Grano
Computer Craft Corporation
Makati, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00459698
Message ID:
00460895
Vues:
15
>Would somebody teach me on how to execute an HTML Document from a VFP application?

You could use ShellExecute to bring up the Windows Default browser, check it out in the API sectoin. Otherwise, you can automate IE like this:

oIE = CreateObject('Internetexplorer.application')
oIE.Navigate('myhtm.htm')
oIE.Visible = .T.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform