Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting cursor to 1st Position in date fields?
Message
De
15/08/2001 10:47:13
 
 
À
15/08/2001 10:41:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00544082
Message ID:
00544090
Vues:
18
>You must have noticed that whenever one clicks on any date field text box , it puts the cursor where you have clicked. but what I am looking for is , that if that date field text box is empty than as soon as you click on it , it should put the cursor on 1st position. so that user can start typing a date.

Try this in the gotfocus()
DODEFAULT()
this.SelStart = 0
It doesn't work withotut the DoDefault()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform