FIX: StillExecuting Property Returns Incorrect Value (182152)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q182152 SYMPTOMS
When attempting to compare the StillExecuting property with True, the
comparison may fail even though the Microsoft Internet Transfer control is
still executing its last Execute Method. This may result in the error:
Run-time error 35764
Still executing last request.
CAUSE
When the Internet Transfer Control is executing, the StillExecuting
property has the incorrect value of 1 instead of the correct value of -1.
RESOLUTION
Compare the StillExecuting property against a value other than False (0).
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 Basic 6.0.
REFERENCES
Visual Basic 5.0 Help file topic: "Internet Transfer Control"
Modification Type: | Major | Last Reviewed: | 2/24/2004 |
---|
Keywords: | kbBug kberrmsg kbfix kbVBp600fix KB182152 |
---|
|