Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble with browser object
Message
 
À
01/12/2008 15:22:48
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:
01364934
Vues:
16
>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)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform