Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen
Message
 
 
À
21/08/2001 00:22:49
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Re: Screen
Divers
Thread ID:
00546572
Message ID:
00546660
Vues:
15
>hi,
>I have a screen with an optgroup ( radio butt ) with text fields associated with that radiobutt.
>I write for enabled/disabled that text fields on click above radiobutt but I dont know how I must write for disable some fields when screen are launch.
>Something like setfocus in VFP.
>Help required !
>TIA

The code below "sets focus" to the FieldVariable object on the screen
_CUROBJ = OBJNUM(FieldVariable)
To Enable/disable field
SHOW GET FieldVariable ENABLED 
   or 
SHOW GET FieldVariable DISABLED
You can put the code to enable/disable fields at screen lunch into screen ACTIVATE snippet.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform