I created a grid and i need to put a button on each row that points to a url created with the data on that row, the code to execute in that button is very customized…
Can you say me how do that.
Thx
I created a grid and i need to put a button on each row that points to a url created with the data on that row, the code to execute in that button is very customized…
Can you say me how do that.
Thx
Re: Grid custom buttons
the code that you want to execute to each row … is php or javascript?
If is php, you can create a blank application to do your code … a create a new field … in the onRecord event do this {your_new_field} = " Click here to execute "; and create a link type field using this new field to the blank application passing the parameters that you need(the code of the record …).
this should work perfectly.