> If i have two tables in my form how i can to know what i clicked inside of
tblselectEvent

>From the Palm OS Reference:

For this event, the data field contains the following structure:
        struct tblSelect {
                UInt16 tableID;
                struct TableType *pTable;
                Int16 row;
                Int16 column;
        } tblSelect;

Field Descriptions
        tableID Developer-defined ID of the table.
        pTable  Pointer to a table structure (TableType).
        row     Row of the item.
        column  Column of the item.

Use tableID to differentiate between the two.

Please consult the reference before posting questions to the list. It took
me approximatly 30 seconds to find the answer in the reference.

Nathan



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to