P
(PeteCresswell)
Same screen shot as my prior post under "Visually Setting Off An
Area Of A Form": http://tinyurl.com/33dqmo
In the upper right of the form, there are a lot of buttons.
Too many buttons for the client's comfort.
They want 5 of the buttons to go away, yet be available if
somebody clicks a "More Options" button.
i.e. The Buy, Clone, Mature, Un-Mature, and Delete buttons need
tb invisible in normal use, yet accessible when the user clicks
"More Options".
First thing that comes to my mind is a floater containing said
buttons.
Click "More Options" and the floater appears over the security
screen.
Then we make the existing _Click() events of the buttons we moved
into Public subs within the security screen's module and have the
floater buttons' _Click() events call
forms!frmSecurity.WhateverClick.
Anybody got something more elegant?
Area Of A Form": http://tinyurl.com/33dqmo
In the upper right of the form, there are a lot of buttons.
Too many buttons for the client's comfort.
They want 5 of the buttons to go away, yet be available if
somebody clicks a "More Options" button.
i.e. The Buy, Clone, Mature, Un-Mature, and Delete buttons need
tb invisible in normal use, yet accessible when the user clicks
"More Options".
First thing that comes to my mind is a floater containing said
buttons.
Click "More Options" and the floater appears over the security
screen.
Then we make the existing _Click() events of the buttons we moved
into Public subs within the security screen's module and have the
floater buttons' _Click() events call
forms!frmSecurity.WhateverClick.
Anybody got something more elegant?