July 2007 build
===========
* New: Class TTreeView Methods GetCheck( [ oItem ] ) --> lOnOff and
Method SetCheck( [ oItem ], lOnOff ) to get or set the checkbox state of an item when TVS_CHECKBOXES style is used in the (treeview) resources.
* Enhancement: Class TXBrowse() Methods SaveState() and RestoreState() now save the headers values too. Thanks to Marco Turco!
* Fix: FWPPC, samples\TestPage.prg required change. Now it works ok.
* Enhancement: FWH FiveHCM.lib includes the recent richedit new added functions.
* Fix: Recent changes in function lIsDir() where not working right. Now it is ok.
* Fix: Class TXBrowse Method Paint(), now it properly paints the columns headers when there are no records to show.
* Enhancement: New config templates to use FWH with UEStudio. Please review UEStudio\FWH.zip
* Fix: Class TXBrowse Method Seek() minor fix related to painting. Improved painting when using MultiSelection in METHOD Select( nOperation ) CLASS TXBrowse.
* Enhancement: Class TDataBase Method Seek() only reloads the buffer if the seek was successfull. Thanks to Biel!
* New: Class TFTP Method CreateDirectory( cDirName )
* Enhancement: FWPPC, Class TDataBase clauses AS ... have been removed to avoid compatibility problems with Harbour classes engine.
* Enhancement: Class TGet Method HandleEvent() WM_PASTE checks if the Get has the focus before pasting into it.
* FWH: Has been rebuilt using the most recent Harbour and xHarbour builds.
* FWPPC: Harbour for Pocket PC has been updated with the most recent build and FWPPC has been recompiled and adapted to the new Harbour build.
* FWPPC: functions Encrypt() and Decrypt() are already availables for FWPPC.
* FWH: New samples\TestPrn5.prg shows how to quick print an ascii file on the default printer.