Hi All and a Happy new Year to all.
I think ByteBites may have got it.
Two Grids on a form. if I click a row on Grid1 a file will load in Grid2. If I then click a row in Grid2 it will display something a memo. Grid1, Grid2 and the memo are all unique and connected.
However, I don't want to do it with a mouse click but by executing code.
So Stringgrid1SelectCell(StringGrid1,1,4,select)
write an OnSelectCell event hander to click StringGrid2
@Kodezwerg If I can't make this work I'll write a demo