2-way conversor for Visual FoxPro 9 binary files intended to be used with SCM 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/06/15 | FDBOZZO | v1.19.24 | - Bug Fix scx/vcx: The absence of AGAIN keyword on some USE commands throws "tabla in use" error if used the PRG version from VFP command window (Matt Slay) |
- Bug Fix scx/vcx: A table field called "text" that begins the line can be confused with the TEXT/ENDTEXT structure and can wrong recognize the rest of the code (Mario Peschke) | |||
- Bug Fix scx/vcx: GetTimeStamp internal method throwse an error when day or month have just 1 digit (happen from v1.19.23) | |||
- New "run_aftercreate_db2" event that permits execution of an external program when using FoxBin2Prg as object (for example, to export table data) | |||
- New FoxUnit Unit Tests to verify new functionality and "text" bug fix | |||
- Added foxbin2prg_de.h file translation of most messages to German (Mario Peschke) | |||
2014/06/07 | FDBOZZO | v1.19.23 | - Timestamps and UniqueIds values are back on binaries, and they are just cleaned up on tx2 files if NoTimestamps and ClearUniqueID flags are set. This minimizes some differences on the binary side |
- Added sccdata default value when regenerating PJX binary (which is automatically completed on the PJX when opened anyway) | |||
- Fixed timestamp evaluation for "OptimizeByFilestamp" optimization that evaluates just .??X files, and now .??T (memo) filestamps are evaluated too | |||
- Fixed missing BorderColor property on props_optiongroup.txt file | |||
- Fixed missing Stretch property on props_image.txt file (Kenny Vermassen) | |||
- Fixed missing Enabled property on props_image.txt file | |||
2014/05/17 | FDBOZZO | v1.19.22 | - Bug Fix vcx/scx: Picture property of a form class does not show the image. Does not happen with control pictures (Fidel Charny) |
- Bug Fix scx/vcx: Incorrect detection of PROCEDURE/ENDPROC/TEXT/ENDTEXT that can cause lost of some methods in some circunstantes (Andres Mendoza) | |||
- Bug Fix scx/vcx: Some options from the optiongroup control loose there width when subclassed from a class with autosize=.T. (Miguel Duran) | |||
- Added evaluation and generation of properties by classtype, when applicable | |||
- Added support of property evaluation from external file (props_*.txt) | |||
- Added enhanced Unit Tests of bitmap comparisons of screen captures before/after (the original is compared with the regenerated of the regenerated binary, for more accuracy) | |||
- A lot of garbage collect optimizations all over the code | |||
- Added Unit Testing of configuration by defaults, by file and by parameters | |||
- Added Unit Testing for checking the generation of classes, forms, reports and menus | |||
- Added new switch OptimizeByFilestamp (active by default) for making possible deactivation of this regeneration optimization by file timestamp, in case someone wants to force regeneration allways |