Thanks, Peter & Craig.

It appears, Craig, that your solution is just the ticket. With your mouseUp 
handler in the group script, if I click on a column in the sixth row of the 
grid, I get the following parseable output:

field "[column name] 0006"

Exactly what I need. Thanks.

Minor sidebar question, which isn't remotely relevant for the stack in 
question: Does this mean DataGrids are limited to 9999 rows?

Sieg Lindstrom

On Jan 22, 2013, at 7:21 PM, Craig Newman wrote:

> Hi.
> 
> 
> There are a few ways to do this. The old fashioned way is to write in the 
> group script:
> 
> 
> on mouseUp
>  put the target
> end mouseUp
> 
> 
> You get a result that is easily deconstructed to row and column references.
> 
> 
> You can also trap the "editFieldText" message, or any of the row and column 
> properties.
> 
> 
> Craig Newman

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to