Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SelStart has no effect in ctextboxl instance
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
SelStart has no effect in ctextboxl instance
Divers
Thread ID:
00796422
Message ID:
00796422
Vues:
50
Hi all.

I want to position the text entry cursor at the end of a prefilled string in a textbox. This works fine with the textbox base class, but not with ctextboxl. My code snippet is as follows, where oItemCode is the instance of ctextboxl:

With Thisform
If .lAddMode or Empty(.oItemCode.TextBox.Value)
.oItemCode.TextBox.Value = v_vendor.VendNr
.oItemCode.TextBox.SelStart = len(.oItemCode.TextBox.Value)
Endif .lAddMode or ...
Endwith

Clues, anyone?

Dan
Daniel Lauer
The Country Sampler Store
danl@sampler.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform