Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE Control - Simulate Click?
Message
From
03/10/1999 17:46:53
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00272127
Message ID:
00272140
Views:
23
>I have an IE control on my form and I do this to it:
>
>
>	cNavDest = 'file://'+strtran(sys(2023),'\','/')+'/help10.html'
>	ThisForm.IEControl02.Navigate(cNavDest)
>	ThisForm.IEControl02.Document.Body.Scroll = "no"
>	ThisForm.IEControl02.GotFocus
>
>
>However, for some reason the scroll bar still shows on the right side of the control unless I click inside it. Playing with gotfocus and refresh didn't work. How can I simulate a click there to make the window scrollbar-free?

I don't think you can simulate a click, but you might be able to get IE to refresh itself with other tricks... try playing with methods like ScrollIntoView().
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform