I have a grid and I want to link to another grid to display the details.
I try create a new HTML image field and link to my details grid.
On ‘OnRecord’ event I set [glo_var] = {local_var} and already set to OUT.
At details grid, at SQL statement I have added where local_var = [glo_var]
Here’s the problem comes out. When I click on the new field I just created. It did direct me to details grid but it always show me the last record of the page.
Anyone help is appreciated!