Patches (Clarion 6.x)

Top  Previous  Next

These options are specifically for Clarion 6.x (up to 6.3 9054 inclusive).

 

The Close Window option in the Report groups is to compensate a change in Clarion behavior since hotfix 9028. When you use an external previewer to see reports, you may use a MDI window so the user can see several reports at once. Prior to hotfix 9028 the report window closed before calling the preview window, but a change since this version makes the report window to remain opened, and when the user selects horizontal tile or vertical tile (so he can compare two reports, for example), the report windows are also tiled thus the effect is a disaster. Activating this option the prior behavior is restored.

Note: This new behavior is intended to keep the window opened when the user select an empty range for the report data, so he can choose another range.

 

The option include RTF graphics in the group RTF controls is to force the inclusion of all the graphics needed for the new RTF Text control. When your program is multi-dll, the template and class from the RTF Text control template only include the graphics in the project of the data dll. When you use the control in any other dll of your system (or the exe), many controls look bad and many graphics are missing. This option is a workaround to that bug with RTF controls using multi-dll. This is reported in SV's PTS as #10039.