Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.release
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00040029
Message ID:
00040035
Views:
32
>>Hi,
>>
>> Just a quick question. What would cause the command thisform.release not to work? I have a form that will not close. The little 'x' button doesn't even work. This is only the case after I run a certain proc. If I knew what might cause it not to work, I might find the cause...
>>
>>thanks,
>>
>>Mike
>
>Check your procedure code. It might be that this code creates some object references which prevent normal form release, e.g. I saw this for construction like
>oCombo=thisform.cmbTest
>oCombo.rowsource=....
>oCombo.value=....


I understand that. But what would prevent normal form release? The procedure is quite simple. It's basicaly a 'holdable button' that uses a timer to repeat a task as long a the button is held down. It doesn't matter what the task is, because I've commented out the code, so I know the problem must be in the holddown code somewhere. However, I've used the holdable class in other places and never had any problems. Quite strange.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform