January 7.01 2007 build
=================
-
New: FWPPC, samples\TestDlg2.prg shows how to use a bitmap for the dialog brush. Please notice that FWCE.ch has been modified to include the DEFINE BRUSH missing command.
-
New: FWPPC, samples\sign.prg shows how to capture a customer signature. Thanks to Bill Simmeth! Modified by FiveTech.
-
Fix: FWPPC, GETs were not properly processing the INS key. Now it is ok. The caret changes its shape and keeps its position.
-
Fix: FWH, IsActiveX() function was GPFing due to recent changes in [x]Harbour. Now it is ok.
-
Fix: FWPPC, minor fix on FWPPC ErrorSys. Thanks to Pedro Gonzalez!
-
Fix: FWH, Class TSay Method SetText() recent change has been reverted. Also source\classes\rpreview.prg oPage:SetText() has been changed into oPage:VarPut() so page numbers are properly shown when XP themes are not used.
-
New: function RegEnumValue() to enumarate values of a Registry key. Please review samples\RegEnum.prg for a sample of its use.
-
Fix: Class TOutLook is properly firing the buttons actions with just one click. Please review samples\TestOutl.prg
-
Fix: Class TTabs was failing when created from source code and placed on a dialog. Now it is ok.
-
Fix: Class TCColumn, all AS ... clauses have been removed.
-
New: FiveWin.ch command REDEFINE IMAGE ... It was missing. It uses the same syntax AS REDFINE BITMAP ... but it supports much more image types.
-
Enhancement: function RegSetValue( nKey, cSubKey, uValue ) now supports numeric values too supplied as uValue.
-
Enhancement: Class TBtnBmp shows a multiple lines caption when CRLF used into it.
-
New: Incremental search support for Class TComboBox. Now you can type several keys and the combobox will perform an incremental search on its items. Thanks to Ugo Garombo!
-
Enhancement: Class TPrinter, improved printer pick up when TO clause is used and there are several similar printer names. Thanks to Davide!
-
Enhancement: FWH for Microsoft VC, has been rebuilt using VC++ 2005.
-
Enhancement: FWH has been built using Harbour 1.0 and the most recent xHarbour build.