News in last versions

NEWS IN LAST VERSIONS


Legend:
	[+] - new features
	[!] - corrected bugs
	[*] - changes


04-Jul-2006 1.27f
[+] Toggle OEM/ANSI codepage on-fly (Ctrl+Tab). Attention! If you defined your own sets in ini-files (_OEM_SET, _ANSI_SET), it is necessary to redefine them to full 128-symbols sets. Default codepage is defined in variable _Default_Cp. Codepage for concrete database you can define in AOP-file(variable _DBF_CPage). Corresponding commands are #CODEPAGE, #DEFAULTCODEPAGE. [+] Command line parameter /WIN (/ANSI) defines codepage for current session. [+] ASCII-table is called on Ctrl+F10 in all dialogues and at fields edition. [+] Command line parameter /RUN is defined for plug-ins start. Example: BDBFS MyBase /RUN=Test(). [+] It is possible to exchange columns on Ctrl+Shift+Left/Right. [+] It is possible to hide and show the column on Ctrl+H, Ctrl+Shift+H. [+] Tag's expressions and conditions are shown on more than 1 rows if it is necessity in SET TAG mode (Alt+T). [+] Menu on F10 in SET TAG mode. [!] The database did not open in plug-ins via command USE, if the database was not in current directory. [!] Open error, when database reside in directory with point in name. [+] Clipper Tools functions CharOne, CharEven, CharOdd are allowed. [+] Interface function Out(row, col, cStr, cColor) mostly for plug-ins. [+] More full information about file are shown on F10 in Filer. [!] Error in Filer when F10 was pressed and file descript.ion was absent. [!] Long filenames was not shown in Filer. [!] Text files with _LF instead _CRLF was shown wrongly in VIEW mode. [+] Hot key Ctrl+Shift+F7 for LOCATE backwards. [+] Some new FoxPro codepages from VFP8. [+] It is possible to define an additional condition for context search. [+] Additional configuration menu (System - Settings). [+] PACK options: _lPckNoAsk - to pack without query, _lPckCheck - search for deleted before PACK. [+] Selection when paste from Windows clipboard. [!] Sometimes parameter _NoAsk of printing form ignored. [!] Search for minimum was closed in menu. [*] Strings are now shown in corresponding case in conversion menu. [*] User's macros are processed before predetermined. [!] Paste from internal clipboard did not work in MEMOEDIT mode. [+] Ctrl+K - deleting up to line end, Ctrl+L - deleting word left in MEMOEDIT mode. [*] Silence if calculated expression is empty. The warning was shown earlier in such cases. [*] The scope of commands "REST" is default. It was "ALL" earlier. [+] First and last position in BROWSE window are marked by special symbol on scroll bar. [*] Now we stay on previous record after SET FILTER if possible.


16-Oct-2003 1.26b
[+] Export to MS Excel (XLS). It is accessible through menu or command line. See also the information about export. [+] Export to XML. It is accessible through menu or command line. See also the information about export. [+] Request for Oem to Ansi conversion when export to HTML, XLS and XML. It is possible to suppress the request by setting of configuration's variables. [+] Now it is possible to use the statements LOOP, EXIT in ini-files (plug-ins). [!] Fields with datatype "DateTime" (Visual Foxpro) were wrongly shown with SET CENTURY OFF or SET DATE ANSI. [+] It is possible to use Visual FoxPro style ({^yyyy.mm.dd hh:mm}) for fields with datatype "DateTime" in REPLACE operations. [+] It is possible to use FoxPro 2.* style ({}) for fields with datatype "Date" in REPLACE operations. [+] Visual FoxPro DATE format ({^yyyy.mm.dd}) is now available in all expressions. [+] It is possible to use the symbol $ to access the fields with datatype "Currency" (f.e. $CurFlds*3 or {Alt+R} $111.3). [*] DELETE/RECALL operation is accelerated. [*] Incomplete expression in "DateTime" fields are shown in a VFP-like manner. [*] Expressions defined in statement #xcommand in ini-files are processed more correctly in all conditions. [!] Error when data type changed in VariField. [!] Descriptions (from descript.ion) were always shown in uppercase. [+] Clipper Tools functions CharRem(), CharOnly() are now allowable in all expressions. [+] Menu item "E-mail me" :-).


12-Jul-2003 1.25b
[+] The fields with type "Variant" (Clip and Visual FoxPro) are supported. [+] The fields with type "Auto Increment" (Clip and Visual FoxPro) are supported. [+] Can see Visual FoxPro database (DBC). [+] Copy/Paste Clipboard under Windows 2000/XP (the utility bdb_wclp is required). [+] New parameter _NoAsk in printing forms: no any questions when printing. [+] You can use some additional functions of FoxPro: CToBin(), BinToC(), Id(), Sys(0), Sys(1), Sys(10), Sys(11). [!] Sometimes the sign of presence CDX was removed. It provocated the problems in shared session with FoxPro. [*] SORT algorithm was changed. It results in speed increasing for large databases and decreasing for small ones. Unlike Clipper, the deleted records retain their deleted status in sorted database. [+] New macros in dialogues: Ctrl+F5 - input the value of current field in quotation marks, Alt+Shift+" - quote typed text. [+] The descriptions from descript.ion are shown on the border in filer. [+] Now it's possible to use the statements PUBLIC, PRIVATE, #UNDEF, EXTERNAL, MEMVAR, FIELD in ini-files (plug-ins). [+] It's possible use codeblocks in statement #MACRO in ini-files (plug-ins). [!] Sometimes the error appeared when IF..ELSE was enclosured in WHILE cycle in ini-files (plug-ins). [+] If the non-standard fields or header was detected at opening of the base, propose to open the base in forced mode (like command line option /forced). [*] More surely recover the structure of "forced" file at malfunctions. [!] Didn't input the negative numbers of type VFP Double. [!] Didn't input and was wrongly shown the negative numbers of type VFP Currency. [!] The length of fields Currency, Double was wrongly shown at displaying of structure (Alt+F2). [+] Call the site from menu. [*] More comprehensive message when bdbfs starts without parameters or with parameter /?.