No onRecord event in simple form

In a simple form I want to disable a button when a certain field has a specific value. Disabling button is no problem using sc_btn_display.

The problem is what event to use. When I use OnLoad it will enable/disable the button depending on the value of the first record loaded, it will stay enabled/disabled when you navigate through the records. So, OnLoad only fires when (re)loading the form, not when navigating through the records.

Unfortunately there doesn’t seem to be an OnRecord event available in a simple form, although the “Macros x applications” matrix in the help system says it should be there…

Any suggestions?

Re: No onRecord event in simple form

Are you wanting to change a value in a control and if that value = certain value, disable another control.
I trying to figure out how the value will be changed.
By the user (then use JS/Ajax) to disable control.
By changing to another record in the form (use onRefresh)

Regards,
Scott.

Re: No onRecord event in simple form

I skipped this functionality so it’s not an issue anymore. thanks anyway.