Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit and no edit of fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00110932
Message ID:
00110942
Vues:
32
Of course that code should read:

for i = 1 to thisform.controlcount
IF thisform.controls(i).baseclass="textbox"
**Or whatever objects you use
** For data entry, test if their subclass is the current object in the for endfor

thisform.controls(i).enabled=.F. && or .T. to enabled them
endif

endfor

I must be sleepy with this awful typing - well time for lunch!

Jerry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform