Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is Hyperlink tool works fine ?
Message
 
 
À
12/08/2003 12:22:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00819426
Message ID:
00819460
Vues:
12
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform