Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor at the end of an editbox
Message
De
05/11/1997 11:32:14
 
 
À
05/11/1997 11:23:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00058375
Message ID:
00058381
Vues:
36
>>How reaching the end of the editbox in VFO 5.0 in run time?
>>Infact the cursor is at the biginning of the editbox: I must run CTRL+END to go to the end; I tried to put 'keyboard CTRL+END' in the gotfocus event, but nothing happen.
>
>Did you run exactly this command :
>KEYBOARD '{CTRL+END}'

You can use:

this.selstart = len(this.value)

to avoid using the keyboard buffer
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform