Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh() locking form?
Message
From
01/07/2003 18:27:39
 
 
To
01/07/2003 17:49:01
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00805862
Message ID:
00805876
Views:
25
>I'm using VFP 7.0
>
>myContainer does a cancel when a particular error occurs.
>myContainer contains myCmdButton and myChkAuto.
>myContainer.Refresh() looks at myChkAuto and executes myMethod()
>myContainer.myCmdButton.Click() executes myMethod()
>
>When an error() occurs during myMethod():
>if it was triggered by myCmdButton everything is fine.
>but if it was triggered by myContainer.Refresh() the form cannot be closed.
>
>There are no objects created. In fact that's what the error is - no object was created.
>I can't see any differenct between the 2 triggers. Is there something internal in Refresh() that locks the form if it's cancelled?

No, but you may be hung up in a loop that's just generating errors that aren't handled. Round and round it goes, but nobody's handling the error, so it's a vicious circle (ie: hung).
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform