Bob,
I'm using the "Basic Table Field". I tried the selectedObject, but I get
nothing.
Here..
1...create 3 fields, one a regular Text Entry Field and two Basic Table Fields.
2...give each field a name
3...put this in the card script:
on rawKeyUp keyCode
put the target
end rawKeyUp
4...c
You can use focusIn and focusOut to keep track of which field is currently
selected, then you can do as you were to know which specific cell of the
current field is being modified.
If I understand how the table field works, when you select a cell to type
in, it pops up an overlay field named for l
Did you try the selectedObject? Are you talking about a Datagrid?
Bob
On Mar 22, 2011, at 8:36 AM, Tim Ponn wrote:
> Hello all!
>
> Though not a newbie to LiveCode, I'm rusty and trying to catch up on some
> featuresso...my apologies.
>
> I've got a few table fields in my app. I need t
Hello all!
Though not a newbie to LiveCode, I'm rusty and trying to catch up on some
featuresso...my apologies.
I've got a few table fields in my app. I need to know in which table the user
is entering data. Even though each of my table fields has a unique name, all I
get as a "target" f