Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select a range of characters
Message
De
11/11/1999 03:10:50
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
11/11/1999 02:22:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00289986
Message ID:
00289999
Vues:
25
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
Cetin

>Hi
>Thanks for you answer
>All ok!
>
>
>Best regards,
>Andey Byrgazov
>Computer centre "Eeast - Siberian railway"
>
>
>>
>>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform