What's new in FiveWin 2.0a FiveWin 2.0a
* New: Now Fivewin controls when largefonts are used
* Bug: Valid event of the last get on a tab folder was not triggered
* Bug: Tooltip on message bar items did not work if no bitmpaps were also declared on his command
* New: Function ColorsQty() which returns the number of colors of the current Windows display configuration
* New: Function LargeFonts() which returns true ir large fonts are used
* New: Enhancement on DDE Server initialization. Now the codeblock oWnd:bDdeInit may return false to avoid being the DDE server of a not desired external application
* New: nSerialHD() is also available from Fivewin++
* Bug: Wrong behaviour of gets with mask under Fivewin++
* Bug: Separator lines on reports were not printed correctly when the width of the title was greater than the report body width.
* New: Method Set3DStyle() on class Wbrowse to have the old Fivewin 3D style
* New: Method SetDefStyle() on class Wbrowse to have the default new Fivewin browse style if changed via the Set3DStyle() method
* New: Method GetCopies() on class TPrinter to get the number of copies selected on the print dialog when the FROM USER clause is used.
* New: Method GetPages() on class TPrinter to get the From & To pages selected on the print dialog when the FROM USER clause is used. This method returns a two dimension array but also you can pass the nFrom and nTo variables by reference, for example: aPages := oPrn:GetPages(@nFrom, @nTo)
* Bug: Wrong display of active row on Wbrowse in Cellstyle mode.
* Bug: Wrong behaviour of button when the Enter key was pressed.
* New: Function cGetFile32(cFileMask, cTitle, nDefMask, cInitDir, lSave, nFlags) to use instead of cGetFile() wich shows the true 32 bits dialog box. Obviously this only works on Win 95/98 and Win NT machines. The file RunDlg32.exe must be present on every PC in the \windows directory.
* New: Function nGetFilter32() to use instead of cGetFileFilter() when cGetFile32 is used.
* New: cGetDir32(cTitle) to use instead of cGetDir() wich shows the true 32 bits dialog box. Obviously this only works on Win 95/98 and Win NT machines. The file RunDlg32.exe must be present on every user PC at the \windows directory. Note: Is not posible to indicate a initial directory.
* New: Function OdbcDsnEntries([cSection]) that returns an array with all the available DSN entries. This function can be used to get a list of available ODBC DSN entries and avoid the use of ODBC dialogs wich consume a lot of stacksize.
* New: Function Msglist() to show an array inside a modal dialog
* New: Methods GetDriver() and GetPort() on class TPrinter
* Bug: Printer margins did not work correctly
* Bug: The TO clause of printer commands failed when a rebuild was done on the printer object
* Bug: Valid on comboboxes with Dropdown style where not evaluated
* Bug: Runtime error when all the controls of a dialog did not have a WS_TABSTOP style
* Bug: Menus under WinNT did not display correctly
* Bug: Extruc.ch was missing on Fivewin 2.0 instalation package Back |