R
Rob F
Does anyone know if it is possible to change (increase)
the number of items that can be placed on a switchboard
page? I have 9 items I want to use but whenever I try to
add the last one I get the message from the Switchboard
Manager 'Sorry, only eight items are allowed per
switchboard page'. I have tried changing the code from:
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 8
etcetera...
To:
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 9
but I still get the same error. For that matter I cannot
even figure out where that particular error message is
generated from.
I really do not want to have to create a sub-switchboard
for just one item if I can avoid it. Any help would be
greatly appreciated.
Thanks in advance,
Rob
the number of items that can be placed on a switchboard
page? I have 9 items I want to use but whenever I try to
add the last one I get the message from the Switchboard
Manager 'Sorry, only eight items are allowed per
switchboard page'. I have tried changing the code from:
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 8
etcetera...
To:
Private Sub FillOptions()
' Fill in the options for this switchboard page.
' The number of buttons on the form.
Const conNumButtons = 9
but I still get the same error. For that matter I cannot
even figure out where that particular error message is
generated from.
I really do not want to have to create a sub-switchboard
for just one item if I can avoid it. Any help would be
greatly appreciated.
Thanks in advance,
Rob