Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Depending on value for option button, display text box.
Message
De
21/02/2002 12:17:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Depending on value for option button, display text box.
Divers
Thread ID:
00623234
Message ID:
00623234
Vues:
69
I have option buttons on my form class. Depending on the value stored on the table for the option button, I either need to show or hide a text box.

Example:
if optionbutton.value=1, then show text box,
otherwise, hide text box.

As the form shows a record, where do I put the code to either show or hide the text box?

As the user clicks on a 'NEXT' button to go to the next record in the table, form should reflect the record's optionbutton.value & the form should refresh (?) with either the text box shown or not.

I tried to put the code in the form's REFRESH(), but did not work:
IF THISFORM.optionbutton.VALUE=1
THISFORM.textbox.VISIBLE=.T.
ELSE
THISFORM.textbox.VISIBLE=.F.
ENDIF

Can anybody help?
THANKS ALL!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform