Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable all except labels
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00287091
Message ID:
00287098
Vues:
21
Hi Alan,

Try this code:

lnControls = ALEN( THISFORM.Controls )
FOR lnLoop = 1 TO lnControls
IF UPPER( THISFORM.Controls[ lnLoop ].BaseClass ) # "LABEL"
THISFORM.Controls[ lnLoop ].Enabled = .F.

ENDIF && check for all non-label controls
ENDFOR && lnLoop

>What's the best way to disable all of the controls on a form except labels?
>
>TIA
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform