Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Button refresh
Message
De
10/03/2003 18:34:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Button refresh
Divers
Thread ID:
00763995
Message ID:
00763995
Vues:
51
I am attempting to refresh a button based of a text box having value in it. If it has a value, then I want the button to enabled. and the reverse to happen as well. the text box is displaying information from a list box and refreshes everytime the user scroll through the list box...can any assit

here is sample code:

IF EMPTY(ThisForm.M101AReq.value) OR ThisForm.M101AReq.value = 0
ThisForm.Btn_M101a2.Enabled = .f.
ELSE
ThisForm.Btn_M101a2.Enabled = .T.
ENDIF
Thanks in Advance.

J. Turner
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform