Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make textbox to be selected in a grid?
Message
De
01/06/2006 12:35:06
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01126352
Message ID:
01126504
Vues:
20
>>
>>In the Click event:
>>this.selstart=0
>>this.sellength=this.maxlength
>
>Tore,
>
>Thank you very much. This does the job.

I recommend you to set a flag, cleared in LostFocus, to allow cursor positioning in subsequent mouse clicks
IF NOT this.Tag = '1'
    this.selstart=0
    this.sellength=this.maxlength
    this.Tag = '1'
ENDIF 
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform