www.gnostice.com 

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.

 

1.THtmlViewer
2.ReportBuilder
3.QuickReport
4.RaveReports

 

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 ...}

 

THtmlViewer

 

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.

 

Top

 

ReportBuilder

 

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.

 

Top

 

QuickReport

 

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.

 

Top

 

RaveReports

 

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}

 

1.To support RaveReport below v4.07 version, disable all the switches: 'Rave407Up', 'Rave50Up', 'Rave508Up'.
2.To support RaveReport v5.08 & above, enable all the three switches: 'Rave407Up', 'Rave50Up' and 'Rave508Up.
3.To support RaveReport v4.07 & above, but below v5.0, Enable 'Rave407Up' and 'Rave50Up' switches, and Disable 'Rave508Up' switch.

 

 

Top