RE: for IE

2010-08-04 Thread RWinter
Hi Have you tried an onclick event for the button to stop the event? http://asd";>labelText I find this works for me when I do not want IE to submit the containing Form. Regards Roland From: "Jim O'Callaghan" To: "'Tapestry users'" Date: 05/08/2010 07:33 Subject:RE: for I

Re: Record locking

2007-02-19 Thread RWinter
How about using a SELECT . . . FOR UPDATE statement to select the record being edited. Once you read the record it will be locked, and as long as you keep the transaction open for the duration of the edit then no other transaction will be able to select the same record for update. If the transa