Commit Graph

1047 Commits

Author SHA1 Message Date
Doug Hennig
981581a3e0 Merge branch 'fork_mod' of https://github.com/lscheffler/foxbin2prg into lscheffler-fork_mod 2021-03-23 08:52:31 -05:00
Lutz
6f2116cbde Patch 1.19.61
Bug fixes and enhancements. See docs/FoxBin2Prg_Changes.md for full list
2021-03-23 13:46:25 +01:00
Lutz
dc39ca873a Patch 1.19.60
Bug fixes and enhancements. See docs/FoxBin2Prg_Changes.md for full list
2021-03-22 16:52:15 +01:00
Doug Hennig
45ac8b36eb Merge branch 'lscheffler-fork_mod' 2021-03-10 13:48:17 -06:00
Doug Hennig
c2e86b9e8e Commited changes 2021-03-10 13:47:55 -06:00
Lutz
8b8e0ef894 Improvement in logging, bug fixes #3
- Bug Fix: For RedirectClassType = 2, Path was set wrong
- Doc: Improved, Better description of ClassPerFileCheck.
- Bug Fix: RedirectClassType = 2, UseClassPerFile = 2 failed.
- Enhancement: Added option to create config file template based on current values of a directory
- Enhancement: Log settings object handed to execute (Debug > 0)
- Better documentation of tcOutputFolder
--removed debug code
2021-03-09 13:40:21 +01:00
Lutz
05f80ecbdd Improvement in logging, bug fixes #2
- Bug Fix: For RedirectClassType = 2, Path was set wrong
- Doc: Improved, Better description of ClassPerFileCheck.
- Bug Fix: RedirectClassType = 2, UseClassPerFile = 2 failed.
- Enhancement: Added option to create config file template based on current values of a directory
- Enhancement: Log settings object handed to execute (Debug > 0)
- Better documentation of tcOutputFolder
2021-03-09 12:42:38 +01:00
Lutz
51dde17ea8 improvement in logging, bug fixes
- Bug Fix: For RedirectClassType = 2, Path was set wrong
- Doc: Improved, Better description of ClassPerFileCheck.
- Bug Fix: RedirectClassType = 2, UseClassPerFile = 2 failed.
- Enhancement: Added option to create config file template based on current values of a directory
- Enhancement: Log settings object handed to execute (Debug > 0)
2021-03-09 09:21:41 +01:00
Doug Hennig
0dec7cd665 Updated documentation 2021-03-06 12:02:27 -06:00
Doug Hennig
d504cb782b Version 1.19.58:
* Enhancement: added support for writing to a different folder than the source code (Doug Hennig)
* Enhancement: added configuration item: HomeDir, which determines if HomeDir is saved in PJ2 files (Doug Hennig)
2021-03-06 11:54:08 -06:00
Doug Hennig
c00d7b6a77 Merge pull request #49 from lscheffler/fork_mod
Bug Fix 1.19.57
2021-03-05 08:36:07 -06:00
Lutz
c84d56ee13 Bug Fix 1.19.57
Fixed missing PATH
Minor documentation changes
2021-03-05 11:06:26 +01:00
Doug Hennig
32c775ac40 Fixed issue with previous merge 2021-03-04 14:29:37 -06:00
Doug Hennig
4c689c1921 Merge pull request #48 from lscheffler/fork_mod
Extension 1.19.56
2021-03-04 12:52:16 -06:00
Lutz
d9c5023377 Extension 1.19.56
Bug: On special setting for import in form file[.baseclass].class.vc2
Enhancement: New value 2 for option RedirectClassType. Alter single class for input form file[.baseclass].class.vc2
2021-03-04 18:40:35 +01:00
Lutz
c8096f2bae Extension 1.19.55
basically V1.21.02, but Verno turned back,
because of problems with files generated.
(Verno is part of the text files, what changes the text file ...)
 Enhancement: German translation improved
 Enhancement: Info screen-doc improved
 Enhancement: added option to create config file template
 Enhancement: inserted option OldFilesPerDBC to define the use splitting of DBC like version pre 1.21.0
2021-03-03 23:02:19 +01:00
Fernando D. Bozzo
b3da47f56d Merge branch 'lscheffler-fork_mod' 2021-03-03 22:16:36 +01:00
Fernando D. Bozzo
a6b761738d Merge branch 'fork_mod' of https://github.com/lscheffler/foxbin2prg into lscheffler-fork_mod 2021-03-03 22:15:50 +01:00
Doug Hennig
9c1712a604 Merge pull request #42 from lscheffler/fork
Bug fix
2021-03-03 09:03:15 -06:00
Lutz
37d72fe0e8 Extension 1.21.02
Enhancement: German translation improved
Enhancement: Info screen-doc improved
Enhancement: added option to create config file template
Enhancement: inserted option OldFilesPerDBC to define the use splitting of DBC like version pre 1.21.0
2021-03-03 13:29:47 +01:00
Lutz
bc051b5315 Bug fix
DBF_Conversion_Condition, problem with macro expansion
2021-03-03 10:44:37 +01:00
Doug Hennig
9f357d1e46 Merge pull request #39 from lscheffler/fork
Fork
2021-03-02 14:24:30 -06:00
Lutz
f5a43c777e reworked
added fixes
added modifications
added documentation
for changes see README.md or foxbin2prg.prg

intended to be merged to https://github.com/fdbozzo/foxbin2prg/
2021-02-22 20:29:29 +01:00
Lutz
b1041b3bf8 Bug Fix: log while processing dir, multi classes
While processing directories, the log file was flushed per file, so only log last file
 It should be extended to file, but for some reason it will not work, so simply used different place to write once

An aborted git merge might create multiple files of a class.
 Text2Bin will create many classes with the same name in the vcx.
 Only one class will be created. This might be with errors in syntax anyway, because of git merge information
2021-02-15 18:07:50 +01:00
Lutz
637bc3b0eb BugFix: Converting PRG -> DBF, .NULL. values
If a field holds a .NULL. value, the field is not set to .NULL. on recreation
2021-02-14 21:40:16 +01:00
Lutz
d6f8b41a26 New Func: Split of files of classes and databases on distinct options
introduced new config-parameter UseFilesPerDBC to control split of DBC
removed splitting of DBC container from UseClassPerFile
2021-02-14 13:07:30 +01:00
Lutz
d5ad215e67 BugFix: Converting DBFs on simulated run
If .l_ProcessFiles was true, conversion of DBF's failed
Additional some minor improvements on german translation
2021-02-14 12:47:52 +01:00
Lutz
c31b810665 BugFix: Converting DBFs on simulated run
If .l_ProcessFiles was true, conversion of DBF's failed
Additional some minor improvements on german translation
2021-02-14 12:45:55 +01:00
fdbozzo
8b99f8dbf8 - Add some fixes to existent ut_tests
- Add missing tests
- Bug Fix: At least one of the class-per-file files do not have CR_LF at the end, then when assembling the class or form some structures (ENDIF/ENDCASE/ENDDEF/etc) can be joined with the next, making them erroneous (Ryan Harris)
- BugFix: Incompatible with VFPA (#36) (Eric Selje)
- Bug Fix: Manejo de AutoIncrement incompatible con Project Explorer (Dan Lauer) [Fixed by Doug Hennig]
- Bug Fix: DBF conversion fails if some field name is a reserved keyword like UNIQUE (DAJU78)
- Bug Fix: VCX/SCX properties named "note" are not properly converted (Tracy Pearson)
2020-04-01 17:46:46 +02:00
fdbozzo
8c591bdb03 Generate EXE 2020-04-01 17:45:04 +02:00
fdbozzo
9fd9343840 - Bug Fix: VCX/SCX properties named "note" are not properly converted (Tracy Pearson) 2020-04-01 17:40:50 +02:00
fdbozzo
fa65af1dda - Bug Fix: DBF conversion fails if some field name is a reserved keyword like UNIQUE (DAJU78) 2020-04-01 16:54:29 +02:00
fdbozzo
714ff309d0 - Bug Fix: Manejo de AutoIncrement incompatible con Project Explorer (Dan Lauer) [Fixed by Doug Hennig] 2020-04-01 16:30:52 +02:00
fdbozzo
4c98413b21 - BugFix: Incompatible with VFPA (#36) (Eric Selje) 2020-04-01 16:21:09 +02:00
fdbozzo
004046ff8f - Bug Fix: At least one of the class-per-file files do not have CR_LF at the end, then when assembling the class or form some structures (ENDIF/ENDCASE/ENDDEF/etc) can be joined with the next, making them erroneous (Ryan Harris) 2020-04-01 16:10:02 +02:00
fdbozzo
3808aab6d7 - Add some fixes to existent ut_tests
- Add missing tests
2020-04-01 16:06:42 +02:00
fdbozzo
b83a71124d Enhancement: Make FoxBin2Prg more COM friendly when using ESC key (Tracy Pearson) 2019-02-24 23:24:29 +01:00
fdbozzo
7342716382 Recompilación y actualización archivo de versiones 2019-02-24 23:24:03 +01:00
fdbozzo
8f765199b1 Enhancement: Make FoxBin2Prg more COM friendly when using ESC key (Tracy Pearson) 2019-02-24 21:01:25 +01:00
fdbozzo
625d31a5ec 2019-02-24 21:01:05 +01:00
fdbozzo
00b1245107 2019-02-24 20:52:15 +01:00
fdbozzo
d71238bf89 Version file 1st.update 2018-11-04 12:45:48 +01:00
fdbozzo
9e5ce43cfe Bug Fix: The alphabetic ordering of ADD OBJECT's objects can cause that some objects be created in erroneous order, causing unexpected behavior (Jochen Kauz) [https://github.com/fdbozzo/foxbin2prg/issues/28]
NOTE: This Bug Fix implies that when tx2 files are regenerated, differences will occur almost certainly for the first time, so do not regenerate all tx2 files unnecesarily to keep differences at minimum.
2018-07-31 10:57:31 +02:00
fdbozzo
bbaad331a5 Bug Fix: The alphabetic ordering of ADD OBJECT's objects can cause that some objects be created in erroneous order, causing unexpected behavior (Jochen Kauz) [https://github.com/fdbozzo/foxbin2prg/issues/28]
NOTE: This Bug Fix implies that when tx2 files are regenerated, differences will occur almost certainly for the first time, so do not regenerate all tx2 files unnecesarily to keep differences at minimum.
2018-07-31 10:57:08 +02:00
fdbozzo
a3533dac1e Bug Fix: The alphabetic ordering of ADD OBJECT's objects can cause that some objects be created in erroneous order, causing unexpected behavior (Jochen Kauz) 2018-07-13 23:53:07 +02:00
fdbozzo
90e5d351df Bug Fix: Error 1098, Cannot find ... [ENDT] that closes ... [TEXT] Issue#26 when there is a field named TEXT as first line-word (KIRIDES) 2018-07-09 23:13:28 +02:00
fdbozzo
e2b5582156 Bug Fix: Error 1098, Cannot find ... [ENDT] that closes ... [TEXT] Issue#26 when there is a field named TEXT as first line-word (KIRIDES) 2018-07-09 23:12:55 +02:00
fdbozzo
236a0e0db3 Bug Fix: When converting to text a DBF that belongs to a DBC with events disabled, conversion fails (Jairo Argüelles / Juan C. Perdomo) 2018-06-20 12:23:39 +02:00
fdbozzo
b7efc53566 Bug Fix: When converting to text a DBF that belongs to a DBC with events disabled, conversion fails (Jairo Argüelles / Juan C. Perdomo) 2018-06-20 12:23:15 +02:00
fdbozzo
747dc5cebe README.md update 2018-05-12 23:43:27 +02:00