Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE ActiveX Error
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01227651
Message ID:
01228750
Views:
26
>In prior VFP versions you have to put NODEFAULT in REFRESH method of the Web Browser control to prevent this error from occurring.
>
>Check Re: Control to display formatted text Thread #1108311 Message #1108315
>
I checkd _webbrowser class and saw that the refresh method include this code:
*** OLE Control Method ***
NODEFAULT

IF this.lDebug
	ACTIVATE SCREEN
	? PROGRAM()
ENDIF
IF this.lRefresh AND NOT this.lDesign
	this.RunScript("OnRefresh")
ENDIF
this.lRefresh=.T.
now what can i do?
Ali Mohammad Hossein Zadeh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform