Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SelStart has no effect in ctextboxl instance
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
SelStart has no effect in ctextboxl instance
Miscellaneous
Thread ID:
00796422
Message ID:
00796422
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform