want to create a button on a grid row that I can specify the URL to goto and pass data from the row, such as record id or other data fields
Create a custom field and use the sc_link() macro in the onRecord event.
{your_field} = sc_link(…);
jsb
want to create a button on a grid row that I can specify the URL to goto and pass data from the row, such as record id or other data fields
Create a custom field and use the sc_link() macro in the onRecord event.
{your_field} = sc_link(…);
jsb