|
Configuring Additional Interfaces |
Top Previous Next |
|
eDocEngine has provided switches to configure with third party reporting components. Switches for the below mentioned reporting components are provided by eDocEngine.
To enable an option, remove the dot(.) before $DEFINE to look as {$DEFINE ...} To disable an option, add a dot(.) before $DEFINE to look as {.$DEFINE ...}
To configure eDocEngine to work with THtmlViewer follow these steps
a) Open the file '<eDocEngine Install Dir>\Source\HtmlView\gtHtmlViewIntf.pas'
b) Look for the switch "{$DEFINE THtmlViewer922Up}" in the pascal file. If you enable this switch it supports THtmlViewer v9.22 and above. If this switch is disabled then eDocEngine supports for THtmlViewer versions below v9.22.
To configure eDocEngine to work with ReportBuilder follow these steps.
a) Open the file '<eDocEngine Install Dir>\Source\RB\gtRBXportIntf.pas'
b) Look for the switch "{$DEFINE RB70Up}" in the pascal file. If you enable this switch it supports ReportBuilder v7.0 and above. If this switch is disabled then eDocEngine supports for ReportBuilder versions below v7.0.
c) Also for Builder Controls Add-on support there is another switch named "{.$DEFINE BUILDER_CONTROLS}". If you enable this switch it supports Builder Controls Add-on. Note: To enable this switch you need to have 'Builder Controls' add-on for ReportBuilder installed in your system. If this switch is disabled then eDocEngine does not support Builder Controls Add-on.
d) Also for WPRichText Controls Add-on support there is another switch named "{.$DEFINE WPRICHTEXT}". If you enable this switch it supports WPRichText Controls Add-on. Note: To enable this switch you need to have 'WPRichText Controls' add-on for ReportBuilder installed in your system. If this switch is disabled then eDocEngine does not support WPRichText Controls Add-on.
To configure eDocEngine to work with QuickReport follow these steps.
a) Open the file '<eDocEngine Install Dir>\Source\QR\gtQRXportIntf.pas'.
b) Look for the switch "{$DEFINE QR362up}" in the pascal file. If you enable this switch, it supports QuickReport versions v3.6.2 & above. If this switch is disabled then eDocEngine supports for QuickReport versions below v3.6.2.
To configure eDocEngine to work with RaveReports follow these steps.
a) Open the file '<eDocEngine Install Dir>\Source\Rave\gtRvXportIntf.pas'.
b) Look for the below mentioned switches in the pascal file,
{$DEFINE Rave407Up} {$DEFINE Rave50Up} {$DEFINE Rave508Up}
|