Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_mouseover Error Quandry
Message
From
15/01/1999 13:31:14
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00176230
Message ID:
00176613
Views:
36
>>>>>There may be a "dangling object" in the _mouseOverFX object. Try Robert's solution he offered AND nulling out the _mouseOverFX object: thisform._mouseOverFX1 = .NULL.
>>>>
>>>>
>>>>I added thisform._mouseoverfx1=.null. and the cancelhighlight call to the destroy event of the form and got this:
>>>>
>>>>Error # 1737
>>>>Program destroy
>>>>Message _MOUSEOVERFX1 is a method, event, or object. (_MOUSEOVERFX1)
>>>>
>>>>:::thinking that patience is indeed a virtue:::
>>>>
>>>>TIA,
>>>
>>>You did do the cancel call BEFORE you did the .NULL., correct?
>>
>>The Mouseover Object stores an object reference to the object that is currently highlighted. This reference is cleared in the Cancelhighlight event, but if you attempt to close the form before the cancelhighlight event is called, the erefence will hang. To manually clear the reference, Use
>>
>>MouseOver1.oCurrentCoolControl = .NULL.
>
>In response to Fred, yes, I did the cancelhighlight first :)
>
>Erik, I added thisform._mouseoverfx1.oCurrentCoolControl = .NULL. to the forms destroy event and got an error "Property oCurrentCoolCOntrol not found"
>

how did you reference the Mouseoever object? Are you sure you have a good object reference?
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform