Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending the cursor to the end of textfield !!!
Message
De
22/09/2000 08:54:32
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Sending the cursor to the end of textfield !!!
Divers
Thread ID:
00419663
Message ID:
00419663
Vues:
48
In my textfield.keypressed i have this

LPARAMETERS nKeyCode, nShiftAltCtrl

do case
case nkeycode = F3
this.value = "BUY"
case nkeycode = F4
this.value = "SEEL"
case nkeycode = F5
this.value = alltrim(this.value) + " EUR"
case nkeycode = F6
this.value = alltrim(this.value) + " USD"
case nkeycode = F7
this.value = alltrim(this.value) + " PTE"
endcase
keyboard chr(6) && END key

the problem is the cursor stays allways in the beginnig of the textfield and i want it in the end.

What to do ??? what to do ???

Thank you ALL

João
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform