Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate2 in iE to bookmark
Message
De
18/12/2007 11:44:06
 
 
À
18/12/2007 11:38:56
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01276472
Message ID:
01276474
Vues:
22
that was it. I just added the #todayBM to the filename I originally created for the calendar and works beautifully!
Thanks

Peter



>>I have a form with a browser control on it wth a calendar showing.
>>depending of the items per day and the day of the month the current day might not show.
>>In order for the user not to have to scroll I created a bookmarl on the current day named TodayBM
>>
>>in the refresh I have this code:
>>
>>
>>WITH thisform
>>	.makecalendar(DATE())
>>	.oWB.navigate2("#TodayBM")
>>ENDWITH
>>
>>
>>and expected it to jump to todays date, but it does NOT
>>
>>what am I doing wrong???
>>
>>
>>Thanks
>>
>>Peter
>
>You should use the whole path (I think)
>
><pre>
>WITH thisform
>	.makecalendar(DATE())
>	.oWB.navigate2("file://c:\blahblah.html#TodayBM")
>ENDWITH
>
>
>Not sure though :-)
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform