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:
00886702
Views:
13
Hi Sergey

The "text" I am trying hide is on a html page which is part of our help file. I want to only show one of the paragraphs if a file called demo.txt is in the current folder. I want to use the same html page for our demo and normal application, but hide part of the page if it's a demo program.

Hope this make sense.

John


>>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.
>...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform