The easy way to do this is with this simple code that you have to add on your 
form handler switch on an event tblEnterEvent:

RectangleType itemBounds;
TablePtr table = eventP->data.tblSelect.pTable;
UIn16 row = eventP->data.tblSelect.row;
UIn16 col = eventP->data.tblSelect.column;

TblGetItemBounds(table, row, col, &itemBounds);
WinInvertRectangle(&itemBounds, 0);

Good luck

Manuel Garc�a Urreta
CTO - SisDev Software
  Movile Solutions
   Buenos Aires

--
DeMonteGrande WebMail (http://www.demontegrande.com.ar)

---------- Original Message -----------
From: Roberto Pedrozo Mendes <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Mon, 22 Mar 2004 15:44:44 -0300 (ART)
Subject: Table - Selected Row

> Hi
> How can i to select specific row in a table ?
> I click on the table but i don�t see the selected row
>
> Thanks
>
> =====
> Roberto Pedrozo Mendes
> Arquiteto Sistemas
> HST - CPqD - Campinas
> [EMAIL PROTECTED]
>
> ______________________________________________________________________
>
> Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora:
> http://br.yahoo.com/info/mail.html
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/
------- End of Original Message -------





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

Reply via email to