Changing the CARDA con's switchboard

V

vassilis

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.
 
D

Daniel

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
 
Top