Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble with browser object
Message
De
01/12/2008 16:44:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01364734
Message ID:
01364946
Vues:
13
the first navigate works the second fails

weird





>>I used my form added 2 bittons, one navigates to the file I sent you, the other to another file.
>>
>>the first navigate works the second does not
>>
>>see here:
>>
>>
>>first navigate:
>>http://screencast.com/t/X8fLGeIxad
>>
>>second navigate:
>>
>>http://screencast.com/t/4Hhv3qzs8
>>
>>here is the click method in the first button:
>>
>>lcTemp = [file://]+FULLPATH([temp\])+[Mydiary]+ALLTRIM(oUser.username)+[.html]
>>THISFORM.owb.object.Navigate(lcTemp)
>>
>>
>>
>>and the second
>>
>>lcTemp=[file://]+FULLPATH([html\NoDiaries.html])
>>THISFORM.owb.object.Navigate(lcTemp)
>>
>>
>
>And what BOTH lctemp gives you?
>
>
>lcTemp = [file://]+FULLPATH([temp\])+[Mydiary]+ALLTRIM(oUser.username)+[.html]
>WAIT WINDOW lcTemp
>THISFORM.owb.object.Navigate(lcTemp)
>
>
>
>
>lcTemp=[file://]+FULLPATH([html\NoDiaries.html])
>WAIT WINDOW lcTemp
>THISFORM.owb.object.Navigate(lcTemp)
>
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform