Configuring applications for Genero Desktop Client ActiveX

You can configure an application for the Genero Desktop Client ActiveX (GDCAX) in the Genero Application Server configuration file.

To add an application for GDCAX, you only need to specify:

Example

In the following example the path is a resource; this can also be an absolute path to your application files.

<APPLICATION Id="gdc-demo" Parent="defaultgdc">
  <EXECUTION>
    <PATH>$(res.path.fgldir.demo)</PATH>
    <MODULE>demo.42r</MODULE>
  </EXECUTION>
</APPLICATION>

defaultgdc is the parent of any web application for GDCAX.

Example

<APPLICATION Id="defaultgdc" Parent="defaultwa" Abstract="TRUE">
  <OUTPUT Rule="UseGDC"/>
</APPLICATION>

The defaultgdc application inherits from the defaultwa application. In the Abstract application section, defaultwa is the parent for any web application.