Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select a range of characters
Message
From
11/11/1999 19:28:19
 
 
To
11/11/1999 03:10:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00289986
Message ID:
00290391
Views:
25
Hi Cetin,
Thanks for you answer
I have tried SelText and has not found problematic when more than 255 chars
All works normally

>Hi Andrey,
>As far as I remember SelText is problematic when more than 255 chars are selected. Instead you might want to use :
>with thisform.myEditbox
> _ClipText = substr(.value,.SelStart+1,.SelLength)
>endwith

>>>You can use the SelStart and SelLength properties to select a range of characters, and then copy them to the clicpboard with:
>>>
>>>_CLIPTEXT = THISFORM.MyEdit.SelText


Best regards,
Andey Byrgazov
Computer centre "Eeast - Siberian railway"
Previous
Reply
Map
View

Click here to load this message in the networking platform