Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cycle through all controls on a form
Message
De
27/03/1999 01:24:06
 
 
À
26/03/1999 02:25:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00202262
Message ID:
00202686
Vues:
30
>Is it possible to cycle through all text box controls on a form and set their tooltip property based on the field comments defined in the DBC?
>
>TIA

Don't cycle through them, let your textbox class do it in it's init event:
IF MEPTY(THIS.toolTipText) AND !EMPTY(THIS.ControlSource)
    THIS.ToolTipText = DBGETPROP(THIS.ControlSource, "Field", "Comment")
ENDIF
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform