G
Guest
I would like to create an application that looks like a website with the same
command buttons in the same positions on each main form. What are the
strategies for doing this without copying the same On_Click events into every
form?
There are ten buttons that I want on every form. To the right of these
standard buttons are context sensitive buttons. The standard buttons open
forms that I am calling my portals (10 of them). Each portal has anywhere
from 5 to 25 command buttons that open forms and reports.
Thanks.
command buttons in the same positions on each main form. What are the
strategies for doing this without copying the same On_Click events into every
form?
There are ten buttons that I want on every form. To the right of these
standard buttons are context sensitive buttons. The standard buttons open
forms that I am calling my portals (10 of them). Each portal has anywhere
from 5 to 25 command buttons that open forms and reports.
Thanks.