navigation screen

eran185

Registered User.
Local time
Today, 15:28
Joined
May 11, 2007
Messages
55
is there a way to put more then 8 button's operation in a navigation screen ?
 
I'm not sure if I understand your question well, but if "navigation screen" is synonim to switchboard, the answer is yes.
In stead of using a switchboard, you may design a new form as your "main" form and add buttons on that main form to open other forms.

Hth
 
.

i know this way , but maybe there is another way ?
 
In the properties of the switchboard form, there is a function called "FillOptions()"

One command is this

Code:
Const conNumButtons = 8

Change the number to what you want then you can add more items to the switchboard table.

edit - you will need to change the code for "Function HandleButtonClick()" to match of course.

Col
 
sorry

but i dont see the function called "FillOptions()" in the properties of the form
what's the name of the ligule ?
 
If you are referring to the Access switchboard form and have created it using the switchboard wizard, the function is created automatically.

Col
 

Users who are viewing this thread

Back
Top Bottom