Commit Graph

  • ef690d044c BugFix dbf: 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) v1.19.49.5 fdbozzo 2017-12-20 22:30:12 +01:00
  • df87f24f21 BugFix dbf: 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) fdbozzo 2017-12-20 22:28:46 +01:00
  • fba79c8566 Renombrar métodos temporales fdbozzo 2017-12-20 22:27:47 +01:00
  • 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) fdbozzo 2017-12-20 20:10:15 +01:00
  • f32b9b0013 When mixing SourceSafe reserved parameters with Class per file options, sometimes weird things happen fdbozzo 2017-12-20 19:01:32 +01:00
  • 4b31c1cba7 When mixing SourceSafe reserved parameters with Class per file options, sometimes weird things happen fdbozzo 2017-12-20 19:01:01 +01:00
  • 1457730a0e Version update for Thor fdbozzo 2017-12-05 00:57:23 +01:00
  • 9499ac9219 Nivelacion con 1.19.49.4 fdbozzo 2017-12-04 22:35:20 +01:00
  • 030f287e82 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) v1.19.49.4 fdbozzo 2017-12-04 22:26:40 +01:00
  • 8e6601c11b Complementary files updated fdbozzo 2017-12-04 22:24:53 +01:00
  • 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) fdbozzo 2017-12-04 22:17:30 +01:00
  • 63c996eb71 Merge pull request #12 from fdbozzo/add-license-1 Fernando D. Bozzo 2017-12-03 23:18:09 +01:00
  • a87b2dc32f Create LICENSE Fernando D. Bozzo 2017-12-03 23:16:26 +01:00
  • 62f3d74e9f Bug Fix db2: "Double" fields assume 2 decimals when defined with 0 decimals (Jerry Stager) fdbozzo 2017-12-03 13:34:09 +01:00
  • 6593a83d06 v1.19.49.3 Generación EXE v1.19.49.3 fdbozzo 2017-12-03 13:22:53 +01:00
  • 5bbcc15161 Bug Fix db2: Los campos "Double" asumen 2 decimales cuando se definen con 0 decimales (Jerry Stager) fdbozzo 2017-12-03 13:03:07 +01:00
  • 8fef85636f v1.19.49.2 Bug Fix: ClassPerFile didn't work correctly starting from v1.19.49 Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/9) v1.19.49.2 fdbozzo 2017-12-03 01:39:48 +01:00
  • 0bc191c2e9 Added ThorUpdater folder and files FoxBin2Prg.exe fdbozzo 2017-12-03 01:38:13 +01:00
  • 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 fdbozzo 2017-12-02 14:29:08 +01:00
  • 62353694a2 Quitar cambio demás y nuevo EXE fdbozzo 2017-12-02 01:09:10 +01:00
  • f50381da0a Generar EXE fdbozzo 2017-12-02 01:06:27 +01:00
  • 2c629aca28 Bug Fix: ClassPerFile didn't work correctly starting from v1.19.49 Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/9) fdbozzo 2017-12-02 01:05:17 +01:00
  • aed73e48f8 VersionFile update and pjx update fdbozzo 2017-11-30 19:37:39 +01:00
  • 430095914e Bug Fix: "Double" field types are explicitly defined with 0 decimals when no decimals are defined fdbozzo 2017-11-12 00:12:30 +01:00
  • 8c73daee28 Bug Fix: "Double" field types are explicitly defined with 0 decimals when no decimals are defined fdbozzo 2017-11-12 00:12:10 +01:00
  • 6845b67fb3 BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors fdbozzo 2017-06-25 20:25:47 +02:00
  • 9447050b41 BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors v1.19.49.1 fdbozzo 2017-06-25 20:24:42 +02:00
  • 58fdf742e0 BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors fdbozzo 2017-06-25 20:24:05 +02:00
  • cf8e0548cc updated version file fdbozzo 2017-04-26 21:10:02 +02:00
  • 2621e9eeb1 Updated project version to 1.19.50 fdbozzo 2017-04-26 21:08:03 +02:00
  • 5814fe17a4 v1.19.49 - Replace Scripting.FileSystemObject MoveFile with Win32API equivalent - Added support for using temporal CFG file for low-level API operations - Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler) - Added single-class import support ("library.vcx::classname::import") - Added new single-class export syntax ("library.vcx::classname::export") - Both single-class syntaxes doesn't require a CFG configuration - Bug Fix: Partially corrupted frx/lbx info generated when using "&&" string inside field expressions (Alejandro A Sosa) - sys(2023) secure temp: When sys(2023) points to "program files", then getenv("temp") is used - Add more options to config.fpw to minimize interference from existent configs - Feature: Save the contents of User field (Doug Hennig). Note: DevInfo is already supported v1.19.49 fdbozzo 2017-04-26 00:05:02 +02:00
  • 345916cbd5 VersionFile update fdbozzo 2017-04-26 00:04:46 +02:00
  • e081237fa6 v1.19.49 - Replace Scripting.FileSystemObject MoveFile with Win32API equivalent - Added support for using temporal CFG file for low-level API operations - Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler) - Added single-class import support ("library.vcx::classname::import") - Added new single-class export syntax ("library.vcx::classname::export") - Both single-class syntaxes doesn't require a CFG configuration - Bug Fix: Partially corrupted frx/lbx info generated when using "&&" string inside field expressions (Alejandro A Sosa) - sys(2023) secure temp: When sys(2023) points to "program files", then getenv("temp") is used - Add more options to config.fpw to minimize interference from existent configs - Feature: Save the contents of User field (Doug Hennig). Note: DevInfo is already supported fdbozzo 2017-04-26 00:03:42 +02:00
  • 11e763ed31 - Allow importing/exporting a single class without requiring a CFG configuration fdbozzo 2017-04-25 23:59:21 +02:00
  • 3af87d095b - Allow importing/exporting a single class without requiring a CFG configuration fdbozzo 2017-04-25 23:58:57 +02:00
  • a6801b680e Update automatically the internal name of the imported class to match the external name indicated in the file fdbozzo 2017-04-25 23:57:57 +02:00
  • 7520706568 Enhancement for not requiring a CFG configuration when using "classlib.vcx::classname::import" or "classlib.vcx::classname::export" syntax fdbozzo 2017-04-25 22:32:48 +02:00
  • d50835b75c v1.19.49 Preview-1 - Replace Scripting.FileSystemObject MoveFile with Win32API equivalent - Added support for using temporal CFG file for low-level API operations - Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler) - Added single-class import support ("library.vcx::classname::import") - Added new single-class export syntax ("library.vcx::classname::export") - Bug Fix: Partially corrupted frx/lbx info generated when using "&&" string inside field expressions (Alejandro A Sosa) - sys(2023) secure temp: When sys(2023) points to "program files", then getenv("temp") is used - Add more options to config.fpw to minimize interference from existent configs - Feature: Save the contents of User field (Doug Hennig). Note: DevInfo is already supported fdbozzo 2017-04-24 23:44:17 +02:00
  • 59333ee06f v1.19.49 Preview-1 fdbozzo 2017-04-24 23:34:57 +02:00
  • acde565294 Add more options to config.fpw to minimize interference from existent configs fdbozzo 2017-04-16 00:04:29 +02:00
  • 1e5707983e Add more options to config.fpw to minimize interference from existent configs fdbozzo 2017-04-16 00:04:03 +02:00
  • 1cc7be0f7b If sys(2023) points to "Progrma Files" (a read only dir), then point to getenv("temp") fdbozzo 2017-04-15 23:33:18 +02:00
  • 0f3da5fd7a If sys(2023) points to "Progrma Files" (a read only dir), then point to getenv("temp") fdbozzo 2017-04-15 23:32:54 +02:00
  • 5b5a7432b8 Added the DevInfo conversion for file registers of the PJX fdbozzo 2017-04-14 01:07:17 +02:00
  • fb9bb50721 Added the DevInfo conversion for file registers of the PJX fdbozzo 2017-04-14 01:06:24 +02:00
  • 05c6aa80f5 Bug Fix & Report pjx: No se estaba guardando el campo User en los archivos PJX (Doug Hennig) fdbozzo 2017-04-12 00:41:24 +02:00
  • 5a42773abf Bug Fix & Report pjx: No se estaba guardando el campo User en los archivos PJX (Doug Hennig) fdbozzo 2017-04-12 00:40:55 +02:00
  • 3f39c8c9f6 Feature: When in objet-mode, allow the use of a CFG-object for the tcCFG parameter (Lutz Scheffler) fdbozzo 2017-04-11 23:00:00 +02:00
  • e70e8d7d13 Feature: When in objet-mode, allow the use of a CFG-object for the tcCFG parameter (Lutz Scheffler) fdbozzo 2017-04-11 22:59:33 +02:00
  • 8709dd4773 Bug Fix frx: When using "&&" inside en expression field, the regenerated FRX field is corrupted fdbozzo 2017-04-11 20:20:03 +02:00
  • 35d997733d Bug Fix frx: When using "&&" inside en expression field, the regenerated FRX field is corrupted fdbozzo 2017-04-11 20:19:21 +02:00
  • 80694af334 Merge pull request #5 from BoatrightTBC/master Fernando D. Bozzo 2017-04-05 19:11:58 +02:00
  • 9dcec8d534 .md syntax, native english edit, codeplex shutdown Rick Boatright 2017-04-04 18:04:50 -05:00
  • c30ddded8b New syntax for new functionallity: classlib.vcx::classname::import and classlib.vcx::classname::export, where "export" is the default if not specified fdbozzo 2017-03-28 00:59:16 +02:00
  • 042cba9297 Agregar anulación de ClassPerFileCheck:1 cuando se usa la sintaxis "classlibrary.vcx::classname::import" o "classlibrary.vcx::classname::export" fdbozzo 2017-03-28 00:58:36 +02:00
  • b68c870518 Implementación de "classlibrary.vcx::classname::import" y "classlibrary.vcx::classname::export" fdbozzo 2017-03-28 00:44:01 +02:00
  • 4adcc2f771 Arreglado lo del Outputfile y el Locate fdbozzo 2017-03-27 23:34:55 +02:00
  • 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 fdbozzo 2017-03-26 21:56:59 +02:00
  • 6b9d96579a Se habilita la opción de indicar un archivo cfg que no se llame foxbin2prg cuando se usa como objeto, para poder anular temporalmente el comportamiento predeterminado fdbozzo 2017-03-26 21:00:36 +02:00
  • 9ab39f0391 Arreglo del reconocimiento de un CFG por parámetro fdbozzo 2017-03-26 20:59:32 +02:00
  • 29b5f30ce4 Arreglo para que funcione el reconocimiento del cfg particular fdbozzo 2017-03-26 00:07:03 +01:00
  • c60727b91b Permitir importar solo una clase desde un vc2 fdbozzo 2017-03-25 20:52:27 +01:00
  • 4c5c5f5f85 Incompleto - por algún motivo no lo termina de poder usar el nuevo CFG fdbozzo 2017-03-25 14:03:59 +01:00
  • 62aefbfb3a Bug Fix: Fixed single-class generation with syntax "classlib.vcx::classname" fdbozzo 2017-03-23 20:31:07 +01:00
  • e5ccb84200 Bug Fix: Fixed single-class generation with syntax "classlib.vcx::classname" fdbozzo 2017-03-23 20:29:46 +01:00
  • 839b77e291 filename_caps.exe: Agregado reintento de renombrado para intentar prevenir el error esporádico de "Can not create a file that already exists" fdbozzo 2017-02-19 12:26:18 +01:00
  • ec7b47a336 filename_caps.exe: Agregado reintento de renombrado para intentar prevenir el error esporádico de "Can not create a file that already exists" fdbozzo 2017-02-19 12:25:37 +01:00
  • 2f2aa1ad36 Replace Scripting.FileSystemObject MoveFile with Win32API equivalent fdbozzo 2017-02-18 16:11:43 +01:00
  • 2aac428525 Replace Scripting.FileSystemObject MoveFile with Win32API equivalent fdbozzo 2017-02-18 16:11:01 +01:00
  • ba0c735883 Nuevo test para la característica ClassPerFile fdbozzo 2017-02-18 12:19:54 +01:00
  • e307377d40 Nuevo test para la característica ClassPerFile fdbozzo 2017-02-18 12:18:45 +01:00
  • f220ee75b6 Updated version fdbozzo 2017-02-17 17:29:53 +01:00
  • c7323b841e v1.19.48 - Bug Fix: Error message 'variable tcOutputFile not found' (german version) - Bug Fix: Menu location 'Before' always changed to 'after' when convert - Bug Fix: No se respetan algunas restricciones de conversión para DBFs cuando se usan CFGs particulares por tabla - Bug Fix db2: Cuando se lee un memo multilínea de un db2 con datos antiguo, se produce un error de índice fuera de rango - 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" - Fix defecto db2: 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 - Bug Fix pj2: 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" v1.19.48 fdbozzo 2016-07-18 00:21:14 +02:00
  • a193af2344 Actualización del README.md para usar markup fdbozzo 2016-07-18 00:20:26 +02:00
  • 43163e640b Reaname README.txt a README.md para poder usar html en GitHub fdbozzo 2016-07-17 20:39:29 +02:00
  • 4d397999e5 Bug Fix frx: Los ControlSource de objetos OLE que contienen comillas se generan mal (Nathan Brown) fdbozzo 2016-07-11 01:29:00 +02:00
  • 4b9e343190 EXE regenrado y completado el archivo de versiones fdbozzo 2016-07-11 01:27:47 +02:00
  • 06b110ffce Reporte bug frx v1.19.48-Preview5: Los ControlSource de objetos OLE que contienen comillas se generan mal (Nathan Brown) fdbozzo 2016-07-11 01:24:08 +02:00
  • 9ec9890764 Bug Fix pj2: 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" (Nathan Brown) fdbozzo 2016-07-11 00:35:46 +02:00
  • 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) fdbozzo 2016-07-11 00:34:56 +02:00
  • 6faac7cfb8 Fix defecto db2: 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 (Nathan Brown) fdbozzo 2016-07-10 09:35:05 +02:00
  • 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) fdbozzo 2016-07-10 09:34:10 +02:00
  • 31163ff95c 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) fdbozzo 2016-07-10 01:02:02 +02:00
  • 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) fdbozzo 2016-07-10 01:00:47 +02:00
  • c238baa751 Bug Fix db2: Cuando se lee un memo multilínea de un db2 con datos antiguo, se produce un error de índice fuera de rango fdbozzo 2016-07-09 21:27:26 +02:00
  • 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 fdbozzo 2016-07-09 21:27:03 +02:00
  • 2d2de20618 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) fdbozzo 2016-07-05 23:20:53 +02:00
  • 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) fdbozzo 2016-07-05 23:20:09 +02:00
  • 08e986cc0d v1.19.48 Preview-1 - Bug Fix: Error message 'variable tcOutputFile not found' (german version) (Andy Kasper) - Bug Fix: Menu location 'Before' always changed to 'after' when convert (Andy Kasper) fdbozzo 2016-06-24 16:59:01 +02:00
  • 8d58c13440 v1.19.48 Preview-1 - Bug Fix: Error message 'variable tcOutputFile not found' (german version) (Andy Kasper) - Bug Fix: Menu location 'Before' always changed to 'after' when convert (Andy Kasper) fdbozzo 2016-06-24 16:58:04 +02:00
  • 667cd3e770 Start of new working branch v1.19.48 fdbozzo 2016-06-24 16:47:37 +02:00
  • b7bd650b74 v1.19.47 - Bug Fix: Cuando se indica como nombre de archivo "*" y como tipo "*", se regeneran automáticamente todos los archivos binarios desde los archivos de texto (Alejandro Sosa) - Feature: Agregado de los fuentes de FileName_Caps.exe - Allow importing DBF Data (Walter Nicholls) - BugFix: Added variable declaration (DH) - BugFix: Fixed incorrectly named variable (DH) - BugFix: Added missing assignment (DH) - Enhancement: Put double quotes around path in case in contains single quote (DH) - BugFix: Added "+16" to Debug flags to maintain internal defaults to not generate timestamps on xx2 files v1.19.47 fdbozzo 2016-06-08 23:48:40 +02:00
  • 7b3b874193 - Updated version file fdbozzo 2016-06-08 23:48:05 +02:00
  • 55101941be FoxBin2Prg v1.19.47 - Allow importing DBF Data (Walter Nicholls) fdbozzo 2016-06-08 23:39:27 +02:00
  • 97e41a90b1 - Agregado más feedback al importar/exportar registros de DBF fdbozzo 2016-06-08 23:38:18 +02:00
  • 2f2e23066c - Fix: Respetar los valores de los campos autoinc y sobre todo las claves autoinc de los registros fdbozzo 2016-06-08 23:00:41 +02:00
  • 2ac24da47d - Fix: Cuando hay un campo memo vacío, al regenerar la tabla se queda embuclado porque no encuentra el CDATA fdbozzo 2016-06-08 20:56:16 +02:00
  • a171ffdae7 FoxBin2Prg v1.19.47 Preview-3 - Quitado el número de registro exportado de los DB2 para evitar diferencias innecesarias --> <RECNO NUM="##"> fdbozzo 2016-06-06 02:15:15 +02:00
  • b9309770cd FoxBin2Prg v1.19.47 Preview-3 - Agregado soporte de memos multi-linea, para evitar comprimirlos en una sola y poder comparar mejor fdbozzo 2016-06-06 01:53:04 +02:00
  • 0259e0bbb7 - Arreglo de comentario sobre la versión fdbozzo 2016-05-29 17:04:53 +02:00