Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox
Message
De
01/06/2005 11:06:32
 
 
À
01/06/2005 06:37:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01018907
Message ID:
01018970
Vues:
20
try this under form refresh

for each oTxtBox in this.objects
if lower(oTxtBox.baseclass) = 'textbox'
oTxtBox.visible = oTxtBox.value > 0
endif
endfor

if you have other textboxes in the form you should test also the object name

HTH


>hi all,
>any idea,help .
>
>if i have 10 textboxes at my form as thisform.text1.value to thisform.text10.value or mor,
>
>if any textbox >0 visible=.t
>else
>visible=.f
>endif
>
>thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform