FIX: VFP May Crash While Running MS Web Browser Control
ID: Q171553
|
The information in this article applies to:
-
Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a
-
Microsoft Visual Studio 97
SYMPTOMS
Visual FoxPro v5.0x may crash while running an application that uses the
Microsoft Web Browser Control.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Studio
97 Service Pack 3.
For more information, please see the following article in the Microsoft
Knowledge Base:
Q170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why
MORE INFORMATIONSteps to Reproduce Behavior
- Create a Form.
- Add a Microsoft Web Browser Control to the form and set its properties
as follows:
Name: WBCtrl1
Refresh: NODEFAULT
Init: This.Navigate("www.microsoft.com")
- Add a TextBox to the Form. The TextBox will be used to enter the URLs
you want to connect to. Add the following code to the Valid event of
this TextBox:
IF !EMPTY(This.Value)
ThisForm.WBCtrl1.Navigate(This.Value)
ENDIF
- Run the form, type a valid URL into the TexBox, and then hit the ENTER
key to go to and display the URL. Note that repeating step 4 several
times may cause Visual FoxPro to crash.
Additional query words:
Keywords : kbVS97sp2fix FxinteropOcx
Version : WINDOWS:5.0,5.0a; WINNT:97,97sp1,97sp2
Platform :
Issue type : kbbug
|