Rochester, Dean <[EMAIL PROTECTED]> wrote:
> Table.c Line:2153, Invalid Parameter
> 
> The program is not called Table.c  and the code only contains 1566 lines.
> Where is this error coming from?

This error is coming from the ROM: Table.c contains all the Table functions
like TblDrawTable, TblSetCustomDrawProcedure, etc.

"Invalid Parameter" in Table.c means you've called some TblXYZ function
with a row or column that is not inside the table, i.e., not in the range
[0, numRows) or [0, numColumns), as appropriate.

    John

-- 
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