Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Hyperlink tool works fine ?
Message
 
 
To
12/08/2003 12:22:15
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00819426
Message ID:
00819460
Views:
11
Hi Claudio,

You can use IE directly
oWeb = CREATEOBJECT("InternetExplorer.Application")
oWeb.Navigate2("file://c:\myfirsthtml.htm"))
oWeb.Visible = .T.
* Wait here for a page to load
...
>Hello folks;
>
>I'm trying to use Hyperlink olecontrol. But, I'm facing that weird situation:
>
>On the init method, I do
>
>this.navigate("c:\myfirsthtml.htm")
>
>
>Ok, for "c:\myfirsthtml.htm".. But, after some procedures (in a click method) I do:
>
>thisform.olehtml.navigate("c:\mysecondhtml.htm")
>
>
>So, It doesn't change to mysecondhtml.htm file.. Why not ? Is it any other method to call (I tried already "refresh")
>
>The weird situation is: If I use SET STEP ON (before to navigate command) hyperlink will change for mysecondhtml.htm file
>
>
>Any help will be appreciated;
>
>TIA
>
>
>Claudio
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform