Specifications
UVTI reference
210
Glink: API reference manual Gallagher & Robertson
PureDDE=TRUE
When set to TRUE, this tells the UVTI modules to use only DDE when commu-
nicating with Glink. Normally the most common functions will communicate
directly with Glink using Windows messages but in some circumstances (for
example when using Network DDE) it may be desirable to force the use of DDE
for all operations.
DisableHide=TRUE
When set to TRUE, this tells the UVTI functions never to hide the Glink
window. This can be useful when setting up and testing a UVTI application so as
to be able to visually follow the execution of the host dialog.
The [Connections] section
This section provides a list of all the names to which UVTI applications will be
able to connect. One directive is needed for each name, specifying the name of
the configuration file associated with the name. Each name in this section will
additionally have a section using the site name as its heading further on in the
file. Such additional sections may also be specified for site names not listed in
the [Connections] section. You will be able to connect to such names, but
they will not be listed in the dialog box presented to the user when the
GetConnName() routine is called by the UVTI application.
Inside the site-specific sections (and the [Default] section, which supplies
values that will apply for all connections) the following directives may be used:
Directive Description
Config
The configuration file to use for this connection
name. Normally not required because it has already
been specified in the [Connections] section, but
provided for those hosts that do not appear there.
ConnectCommand
The script command to use to connect to the host.
Appropriate commands are NETCONNECT (de-
fault), CONNECT, DIAL, and MANDIAL.