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
Displaying data based on row
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Urgent Help - Displaying data based on row
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.
As for your problem, please post some code and we will begin from there.
Re: Displaying data based on row
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.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
I don't understand what you mean by "cell 2 186".