Connecting Tech Pros Worldwide Help | Site Map

Switchboard Limitations

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 9th, 2007, 03:25 AM
David Grist
Guest
 
Posts: n/a
Default Switchboard Limitations

Is there any way to by-pass the limitation of only 8 items on the
switchboard menus?

Thanks!



  #2  
Old November 9th, 2007, 04:15 AM
fredg
Guest
 
Posts: n/a
Default Re: Switchboard Limitations

On Fri, 09 Nov 2007 04:21:03 GMT, David Grist wrote:
Quote:
Is there any way to by-pass the limitation of only 8 items on the
switchboard menus?
>
Thanks!
Yes you can, however, the switchboard manager will still only
recognize 8 buttons. Maintenance will be difficult.

A better solution would be to use one of the 8 buttons to open a 2nd
switchboard page (and a 3rd, etc.). All of this can be done using the
manager.

The best solution would be to discard the current switchboard system
and simply create a new one, using an unbound form with command
buttons. You are not limited to 8 button,s and if you use the Command
Button wizard when adding the buttons, Access will even write most of
the code for you. You will actually have more control over the form
layout and functionality, and maintenance will be easier.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #3  
Old November 9th, 2007, 08:45 AM
alecwood via AccessMonster.com
Guest
 
Posts: n/a
Default Re: Switchboard Limitations

On line 24 of the Switchboard form's module you'll see the line

Const conNumButtons = 8

Change the value in that line - the manager will still only work for eight
options but it's not hard to do manually




David Grist wrote:
Quote:
>Is there any way to by-pass the limitation of only 8 items on the
>switchboard menus?
>
>Thanks!
--
Message posted via http://www.accessmonster.com

  #4  
Old November 13th, 2007, 03:25 PM
Ron2006
Guest
 
Posts: n/a
Default Re: Switchboard Limitations

On Nov 9, 2:41 am, "alecwood via AccessMonster.com" <u32921@uwe>
wrote:
Quote:
On line 24 of the Switchboard form's module you'll see the line
>
Const conNumButtons = 8
>
Change the value in that line - the manager will still only work for eight
Also if you use this approach, you will need to create the buttons and
lbls for the buttons to correspond with the numbuttons value that you
just entered.

The maintain switchboard wizard will NOT operate properly beyond the 8
original entries - as everyone has commented.

Ron


  #5  
Old November 14th, 2007, 07:55 AM
alecwood via AccessMonster.com
Guest
 
Posts: n/a
Default Re: Switchboard Limitations

Yes, but as long as you follow the naming conventions already used for the
buttons and labels, the table which drives it is pretty self-explanatory.

I'd encourage the original questioner to go for it, make the mod and if it
doesn't work, post on here for more guidance.

Try stuff, if it works be proud, if it doesn't be humble and ask for help,
then go fix it and be proud. Thus we learn.

Alec

Quote:
>The maintain switchboard wizard will NOT operate properly beyond the 8
>original entries - as everyone has commented.
>
>Ron
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200711/1

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.