Hi adam davies

put this code in ur tblSelectEvent event handler:
int c;
c= eventP->data.tblSelect.column;
only  if ur column is what u want then call frmgotoform

Regards
Ajit


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of adam
davies
Sent: Thursday, April 26, 2001 3:17 PM
To: Palm Developer Forum
Subject: Table Column


I have a table with a number of columns, i would like it so that i can click
on a specific column in my row, and it opens another form.
I can do it so it opens the form, but this is for the whole column, not an
individual cell.
This is the code


case tblSelectEvent:
{
// Set the database cursor to the selected row
cursor=TABLE_COLUMN_MOD;

// Go to form
FrmPopupForm( ModForm );
}


Does anybody now how i need to code this

Thanks adam


______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

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


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

Reply via email to