Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditional selecting in the TextBox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00785262
Message ID:
00785915
Views:
19
What do you mean with fill part?

Do you mean Text?

if you want to know if the cursor was placed in the fill part when clicked why don't you check this

with text1
if .selstart < alltrim(.len(.Value))
.selstart = 0
.sellength = len(.Value)
endif
endwith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform