G
Guest
I currently have a set of forms that use a common set of command buttons in
the form footer. These command buttons are customized to my application
(i.e. there is a procedure written for each type of command to execute). It
is distracting to the users to have these "controls" on the bottom of the
form because they often need to scroll to get them in view, depending on
user's screen resolution.
To resolve this, I think it makes sense to build a custom toolbar that
contains all these various command buttons. I need to enable and disable
them programmatically, similar to what I already do with the command buttons
in the footer.
I imagine someone else has encountered this problem. Any help would be
appreciated.
Thanks in advance,
the form footer. These command buttons are customized to my application
(i.e. there is a procedure written for each type of command to execute). It
is distracting to the users to have these "controls" on the bottom of the
form because they often need to scroll to get them in view, depending on
user's screen resolution.
To resolve this, I think it makes sense to build a custom toolbar that
contains all these various command buttons. I need to enable and disable
them programmatically, similar to what I already do with the command buttons
in the footer.
I imagine someone else has encountered this problem. Any help would be
appreciated.
Thanks in advance,