No, I'm not......but if I have to set them then maybe I'm not using the
right call.

What I want to be able to do is display each of my DB records in a
table...is there a better way of doing this?  I've tried using TblGetItemInt
and that too seems to return 0 all the time.

"Dana Long" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Are you setting the rowId using TblSetRowID()? I don't think row IDs
> have a default value other than 0.
>
> Dana
>
> Salli wrote:
>
> >I have a table with 2 columns.  I am trying to load the data into my
table
> >and I'm using customTableItem as I don't want the columns to be editable.
> >
> >In my database I have 2 records:
> >
> >col1    col2
> >A        B
> >C        D
> >
> >When I load my data into my table I get:
> >A        B
> >A        B
> >
> >For some reason my CustomDraw function only seems to be pulling the first
> >record from the db.
> >
> >I am using:
> >itemNumber = TblGetRowID(table,row);
> >in my CustomDraw function in order to get the rowID, but it always comes
> >back as 0
> >
> >Can anyone point me in the right direction.  I'm obviously missing
> >something, just not sure what!!!
> >
> >Thank you for all your help, as always!
> >
> >Salli
> >
> >
> >
> >
> >
>
>



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

Reply via email to