I know this should be simple
I have one view returning for example 4 columns from a single table into a repeating table, based on a date range.
I can see the record id In each row, I can add a button next to each row to click to show the full details of the record (it has to go onto a single page so the master detail control is no good.).
It is easy enough if I get the user to type in the id and the click the button to switch views, but I want the button beside the record to set the id for the detailed view. The button caption contains the id, but I can't work out how to get hold of it. There are no programming options for the on_click event (a code free solution would be best anyway)