Upgrading / Upgrade Guides |
Version 2.30 migration notes.
TOP MARGIN is now ignored when ASCII reports are run in compatibility mode. Margins can be set by using the API function fgl_report_setPageMargins().
The reportName value for the fgl_report_configureCompatibilityOutput function is now automatically set to the name of the currently running report. When using the function, however, you must pass NULL as the value, for compatibility reasons.
The 4GL Boolean type is now regarded as a Numeric type, instead of String as in previous versions. Existing expressions that contain references to boolean variables may require modification accordingly.
The BDL statement START REPORT <repname> TO XML HANDLER handler is now the only valid syntax for starting graphical reports using a 4rp design document.