Hi,
I'm creating a database program, and what I want to do, is display a list of entries on a DBGrid object, and upon double clicking an entry, a new tab would be created on a tabControl object to view detailed information.
The creating of a new page was relatively easy, as was opening the database for editing, but a new problem arose, all the fields display information of the first record in the table.
Of course I could change records by adding a dbnavigator, or by using the same DataSource with the dbgrid, the fields would display same information as the selection of the dbgrid, yet, the reason of having a "complicated" interface like this, is, to allow the handling of multiple information requests at the same time.
The question - briefly - is, what is the value, and in which object that I have to change to select wich _row_ will, say, a dbEdit display.
Oh yeah, this is noobish, but please, have mercy.
I'm creating a database program, and what I want to do, is display a list of entries on a DBGrid object, and upon double clicking an entry, a new tab would be created on a tabControl object to view detailed information.
The creating of a new page was relatively easy, as was opening the database for editing, but a new problem arose, all the fields display information of the first record in the table.
Of course I could change records by adding a dbnavigator, or by using the same DataSource with the dbgrid, the fields would display same information as the selection of the dbgrid, yet, the reason of having a "complicated" interface like this, is, to allow the handling of multiple information requests at the same time.
The question - briefly - is, what is the value, and in which object that I have to change to select wich _row_ will, say, a dbEdit display.
Oh yeah, this is noobish, but please, have mercy.