Switchboards within main switchboard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to have some switchboards buttons that goto new switchboard pages
within my main default switchboard. However, when I try to do it, I get the
same headers titles and text boxes as my main board. If I try to edit the
headers or boxes then it changes on my main board, and I don't want that to
happen. I want the switchboards to be independent. How do I do that?
 
The switchboard form never changes no matter how many separate "menus" you
define. Each "menu" may have up to 8 items because that is the number of
physical buttons on the switchboard form. When the form opens, it reads the
top level switchboard and populates and unhides the necessary buttons. If
one of the buttons, is an option to open another switchboard, it gets the
necessary data from the switchboard items tables, populates the buttons, and
unhides all the ones it populated.
Examining the values in the Switchboard Items table may help you understand
how the form works.
 
Back
Top