Customized Toolbar for a specific form

B

Blondie

I am trying to create customized toolbars and/or menus specific to a form. I
have tried this as a pop-up with no luck. The problem is that originally I
was using a switchboard on the form but that using alot of real estate and
the application is used on a tablet, with a very small screen. Each form has
a different switchboard specific to the questions on the form, any help would
be much appreciated.
 
J

Jeanette Cunningham

Blondie,
to make your popup menu work, you need to have a public function in the
form.
The popup calls the public function to run the code when the user selects
from the popup menu.
To add the public function to the popup, in customise toolbars and menus,
find the popup and select its properties.
In the dialog that opens, the critical part is the On Action property.
For the On Action, type an equals sign followed by the name of the public
function in your form, followed by an '(' and an ')' - looks like ()


Jeanette Cunningham -- Melbourne Victoria Australia
 
Top