Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First letter of textbox forced to uppercase
Message
 
 
À
09/06/2001 13:23:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00517385
Message ID:
00517416
Vues:
16
How about:
IF TYPE(This.ControlSource)='C'
    if empty(This.InputMask)
       This.InputMask='!'+REPLICATE('X',LEN(EVALUATE(This.ControlSource))-1)
    endif
ENDIF
>
>What would be the best approach to update this condition to take care of not executing this code if I have overwrited the value of the InputMask?
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform