Page 1 of 1
Displaying data based on row
Posted: Mon Apr 07, 2008 12:16 pm
by harmzz
Hi,
Ok what I wish to do is display data in a custom table I have.
On the first row of the table for example I wish to show in a cell data say name for record 132
in cell 2 186 so on.
Now how do I go about this ?
Thanks
Re: Urgent Help - Displaying data based on row
Posted: Mon Apr 07, 2008 12:20 pm
by John Cartwright
Please do not post titles such as "Urgent", or "HELP" again. We treat all posts of equal importance and suggesting otherwise would do more harm than good.
As for your problem, please post some code and we will begin from there.
Re: Displaying data based on row
Posted: Mon Apr 07, 2008 8:17 pm
by califdon
harmzz wrote:Hi,
Ok what I wish to do is display data in a custom table I have.
On the first row of the table for example I wish to show in a cell data say name for record 132
in cell 2 186 so on.
Now how do I go about this ?
Thanks
Depending on the row number in a relational database table is a risky operation, at best. It only works if the table is static, no updating, otherwise the position in the database may change, as when a record is deleted.
I don't understand what you mean by "cell 2 186".