Commit Graph

54 Commits

Author SHA1 Message Date
Doug Hennig
ab1f03e5b8 v1.21.04: Added support for BodyDevInfo = 2 in CFG file to prevent both DevInfo and ObjRev from being written to PJ2 file 2024-08-26 14:10:52 -05:00
Lutz
bcec0c754b Problems with NULL as fieldname in dbf 2024-04-24 16:42:05 +02:00
Lutz
8eb6775f60 Fixing issue recreating class per file
Problems regenerating single classes and forms from text files in class-per-file form; fixing #105
2024-01-03 11:26:23 +01:00
Lutz
0363d644af Fix problem regenerating DBC 2023-12-04 12:29:32 +01:00
=Lutz
a189959513 Fix for Spanisch coments on text file header 2023-10-20 18:43:51 +02:00
Lutz
8e80bdc83e Option to disable directories added 2023-09-06 20:43:45 +02:00
Lutz
195196aaf9 Fixed problem recreating DBF 2023-09-06 14:43:35 +02:00
Lutz
7ca1930b2e New option to control forms
Bugfix for menu recreation
2023-09-03 19:43:12 +02:00
Lutz
bec9dcda8b Debug / config
Debug set via parameter will not longer be turned off via config
altered config setting
2023-09-01 14:32:26 +02:00
Lutz
713698787a New option "tcCFG_File" for get_DirSettings method. 2023-08-31 18:04:57 +02:00
Lutz
110d8654dc Enhancement for external config
switch to control usa of "normal config" enhanced
2023-08-31 14:55:58 +02:00
Lutz
af6db043ed Enhancement to config
Stuff mainly to adress run regeneration of FoxBin2Prg out of itself
2023-08-30 22:10:07 +02:00
Lutz
fea3596fbc Binaries to 1.20
transfered all files to 1.20
added code to create recreate FoxBin2Prg
2023-08-27 20:04:11 +02:00
Lutz
57ad20f9e8 Work for VFPXDeployment 2023-08-07 14:59:54 +02:00
Lutz
7d143039dd Test issue 95 2023-08-05 11:59:24 +02:00
Lutz
7f17ab08ab Issue with files on different drives
Text2Bin on PJX errors out for projects with an attach icon that has a drive letter on its path. Closing #93
2023-03-20 11:16:07 +01:00
Lutz
ba7c88a198 Property problems 2023-03-16 19:13:59 +01:00
Lutz
b844be69a3 Config per folder
On operation per folder, change of folder must change configuration
 fixed #86
2022-06-13 21:58:47 +02:00
Lutz
703dc94a10 Fixed problems with menu recreation
fixed #84
fixed #85 (minor typo)
2022-06-08 17:02:46 +02:00
Lutz
dcef630746 Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost
fixed #83
2022-05-13 13:39:00 +02:00
Lutz
9a213ece4f Problems with trailing spaces in memo lines (again)
fixed #81
2022-04-08 12:50:37 +02:00
Lutz
880bdaa82c Problems with trailing spaces in memo lines
fixed #81
additional problems
 - trailing spaces in varchar
 - DBF_Conversion_Support on table configuration file
 - Enhancements to parameters and docu
2022-04-07 16:32:38 +02:00
Lutz
2dae334d85 Fixes MNX with ";"
Fixed  Recreating MNX containing ";" by bjornhoeksel
fixed #80
2022-03-30 11:59:32 +02:00
Lutz
2df45d30fd Fixes to recreating mnx
Fixed Last bar in menu files are in some situations not converted correctly back in the mnx file.; closed #79
2022-03-16 20:44:50 +01:00
Lutz
a34c42110e Fixes VCX/VC2
Fixed  Recreating VCX objname equals classname
 closed #77
Fixed Missing class in VCX when VCX corrupted
 closed #78
fixes to documentation
2022-02-25 19:55:39 +01:00
Lutz
d064083fe2 Bug fix
worked #77
changed documentation and templates
2022-02-23 21:05:26 +01:00
Lutz
2f7fbbf2f5 Problems with PADNAME
bug fix issue #74
minor documentation
2022-01-18 20:20:34 +01:00
Lutz
35e1189e2c Double classes in VCX
Oddly created the same class twice in VCX libs
Code stops instead creating the class twice.
fixed https://github.com/fdbozzo/foxbin2prg/issues/72
2021-12-07 15:14:16 +01:00
Lutz
fc540a59b2 Problem with version number in EXE
fixed https://github.com/fdbozzo/foxbin2prg/issues/69
2021-08-30 09:24:02 +02:00
Lutz
a17971c58b Problems with parameters
fixed https://github.com/fdbozzo/foxbin2prg/issues/67
reworked docu
fixed https://github.com/fdbozzo/foxbin2prg/issues/66
2021-05-20 11:05:42 +02:00
Lutz
8c1a9c8d40 mn2/mnx, problem with BAR # / PAD name
fixed https://github.com/fdbozzo/foxbin2prg/issues/61
fixed https://github.com/fdbozzo/foxbin2prg/issues/62
2021-04-22 17:19:13 +02:00
Lutz
54fde0f54c Bug Fix DATABASE in Table
Bug Fix: Tables without indexes cause an error that the Table ## is not marked as belonging to the ## database.
issue #58
Minor change the README.md
2021-04-12 13:46:25 +02:00
Lutz
c26e260d6a Patch 1.19.62
.github issue templates added
Bug fixes and enhancements. See docs/FoxBin2Prg_Changes.md for full list
2021-03-30 11:06:59 +02:00
Lutz
e89a8e6641 Patch 1.19.61
Bug fixes and enhancements. See docs/FoxBin2Prg_Changes.md for full list
2021-03-23 13:44:33 +01:00
Lutz
8f65d459cf Thor 2021-03-22 16:29:31 +01:00
Lutz
376df3d148 docu 2021-03-22 13:22:35 +01:00
Lutz
faecbc3320 With additional index 4 2021-03-18 23:16:15 +01:00
Lutz
96519930de 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:19:10 +01: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
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
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
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
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
1f1c691573 - MEM file structure support 2018-03-25 23:48:49 +02:00
fdbozzo
caf373d2ac - Enhanced HELP dialog info when running FoxBin2Prg with double-click 2018-03-16 20:35:06 +01:00
fdbozzo
66ddebc92b foxbin2prg.cfg.txt: Actualización 2018-03-04 12:40:46 +01:00
fdbozzo
281fc6a16b Corrección para PRG_Compat_Level:1 (HELPSTRING) 2018-03-03 21:41:01 +01:00
fdbozzo
a00b7f1939 v1.19.50
- Added a new CFG "BodyDevInfo" switch to control the DevInfo body data of PJX. It is disabled by default because DevInfo normally have compiled data that can be regenerated and causes many differences on source control tools
2018-03-03 13:42:07 +01:00
fdbozzo
4ee81ae28e - Importación de Datos desde DB2 con nueva opción DBF_Conversion_Support: 8
- Nuevo método get_DBF_Configuration() que devuelve el objeto CFG de la tabla indicada
- Nuevo método conversionSupportType() que devuelve el código de conversión soportado para el archivo indicado
- Modificados los métodos hasSupport_Bin2Prg() y hasSupport_Prg2Bin() para permitir indicar un nombre completo de archivo y no solo su extensión
2016-05-29 10:07:08 +02:00
fdbozzo
e88367127d Preview 9:
- Bug Fix Pj2: Se genera un error al regenerar un PJX desde un PJ2 donde algún archivo contiene paréntesis (EddieC)
- Mejora dbf: Nuevo parámetro ExcludeDBFAutoincNextval para evitar diferencias por este dato (edyshor)
2016-02-06 16:22:56 +01:00