Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox control.
Message
De
09/09/1998 15:18:40
 
 
À
09/09/1998 15:11:51
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00134740
Message ID:
00134745
Vues:
13
>Hello everyone!
>
>Anybody knows how to make a textbox control behave like a ATM machine when entering a dollar amount.
>As you type the digits move from right to left.

**Text.Keypress event
this.value=this.value+chr(nKeycode)
nodefault
You will also set Text.Alignment=1 (Right), apply appropriate inputmask for digits only and filter out TAB,ENTER,etc. from KeyPress code.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform