Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form with timer freezes and no control are active
Message
From
23/08/2001 14:51:32
 
 
To
23/08/2001 14:38:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00547519
Message ID:
00548215
Views:
9
>>>>Yes where else can u place it ?
>>>>Rajesh
>>>
>>>The question should be 'how can I disable all of the controls on my form except the timer?'.
>>>
>>>You can't simply issue a THISFORM.Setall('enabled', .F.), you have to either name each control specifically, or name them in groups of classes, excluding the timer control.
>>
>>Well, you *could*.
>>THISFORM.Setall('enabled', .F.)
>>THISFORM.Setall('enabled', .T., 'timer')
>
>But depending on the length of the timer's interval, you mightn't want to disrupt it (reset it) by temporarily disabling.

Yeah, I actually meant to add that but lost my attention before I noted it.

It might work to put all the controls that aren't the timer in a container and disable that.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform