Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display HTML
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00886227
Message ID:
00886641
Views:
12
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform