A
Andreas
Why can't I just disable a button within a form, in the same way I do with
other controls like text boxes?
I use the command:
Command129.Enabled = False
or
Command129.Enabled = True
based on some conditions, and I apply them on Form_Current() and _Click
events.
It will either not do anything at all, or display error that it cannot
disable while it has the focus.
other controls like text boxes?
I use the command:
Command129.Enabled = False
or
Command129.Enabled = True
based on some conditions, and I apply them on Form_Current() and _Click
events.
It will either not do anything at all, or display error that it cannot
disable while it has the focus.