Run Button suggestion

Hi

If you add a Run Button to a grid then you can add code for two event types:

  • OnRecord (runs code for each selected record)
  • OnFinish (runs code after the last selected record has been processed)

It would be really great to have an additional event type:

  • OnFail
    This would execute if for example no records were selected.

WHY?
If, like me, you need to keep things simple for the end user by minimising the number of buttons and ensuring they don’t push buttons in the wrong order, you could use an OnFail event to redirect the user or provide the user. This event does exist as you get a javascript alert message box if they click the button when no records are selected with a message stating “Select Data”. May be you can provide access to this code event so that we can write our own custom code.