2-way conversor for Visual FoxPro 9 binary files intended to be used withSCM tools (Diff and Merge operations) or just for backup
Back to Documentation -> FoxBin2Prg |
---|
Volver a la Documentación -> FoxBin2Prg_es |
Rel.Date | Developer | Ver# | Observations |
---|---|---|---|
2014/01/31 | FDBOZZO | v1.19.6 | - Added SourceSafe support (SCCAPI) for Diff and Merge |
- SCX bug fix: Dataenvironment sometimes doesn't regenerates correctly | |||
- Functionality change: Automatic recompilation enabled by default again because some methods doesn't show on form edit. Can be deactivated passing '0' to cRecompile param | |||
2014/01/26 | FDBOZZO | v1.19.5 | - Added Multilanguage support and Localization file for English. To use it rename the new file foxbin2prg_en.h to foxbin2prg.h and recompile |
2014/01/24 | FDBOZZO | v1.19.4 | - New "Recompile" parameter for recompiling from PJX directory (if provided) |
- Functionality change: Now FoxBin2Prg does not recompile bins for default, because it do on bin dir and that can throw compilation errors. Use new parameter if needed or recompile by your own | |||
- DBC: Added support for multiline "comment" property | |||
- VBS Batch scripts: Added progress bar | |||
2014/01/18 | FDBOZZO | v1.19.3 | - Change on TXT timestamps to preserve empty values that can save a lot of differences when diff/merging. Previously empty timestamps get converted to datetime |
- Optimization on TXT generation of ZOrders | |||
2014/01/13 | FDBOZZO | v1.19.2 | - Fix on PJX regeneration caused for something missing in the last change of "Autor" to "Author" |
2014/01/08 | FDBOZZO | v1.19.1 | - Small change on TX2 headers to drop the "Generated" timestamp that causes innecesary differences / Updated the EXE version with the correct one |
2014/01/08 | FDBOZZO | v1.19 | - Added new debug flag on .vbs scripts to show a "End process" message for batch processing |
- Bug Fix scx/vcx: Improper order of Reserved3 props cause event access to not fire | |||
- Bug Fix dbf: Improper index generated when the type is Candidate | |||
- Added support for converting SourceSafe PJM to FoxBin PJ2 | |||
- Added validation for Menus when converting from older versions, so user can convert it to VFP 9 format first | |||
- Change in MN2 property: "Autor" was changed to "Author". You can add the missing letter to MN2 or regenerate | |||
2014/01/07 | FDBOZZO | v1.18.1 | - Added a vbs script (Normalize_FileNames.vbs) for FileNames normalizing in batch mode, and updatedFileName_Caps.exe and the call on FoxBin2prg |
2014/01/06 | FDBOZZO | v1.18 | - mnx bug fix: Generation of DO Procedure or Command when no Procedure or Command available to call when empty option is created (Fidel Charny) |
- Added support for DBFs earlier than VFP 9 for generating DB2 text, but DBF regeneration is in VFP 9 version! | |||
- dbf bug fix: DBFs linked to a DBC that use long field names throw error when regenerating DBFs | |||
- dbf bug fix: Some view info is lost when generating text from DBC | |||
2014/01/03 | FDBOZZO | v1.17 | - mnx bug fix: Location value is lost and some menus doesn't render properly (Fidel Charny) |
- Added 2 VB scripts (Convert_VFP9_BIN_2_PRG.vbs andConvert_VFP9_PRG_2_BIN.vbs) for batch converting of dirs and files if a shortcut is placed on "SendTo" user folder | |||
- Added new Unit Testing cases for menus | |||
2014/01/02 | FDBOZZO | v1.16 | - Added support for Menus (MNX) |
2013/12/18 | FDBOZZO | v1.15 | - Added support for DBF, DBC and CDX binaries |
2013/12/15 | FDBOZZO | v1.14 | - scx bug fix: autocenter property do nothing (Arturo Ramos) |
- scx bug fix: Last COMMENT record is lost (Fidel Charny) | |||
2013/12/08 | FDBOZZO | v1.13 | - frx/lbx bug fix: "Error 1924, TOREG is not an object" on some reports (Fidel Charny) |
2013/12/08 | FDBOZZO | v1.12 | - Added support for Reports (FRX) and Labels (LBX) |
2013/12/08 | FDBOZZO | v1.11 | - scx/vcx bug fix: _memberdata value corrupted when the value is a long one (Edgar Kummers) |
2013/12/07 | FDBOZZO | v1.10 | - scx/vcx bug fix: when there are methods with the same name, there code is assigned to erroneous objects (Fidel Charny) |
2013/12/07 | FDBOZZO | v1.9 | - scx/vcx bug fix: last fix keep loosing some properties (Fidel Charny) |
2013/12/06 | FDBOZZO | v1.8 | - scx/vcx bug fix: last fix keep loosing some properties (Fidel Charny) |
- sort function encapsulated and reused on BIN and TXT generation for safety | |||
2013/12/03 | FDBOZZO | v1.7 | - vcx/scx bug fix: some properties get lost and picture clause is not displayed if "Name" is not the last property on memo (Fidel Charny) |
- Added verification of readOnly files and report this to Log file in debug mode | |||
2013/12/02 | FDBOZZO | v1.6 | - Complete refactoring of BIN and TXT generation |
- Changes of various algorithms | |||
- scx/vcx bug fix: Array properties didn't save (Fidel Charny) | |||
- Unit testing cases with FoxUnit | |||
2013/11/27 | FDBOZZO | v1.5 | - Bug fix: On some forms dataenvironment didn't regenerate appropiately (Luis Martínez) |
2013/11/27 | FDBOZZO | v1.4 | - Added mask support |
- Added support for extension configuration on file foxbin2prg.cfg, so one can use "vca" instead of "vc2", etc | |||
- Added support for a new parameter for Log generation | |||
2013/11/24 | FDBOZZO | v1.3 | - Bug fixes, code cleaning, refactoring |
2013/11/24 | FDBOZZO | v1.2 | - Bug fixes, code cleaning, refactoring |
2013/11/22 | FDBOZZO | v1.1 | - Bug fixes |
2013/11/22 | FDBOZZO | v1.0 | - Initial creation of clases on prg and support of VCX/SCX/PJX files |