fdbozzo
3b4f0a1a5e
FKY file structure support
2018-03-23 21:00:40 +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
fdbozzo
0695c27a2f
- Add LOG info about config.fpw used and CodePage
2018-03-16 18:09:56 +01:00
fdbozzo
331aa288aa
v1.19.50.3
...
- Bug Fix: When adding some non-VFP text files like html,css,etc, in the text section of the project, FoxBin2Prg does not keep this selection when regenerating the PJX, leaving them in the files section (Darko Kezic)
2018-03-15 20:08:10 +01:00
fdbozzo
d03b7f9357
v1.19.50.2
...
Regenerating pjm,"*" when CFG's extension:pj2=pjm does not regenerate all pjx included files (Darko Kezic)
2018-03-13 20:04:47 +01:00
fdbozzo
8f345d49f4
When using the CFG configuration "extension: pj2=pjm" treat the pjm as pj2 and not as SourceSafe-compatible pjm (Darko Kezic)
2018-03-12 20:05:06 +01:00
fdbozzo
45bb5858ce
- Added more LOG info for certaing TAG parsing
2018-03-06 20:27:57 +01:00
fdbozzo
857e8f645d
Workaround to export DBF metadata without the security part of the DBC blocking it, when DBCEvents are enabled.
2018-03-06 19:36:34 +01:00
fdbozzo
a0626340a6
Bug Fix: PJX homedir related fields do not always are sincronized
2018-03-04 14:13:02 +01:00
fdbozzo
281fc6a16b
Corrección para PRG_Compat_Level:1 (HELPSTRING)
2018-03-03 21:41:01 +01:00
fdbozzo
655ec8ca84
- Nueva opción de configuración "PRG_Compat_Level": 0=Legacy, 1=HELPSTRING as Procedure comment
...
- Configurado PRG_COMPAT_LEVEL=0 por defecto para no romper compatibilidad y modificado un test para que ese seteo no lo afecte
2018-03-03 16:35:55 +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
a18454b143
v1.19.49.8
...
- Bug Fix: When converting a VCX corrupted with duplicated objects to text, "The specified key already exists" error is thrown (Kirides)
2018-02-03 10:53:53 +01:00
fdbozzo
c11e0bd842
- Bug Fix: When converting a DBF an error is thrown if there is a field called X or I (Francisco Prieto)
2018-01-11 20:29:26 +01:00
fdbozzo
f0454e0392
foxbin2prg.prg: Issue#15 fix (check only main object)
...
lib_controles.vcx: Change PCT_DLL.dll path
ut__foxbin2prg__c_conversor_prg_a_bin__analyzeAssignmentOf_Tag.prg: Adapt test case for issue#15
EXE generation
2018-01-06 21:40:10 +01:00
fdbozzo
2f2a5a8938
BugFix vcx/scx: FoxBin2Prg encodes MemberData property with CR/LF, which can cause "property '_memberdata' value is too long" error (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/16 )
2018-01-06 18:18:15 +01:00
fdbozzo
209ec3d8e7
BugFix vcx/scx: FoxBin2Prg should ignore the records that VFP Designer ignores (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/15 )
2018-01-05 18:39:31 +01:00
fdbozzo
fba79c8566
Renombrar métodos temporales
2017-12-20 22:27:47 +01:00
fdbozzo
5bda74718e
When FoxBin2PRG converts a DB2 file to a DBF file and imports the data (using DBF_Conversion_Support = 8), tabs at the start of lines in memo fields are lost (Doug Hennig)
2017-12-20 20:10:15 +01:00
fdbozzo
4b31c1cba7
When mixing SourceSafe reserved parameters with Class per file options, sometimes weird things happen
2017-12-20 19:01:01 +01:00
fdbozzo
715df06c4c
Bug Fix VCX: When using ClassPerFile in API Mode and importing single classes, sometimes their names get unquoted, throwing errors / Reported by Lutz Scheffler ( https://github.com/fdbozzo/foxbin2prg/issues/11 )
2017-12-04 22:17:30 +01:00
fdbozzo
5bbcc15161
Bug Fix db2: Los campos "Double" asumen 2 decimales cuando se definen con 0 decimales (Jerry Stager)
2017-12-03 13:03:07 +01:00
fdbozzo
af768fe7a1
Test Bug Fix: DBF INTEGER AUTOINC test is failing because of a bad DBF reference value
...
DBF INTEGER AUTOINC test: Added more info about NextVal and Step values
2017-12-02 14:29:08 +01:00
fdbozzo
62353694a2
Quitar cambio demás y nuevo EXE
2017-12-02 01:09:10 +01:00
fdbozzo
2c629aca28
Bug Fix: ClassPerFile didn't work correctly starting from v1.19.49 Reported by Lutz Scheffler ( https://github.com/fdbozzo/foxbin2prg/issues/9 )
2017-12-02 01:05:17 +01:00
fdbozzo
58fdf742e0
BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors
2017-06-25 20:24:05 +02:00
fdbozzo
a6801b680e
Update automatically the internal name of the imported class to match the external name indicated in the file
2017-04-25 23:57:57 +02:00
fdbozzo
7520706568
Enhancement for not requiring a CFG configuration when using "classlib.vcx::classname::import" or "classlib.vcx::classname::export" syntax
2017-04-25 22:32:48 +02:00
fdbozzo
0f3da5fd7a
If sys(2023) points to "Progrma Files" (a read only dir), then point to getenv("temp")
2017-04-15 23:32:54 +02:00
fdbozzo
fb9bb50721
Added the DevInfo conversion for file registers of the PJX
2017-04-14 01:06:24 +02:00
fdbozzo
5a42773abf
Bug Fix & Report pjx: No se estaba guardando el campo User en los archivos PJX (Doug Hennig)
2017-04-12 00:40:55 +02:00
fdbozzo
e70e8d7d13
Feature: When in objet-mode, allow the use of a CFG-object for the tcCFG parameter (Lutz Scheffler)
2017-04-11 22:59:33 +02:00
fdbozzo
35d997733d
Bug Fix frx: When using "&&" inside en expression field, the regenerated FRX field is corrupted
2017-04-11 20:19:21 +02:00
fdbozzo
042cba9297
Agregar anulación de ClassPerFileCheck:1 cuando se usa la sintaxis "classlibrary.vcx::classname::import" o "classlibrary.vcx::classname::export"
2017-03-28 00:58:36 +02:00
fdbozzo
b68c870518
Implementación de "classlibrary.vcx::classname::import" y "classlibrary.vcx::classname::export"
2017-03-28 00:44:01 +02:00
fdbozzo
4adcc2f771
Arreglado lo del Outputfile y el Locate
2017-03-27 23:34:55 +02:00
fdbozzo
530c8ead62
- Sugerencia de Lutz Scheffler: Poder importar un solo VC2 (hecho con classPerFile) en un VCX existente, sin tocar el resto de clases.
...
- Nuevo valor de configuración n_RedirectClassType [0]|1
2017-03-26 21:56:59 +02:00
fdbozzo
9ab39f0391
Arreglo del reconocimiento de un CFG por parámetro
2017-03-26 20:59:32 +02:00
fdbozzo
29b5f30ce4
Arreglo para que funcione el reconocimiento del cfg particular
2017-03-26 00:07:03 +01:00
fdbozzo
c60727b91b
Permitir importar solo una clase desde un vc2
2017-03-25 20:52:27 +01:00
fdbozzo
4c5c5f5f85
Incompleto - por algún motivo no lo termina de poder usar el nuevo CFG
2017-03-25 14:03:59 +01:00
fdbozzo
e5ccb84200
Bug Fix: Fixed single-class generation with syntax "classlib.vcx::classname"
2017-03-23 20:29:46 +01:00
fdbozzo
06b110ffce
Reporte bug frx v1.19.48-Preview5: Los ControlSource de objetos OLE que contienen comillas se generan mal (Nathan Brown)
2016-07-11 01:24:08 +02:00
fdbozzo
6552dad9ae
Reporte bug pj2 v1.19.48-Preview4: Cuando se regenera el binario de un PJ2 con archivos en una ruta con paréntesis y espacios, se genera un error "Error 36, Command contains unrecognized phrase/keyword" (Arreglado en v1.19.48 Preview-5)
2016-07-11 00:34:56 +02:00
fdbozzo
58bd4bfe44
Reporte defecto v1.19.48-Preview3: Cuando se arregló el bug del memo multi-línea, se introdujo un nuevo defecto por el cual un memo de linea-simple se decodifica mal (Arreglado en v1.19.48 Preview-4)
2016-07-10 09:34:10 +02:00
fdbozzo
0b4107322f
Bug Fix db2: Cuando se usa ExcludeDBFAutoincNextval: 1 en FoxBin2Prg.cfg y a la vez la importación de datos de una tabla con campo AutoInc, se produce el error "Error 2088, Field <FIELD> is read-only" (Nathan Brown)
2016-07-10 01:00:47 +02:00
fdbozzo
212ceff420
Bug db2: Cuando se lee un memo multilínea de un db2 con datos antiguo, se produce un error de índice fuera de rango
2016-07-09 21:27:03 +02:00
fdbozzo
e1dc924b4b
v1.19.48 Preview-2
...
Bug Fix: No se respetan algunas restricciones de conversión para DBFs cuando se usan CFGs particulares por tabla (Nathan Brown)
2016-07-05 23:20:09 +02:00