Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Currency textbox
Message
De
19/07/2001 12:41:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00532527
Message ID:
00532695
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
Hi Nadya.

>> This seems to work, thanks. I also want to select the whole textbox, when it gotfocus(). I have SelectOnEntry .t. and I also tried to set format to K, but it didn't help. What else can I do? <<

If you want the entire textbox to be selected, even when you click into it with the mouse, try this is the GotFocus of the textbox:
Textbox::GotFocus()
This.SelStart = 0
The.SelLength = 12
NODEFAULT
Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform