Re: Data Validation of copied Data in a field

2015-10-09 Thread Hillen Richard
sg is sent after pressing return, tab or… -> press return after pasting data or use pasteKey-msg! I´ll try! Richard. > > Message: 6 > Date: Fri, 9 Oct 2015 08:54:36 -0400 > From: dunb...@aol.com > To: use-livecode@lists.runrev.com > Subject: Re: Data Validation of copi

Re: Data Validation of copied Data in a field

2015-10-09 Thread Bob Sneidar
Are you saying that the closefield is not triggered when you leave the field after pasting text??? Very odd! You can use the textChanged message, but that will get triggered every time someone types text. That would be very hard to work with, timing loops and all. Try setting a breakpoint in y

Re: Data Validation of copied Data in a field

2015-10-09 Thread dunbarx
ent" menu. Craig Newman -Original Message- From: Hillen Richard To: use-livecode Sent: Fri, Oct 9, 2015 8:34 am Subject: Data Validation of copied Data in a field Hello list, until now I used the closefield message to validate data typed into a field. This worked until someone

Data Validation of copied Data in a field

2015-10-09 Thread Hillen Richard
Hello list, until now I used the closefield message to validate data typed into a field. This worked until someone copied the data into the input field. To validate such copied data too, I look for a method / message to trigger the data validation after pasting. But I didn´t find a solution. The