Changing the CARDA con's switchboard

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

Guest

hi
i just took a samle database from carda con inc. which use a switchboard
with 8 fields and 8 command buttons...all im trying to do is to add more
command buttons with the same attributes, so far without success. if anyone
can help me i would be greatful.
 
You can control its content by editing the ‘Switchboard Items’ table
(everything is controlled from there).

Switchboard ID is the panel number
ItemNumber is the order to be displayed on the specific panel
ItemText is what should be displayed to the user
Command is a series of constants that control which action should be carried
out with the Argument

List of Command Constants

1 = Goto the specified panel
2 = Open a Form in add mode
3 = Open a form in edit mode
4 = open a report
5 = customize the switchboard
6 = exit the application
7 = run a macro
8 = run code

Hope this helps,

Daniel P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top