September 2012
==============
* Fix: Required change in Class TRBtn to destroy ::hBack if it is not the same as
the used by its container:
viewtopic.php?p=134977#p134977
* Fix: Class TExplorerbar Method Redefine() missing initialization for nVirtualTop
and nVirtualHeight. samples/explbar2.prg was failing. Now it is ok.
* Fix: Class TExplorerBar Method CheckScroll() was not properly calculating the
represented size in the scrollbar. Now it is ok:
viewtopic.php?p=135111#p135111
* Fix: Class TRBtn Method Destroy(), DATA hBack was not properly destroyed when its
container was not TRBGroup. Now it is ok:
viewtopic.php?p=134977#p134977
* Fix: samples\fivedbu.prg modify structure uses the original filename instead of the
alias. Reported by Colin Haig.
* Enhancement: Print Preview (rpreview.prg) has greatly enhanced, thanks to Anser:
If the user wants to create a PDF from the Report preview and MS-Word is not available on the PC, it would use FWH methods
ie FWSavePreviewToPDF().
The new OpenOffice ToWordDocViaWriter() is used only If MS-Word is not installed and the user wants to save the report preview
as a Word doc file, then it would make use of the OpenOffice (if available), to achieve the same
* Enhancement: Class TPrinter Method Setup() returns a logical value so you can use it
this way:
if ! oPrinter:Setup()
return nil
endif
viewtopic.php?p=135916#p135916