Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate2 in iE to bookmark
Message
From
18/12/2007 11:44:06
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01276472
Message ID:
01276474
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform