Customizing the Side-Bar Buttons in OpenInsight (Functions/Subroutines/Programs)
Created at 11 JUL 1996 04:57PM
To specify the buttons that are displayed down the left side of the OpenInsight application designer, set the SideBarToolList value in the [Application Manager] section of the OINSIGHT.INI file. The value for SideBarToolList is comma-delimited. The tools are numbered as follows:
1) Database Manager
2) Table Builder
3) Form Designer
4) System Editor
5) User Interface Workspace (formerly Popup builder)
6) Revelation Reporter (formerly Report Designer)(disabled)
7) Table Browser
8) Report Builder
9) Lotus Notes (Shortcut)
10) Notes Registration Utility
11) RDK (Runtime Deployment Kit)
12) Client/Server Workspace
13) XML Workspace
14) Launch Application
15) New System Editor
Example:
To display, in this order, buttons for the System Editor, Form Designer, User Interface Workspace, Database Manager, Table Builder, and Client/Server Workspace, put the following line in the "[Application Manager]" section of the OINSIGHT.INI file:
[Application Manager]
SideBarToolList=2,1,3,4,15,8,12,13,11,14