A grid application can have an edit button for each row when you link the grid to a form application of the same table. ScriptCase will then automatically display that button for each row in the grid. Similarly, ScriptCase will automatically supply an edit and a delete button for each row in an editable grid view (form) application.
However, I often have the need to have a user defined row based button with a corresponding event that is aware of the record (row) selected by pressing the button, so that I can call another application (e.g. a control form) with the key of the selected record to perform some special processing.
Is it possible to create such user defined row buttons and, if so, how does one go about it?