Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BINDEVENT() and properties
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00809607
Message ID:
00809672
Views:
24
Hi Arto,

You can bind to SelStart but binded event wouldn't triggered when VFP change SelStart value internally. However, running following code from the button or comand window will fire that event but I guess it's not what you were looking for.
oForm1.tEXTBOX1.SelStart = 5
>Thanks Sergey,
>
>Just than I figured but I was playing around with SelStart. In the following code mymethod2 is fired but not mymethod3. Seems that SelStart is not bindable. Even SelStart_Assign doesn't work.
>
<snip>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform