a way when clicking on a row , active the content on that row in other colom
having a graphic grid , columm 1 has file name retreived based on load statement
for each File in filelist ('J:/I-F-S/PDF-DUITSLAND/*.PDF') LOAD 'J:/I-F-S/PDF-DUITSLAND/' & '$(File)' as DocumentLink3, Subfield( '$(File)' , '/', -1) as DocumentName3 autogenerate 3; next File
Now i must clik on colomm 2 to activate the view of PDF
I would like to hide columm 2 or make very, very small in size
then when cliking on columm 1 send the activation or action to columm2
doing now on columm 1 will hide all records and show only row clikced on