Table field names
Tim Ponn
alptex2 at orwell.net
Tue Mar 22 13:06:13 EDT 2011
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...click in each field, in turn, and type a character.
Typing in the text entry field will result in it's name showing in msg...typing in either of the basic table field results in "revCell-1,1" appearing in msg. This is not very helpful when trying to identify WHICH table field the entry was made in.
MacBook Pro
Mac OS10.6.6
Rev Enterprise 4.5.0-dp-3
On Mar 22, 2011, at 12:16 PM, Bob Sneidar wrote:
> 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 features....so...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" from any of them is:
>>
>> field "revCell-1,1" ... or ... field "revCell-2,1", ... etc
>>
>> Non table fields respond as expected. What am I doing wrong?
>>
>> Thanks in advance for your response!
>>
>>
>> Best Regards,
>>
>> Timothy R. Ponn
>>
>>
>>
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
Best Regards,
Timothy R. Ponn
More information about the use-livecode
mailing list