Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display HTML
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00886227
Message ID:
00886641
Vues:
13
>I want to only display some text in one of our HTML help pages, if a file exists. I don't want to use an ActiveX control. The file will be in the same folder as the help file. Any ideas?

Hi John,

If it's just an HTML file, you can use IE to display it.
oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate(lcFikleName)
oIE.Visible = .T.
...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform