From f3b005196d69eb78f125c932e5a46fef9b0c08a8 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 31 May 2015 18:00:10 +0200 Subject: [PATCH] =?UTF-8?q?-=20Algunas=20optimizaciones=20y=20actualizaci?= =?UTF-8?q?=C3=B3n=20archivo=20de=20versiones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FoxBin2PRGVersionFile.txt | 4 ++-- foxbin2prg.prg | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index ed3ae67..dbe53f4 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -3,7 +3,7 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo .VersionNumber = 'v1.19.44' - .VersionDate = Date(2015,05,18) + .VersionDate = Date(2015,05,31) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -17,7 +17,7 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- -2015/05/18 v1.19.44 +2015/05/31 v1.19.44 - Bug Fix: In certain PCs FoxBin2Prg does not return error codes when called from an external program, so another terminating method is implemented (Ralf Wagner) - Allow exporting DBF data when using DBF_Conversion_Support:1 and optional individual CFG files - Bug Fix: A previous bug fix on cascading errors management caused reseting the error status, making that sometimes errors don't get reported diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 1a20bdc..8094777 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -628,6 +628,7 @@ DEFINE CLASS c_foxbin2prg AS Session + [] ; + [] ; + [] ; + + [] ; + [] ; + [] ; + [] ; @@ -3759,6 +3760,10 @@ DEFINE CLASS c_foxbin2prg AS Session , loFSO AS Scripting.FileSystemObject WITH THIS AS c_foxbin2prg OF 'FOXBIN2PRG.PRG' + IF NOT .l_ProcessFiles + EXIT + ENDIF + loLang = _SCREEN.o_FoxBin2Prg_Lang lcPath = JUSTPATH(.c_Foxbin2prg_FullPath) lcEXE_CAPS = FORCEPATH( 'filename_caps.exe', lcPath )