I have been running the debugger, and I checked the cursor setting and it
never goes below zero and never exceeds the max record number.

So I don't know where I am exceeding a parameter of the table.  Can you
shead some more light on this matter?

Thanks
Dean-O


-----Original Message-----
From: John Marshall [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 9:34 AM
To: Palm Developer Forum
Subject: Re: Table.c Line:2153, Invalid Parameter


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/

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