DBMBrowserScript
DBM can show an Internet Explorer browser control in the lower right window part. This can be used to display any additional data, e.g. from another database. The "Navigate" function of the browser is called with a string which can be set with this parameter. There are some special "variables" which can be used when specifying this string. The DBM will replace them with a real value before the browser sees the string. The following variables are defined: [COMPUTER] The DigaSystem station name, [UID] The DigaSystem user name, [DSN] The ODBC data source name of the current database (or empty), [TABLE] The physical table name of the current table (or empty), [ALIAS] The alias name of the current table (or empty). Here is an example: "http://intern.your-organization.com/AdditionalDigasData?digasuser=[UID]"
Keep in mind also; one can force the browser to appear at every new session with DBM|ForceShowBrowser=TRUE.
Possible values:
Default value: None