Kofax Communication Server 9.2.0 User Manual
Page 164

Client Applications
Administrator‘s Manual Version 9.02.00
©Kofax, Inc.
164/203
16.4.4 Related Entries in the Registry
The section DDECONTROL in the registry or in the INI-file identifies the calling application
and enables TCfW to respond on DDE commands. You can set them using the DDE Control
tab in the preferences panel.
[DDECONTROL]
MODULENAME=
LINKTOPIC=
LINKITEM=
MODULENAME: specifies the module name of the calling application. This is normally the
name of the program without the extension.
For example: if the program name is TCFW.EXE, the module name is TCFW.
LINKTOPIC: name of the link topic specified in the calling application.
LINKITEM: name of a control in the calling application that is able to receive a DDE response.
This is normally the name of a text box or label. The DDE response data is transferred to the
control and can be read via the TEXT or CAPTION property depending on the type of the
control.