November 2006 build
================
* Fix: Class TComboBox, brush resource leak fixed.
* Fix: FWPPC, SerialNumber() initialization bug. Already fixed.
* Enhancement: Class TReport Method NeedNewPage(). Ocasionally a blank page was generated. Now it is ok.
* New: FWPPC, new clause MODAL for ACTIVATE WINDOW ... [ MODAL ]. It lets you stop the application execution after activating a window. It is false by default.
* Enhancement: clause TRANSPARENT for dialogs is properly working on non XP themed applications. Thanks to Ramesh Babu!
* New: Class TTVItem new Methods Toggle() and MakeVisible(). Class TTreeView new Methods CollapseBranch(), ExpandBranch(), Toggle(), ToggleAll(), ToggleBranch(). Improved methods CollapseAll(), ExpandAll(). Improved function ScanItems(). Thanks to Luis Krause!
* Enhancement: Class TFolder Method Initiate() provides an improved dialogs resizing for better transparent painting.
* Enhancement: Class TWBrowse Method nRowCount() returns zero if the DATA hWnd is zero.
* New: Class TXBrowse Method SetAdo( oAdo ). New include\ado.ch file. Thanks to Biel!
* Enhancement: Class TDbOdbcDirect Method Update() now checks if there is any pending change and avoid the error. Thanks to Biel!
* New: Functions FileTimeToDate() and FileTimeToTime(), used from Class TFtp, so dates and times of the FTP files are properly retrieved.
* Enhancement: Class TBtnBmp now detects if DATA lTransparent is .T. and if yes, then it paints itself transparent. Please review samples\TestBtnB.prg
* Enhancement: FWPPC, Class TBtnBmp minor fix on Method GotFocus(). Also its dotted line painting has been improved.
* New: FWPPC, wininet support for Classes TInternet and TFTP are ready!
* New: FWPPC samples\ping.prg sample to check other computers existence on the IntraNet/Internet. Very usefull to check if the Pocket PC is properly conected to your LAN.