Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Having a cell select all on entry
Message
 
À
22/01/1999 15:26:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00179205
Message ID:
00179235
Vues:
19
Hi Daniel,

>No matter what i do i can't get the cell to select all the text when it it clicked on. I've tried setting the selected text propreties in the got focus event but that didn't work either.

Put the following code into the GotFocus event of the textbox:
   DoDefault()
   This.SelStart = 0
   This.SelLength = 999
   NoDefault
Christof
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform