Updates:
This is the first release of the VFP Reporting APPs after VFP 9.0 SP2 (hince version number 9.2.1) We will be posting incremental changes here. These are all considered BETA versions until otherwise noted, so please use accordingly. If you find any issues related to these releases, please report them using the "Issue Tracker". We will try to address every issue promtly and provide timely updates. All incremental source is available via the "Source Code" tab.
v9.2.1.001 - 2009/05/25:This release was about increasing performance. Several changes were made to limit the extra overhead involved when using some of the new SP2 fuctionality. (rotation, dynamic colors, etc...) The progress bar was also modified to limit the number of updates. The net result is an increase in output speed from 20% - 400% when using the progress bar or the new "Dynamics" or "Advanced" features on report controls.
- ReportOutput
- Performance: Changed Therm bar to update every 0.3 seconds instead of every detail band
- Performance: Changed FX and GFX handlers to limit calls to ApplyFX from within Render and EvaluateContents events.
- Enhancement: Added oFRX collection property to ReportListener to make it easier to access the underlying report file (ie: This.oFRX(nFRXRecNo).expr )