Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form with timer freezes and no control are active
Message
De
23/08/2001 14:51:32
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
23/08/2001 14:38:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00547519
Message ID:
00548215
Vues:
15
>>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform