Is it possible to trap or disable the buttons at the lower left corner of a Form?
I see a go to first, “go back one”, “type a number”, “Go forward one” and “go to last” (and another that is a mystery to me).
I fancy writing code that detects the click event on each of these buttons. In particular if my user (me!) has clicked “goto next” without making a change to the follow-up date of the client record, I want to pop up a reminder ‘Hey, you didn’t change the follow up date” and take appropriate action.
I can’t see anything in the help files that says the buttons can be hidden or disabled (in which case I’d be forced to use my own command buttons).