Commit Graph

1023 Commits

Author SHA1 Message Date
Lutz
ca7b80960c 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:05:44 +01:00
Lutz
1efaceee19 BugFix: Flushing log in directory mode
log was flushed after each file, so only last file was visible
2021-02-15 11:28:45 +01:00
Lutz
de979d7c91 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:36:01 +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
fdbozzo
7ee0d81c70 v1.19.51.1
- Bug Fix: If capitalization is used on a DBC view info, then related information is not exported correctly or entirely, so could be lost (SkySurfer1)
2018-05-12 23:39:31 +02:00
fdbozzo
0b51f37f4f - Bug Fix: If capitalization is used on a DBC view info, then related information is not exported correctly or entirely, so could be lost (SkySurfer1) 2018-05-12 23:38:52 +02:00
fdbozzo
b3a6ac26b2 - Bug Fix: If capitalization is used on a DBC view info, then related information is not exported correctly or entirely, so could be lost (SkySurfer1) 2018-05-12 23:23:05 +02:00
fdbozzo
8490021dfc - Bug Fix: If capitalization is used on a DBC view info, then related information is not exported correctly or entirely, so could be lost (SkySurfer1) 2018-05-12 23:18:25 +02:00
fdbozzo
4d16f7650f Version file update 2018-05-12 23:06:59 +02:00
Fernando D. Bozzo
8aafd63375 Update PayPal image + link 2018-05-01 14:22:47 +02:00
Fernando D. Bozzo
1b348a81ab Update PayPal image 2018-05-01 14:12:21 +02:00
Fernando D. Bozzo
2b08ca8b06 Update PayPal info 2018-05-01 14:10:19 +02:00
fdbozzo
db6cb5bde8 v1.19.51
- Feature: .fky MACROS file structure support (export to fk2 only)
- Feature: .mem MEMORY file structure support (export to me2 only)
- Feature: Added automatic default language recognition for the supported ones (FR,DE,SP,EN)
2018-03-26 00:06:44 +02:00
fdbozzo
988872c4be ThorUpdater info update 2018-03-26 00:06:18 +02:00
fdbozzo
ee76b1c189 v1.19.51 EXE generation 2018-03-25 23:56:16 +02:00
fdbozzo
955916c2b4 - MEM file structure support (complementary files) 2018-03-25 23:55:35 +02:00
fdbozzo
1f1c691573 - MEM file structure support 2018-03-25 23:48:49 +02:00
fdbozzo
fa5bb1d4fe Updated version file 2018-03-24 16:59:30 +01:00
fdbozzo
9730ec3581 - Feature: Added automatic default language recognition for the supported ones (FR,DE,SP,EN) 2018-03-24 16:49:55 +01:00
fdbozzo
56b0a1fc7e Updated version file 2018-03-24 16:49:39 +01:00
fdbozzo
dff7dae966 - Feature: Added automatic default language recognition for the supported ones (FR,DE,SP,EN) 2018-03-24 16:48:32 +01:00
fdbozzo
aa6508a5f7 Added new test files 2018-03-23 21:07:50 +01:00
fdbozzo
46ee3b2ce7 FKY file structure support
- Added key sorting
- code cleaning
2018-03-23 21:00:56 +01:00
fdbozzo
3b4f0a1a5e FKY file structure support 2018-03-23 21:00:40 +01:00
fdbozzo
849b5e8a76 FKY file structure support 2018-03-23 00:58:11 +01:00
fdbozzo
8e13203639 FKY file structure support 2018-03-23 00:57:41 +01:00
fdbozzo
ebf0b548c5 FKY file structure support 2018-03-19 21:29:18 +01:00
fdbozzo
caf373d2ac - Enhanced HELP dialog info when running FoxBin2Prg with double-click 2018-03-16 20:35:06 +01:00