View Full Version : Swichbord


Million
03-25-2002, 02:07 AM
Hi there

I am having trouble editing my switchboard items as i am butchering an old database.

I am having trouble understanding something very simple like the command codes for the switchboard.

Can any one tell me what they do?

Pat Hartman
03-25-2002, 08:39 AM
They are easy enough to find if you look at the code for the switchboard form.

Const conCmdGotoSwitchboard = 1
Const conCmdOpenFormAdd = 2
Const conCmdOpenFormBrowse = 3
Const conCmdOpenReport = 4
Const conCmdCustomizeSwitchboard = 5
Const conCmdExitApplication = 6
Const conCmdRunMacro = 7
Const conCmdRunCode = 8

Neilw
03-27-2002, 12:11 AM
Personally I hate switchboards. They're not easy to navigate through for novice users (trust me i've witnessed this). I normally just create a form in design view with tabs on it. Much easier and quicker to use.