we do not offer to do extra query. if there is a datagrid which displays values , it means there WAS a query. i wrote just about that primary query. no need to do extra one man
Rowin is a junior in CBuilder, that's why i wrote everything so simplified from A to Z
otherwise i would've just written
write an event on CellClick
txt->Text = qr->FieldByName("Name")->AsString;
that's it
AND ONE MORE TIME
it's not the best way to select data from datagrid like this (for example)
txt->Text = gr->Columns->Column(0)->Field->Value;
it's the stupidest way the programmer can write