Re: How to tell when a table field has changed

2008-10-22 Thread Bill Vlahos
I've submitted this as a feature request in Bugzilla 7342. Bill On Oct 20, 2008, at 9:35 AM, Bill Vlahos wrote: I'll submit this as a feature request and document the bug in the existing code. Bill Vlahos On Monday, October 20, 2008, at 02:25AM, Jan Schenkel [EMAIL PROTECTED] wrote:

Re: How to tell when a table field has changed

2008-10-20 Thread Peter Alcibiades
://www.nabble.com/How-to-tell-when-a-table-field-has-changed-tp20061676p20064017.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: How to tell when a table field has changed

2008-10-20 Thread Jan Schenkel
--- Bill Vlahos [EMAIL PROTECTED] wrote: Jan, Thanks. It looks like it sends the revUpdateCellValue message whenever a cell changes (like when pressing tab or return) not just when the value changes. Unfortunately, without the pOldText value I can't tell if it changed or not.

Re: How to tell when a table field has changed

2008-10-20 Thread Bill Vlahos
I'll submit this as a feature request and document the bug in the existing code. Bill Vlahos On Monday, October 20, 2008, at 02:25AM, Jan Schenkel [EMAIL PROTECTED] wrote: --- Bill Vlahos [EMAIL PROTECTED] wrote: Jan, Thanks. It looks like it sends the revUpdateCellValue message whenever

How to tell when a table field has changed

2008-10-19 Thread Bill Vlahos
How do I tell when the contents of a table field have changed? It doesn't seem to generate a closeField message which is what I really want. Recipe (Rev 3 IDE. Mac OS X 10.5.5) 1. Create a table field 2. Set the script to: on closeField put Close Field end closeField on exitField put

Re: How to tell when a table field has changed

2008-10-19 Thread Jan Schenkel
--- Bill Vlahos [EMAIL PROTECTED] wrote: How do I tell when the contents of a table field have changed? It doesn't seem to generate a closeField message which is what I really want. Recipe (Rev 3 IDE. Mac OS X 10.5.5) 1. Create a table field 2. Set the script to: on closeField

Re: How to tell when a table field has changed

2008-10-19 Thread Bill Vlahos
Jan, Thanks. It looks like it sends the revUpdateCellValue message whenever a cell changes (like when pressing tab or return) not just when the value changes. Unfortunately, without the pOldText value I can't tell if it changed or not. Maybe you were thinking of a different message that