Re: Text Box dilemna

2003-12-23 Thread Bill Vlahos
If a text field is not Focusable (check box unchecked) then you can select and copy any text that is there but not cut or delete it. This combined with a keyUp for the delete key would let you programatically make changes. Bill Vlahos On Dec 23, 2003, at 11:49 AM, Stewart Lynch wrote: I need

Re: Text Box dilemna

2003-12-23 Thread Klaus Major
Hi Stewart, I need to find a way to trap and stop anyone from deleting selected text. For example, in a text field, if one selects text and hits any key (including delete, return, fwd delete or enter), I need the the keypress to be ignored and the selection disappear. IE, I only want people to

Text Box dilemna

2003-12-23 Thread Stewart Lynch
I need to find a way to trap and stop anyone from deleting selected text. For example, in a text field, if one selects text and hits any key (including delete, return, fwd delete or enter), I need the the keypress to be ignored and the selection disappear. IE, I only want people to be able to hit