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?