> How do I recover the row no. and column no. when tblSelectEvent is fired?

You can get it from the Event itself:

        evt->data.tblSelect.row
        evt->data.tblSelect.column

or from the table Manager:

        Word row, col;
        TblGetSelection( tableP, &row, &col );

Regards,
        Holger Klawitter
--
Holger Klawitter                                     +49 (0)251 484 0637
[EMAIL PROTECTED]                             http://www.klawitter.de/


Reply via email to