Program Settings - LIBMAN
LIBMAN program settings set the environment for the Library Management application.
Setting Name | Description | Setting Value | Default |
---|---|---|---|
AccessLevel | The access level for each staff member to the Laboratory Management application. | n
| |
AllowProperties | If enabled, then the user can select the Properties option from the main browser to set or change the filter used to display records in the list-view panel. | Enabled | Disabled | Enabled |
IgnoreLOB | Indicates whether to ignore the line of business when importing/exporting the test library. | Enabled | Disabled | Default: Enabled |
MainListViewGrid | If enabled, then browser display in this application uses a grid. | Enabled | Disabled | |
RemoteDatabaseLocation | The location of the database or XML source containing the remote methods (schemes and/or procedures). Where the source is a database, then this contains the prefix for the master test library database so it can be used in SQL query statements in the code when copying schemes and procedures. Example for SQL Server: CCLAS.DBO Example in an SQL query statement: sSQL = "SELECT * FROM " & RemoteDatabaseLocation & "SCHEME WHERE..." Where the source is an XML source, then this contains a path to a folder. The files containing the data in XML format must reside in this folder. There should be one file for each table, the name of the file matching that of the table it represents. Each file should contain the data for one line of business. The following files should exist in the folder:
| {Text} | |
ShowTipOfTheDay | If enabled, then the content of the TipOfTheDayFile displays on application on start up. If disabled, then no tip of the day displays. | Enabled | Disabled | |
TipOfTheDayFile | The name of the file containing the current tip of the day for the application. Example: %CCLASRootDirectory%Tip\LibMan.TIP | {FileName} |