- Algunas optimizaciones y actualización archivo de versiones
This commit is contained in:
@@ -3,7 +3,7 @@ Lparameters toUpdateInfo
|
|||||||
Local lcNote
|
Local lcNote
|
||||||
With toUpdateInfo
|
With toUpdateInfo
|
||||||
.VersionNumber = 'v1.19.44'
|
.VersionNumber = 'v1.19.44'
|
||||||
.VersionDate = Date(2015,05,18)
|
.VersionDate = Date(2015,05,31)
|
||||||
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
|
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
|
||||||
|
|
||||||
.Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG'
|
.Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG'
|
||||||
@@ -17,7 +17,7 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
|
|||||||
|
|
||||||
Change History -------------------------------------------------------------
|
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)
|
- 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
|
- 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
|
- Bug Fix: A previous bug fix on cascading errors management caused reseting the error status, making that sometimes errors don't get reported
|
||||||
|
|||||||
@@ -628,6 +628,7 @@ DEFINE CLASS c_foxbin2prg AS Session
|
|||||||
+ [<memberdata name="l_methodsort_enabled" display="l_MethodSort_Enabled"/>] ;
|
+ [<memberdata name="l_methodsort_enabled" display="l_MethodSort_Enabled"/>] ;
|
||||||
+ [<memberdata name="c_backgroundimage" display="c_BackgroundImage"/>] ;
|
+ [<memberdata name="c_backgroundimage" display="c_BackgroundImage"/>] ;
|
||||||
+ [<memberdata name="n_optimizebyfilestamp" display="n_OptimizeByFilestamp"/>] ;
|
+ [<memberdata name="n_optimizebyfilestamp" display="n_OptimizeByFilestamp"/>] ;
|
||||||
|
+ [<memberdata name="l_processfiles" display="l_ProcessFiles"/>] ;
|
||||||
+ [<memberdata name="l_propsort_enabled" display="l_PropSort_Enabled"/>] ;
|
+ [<memberdata name="l_propsort_enabled" display="l_PropSort_Enabled"/>] ;
|
||||||
+ [<memberdata name="l_recompile" display="l_Recompile"/>] ;
|
+ [<memberdata name="l_recompile" display="l_Recompile"/>] ;
|
||||||
+ [<memberdata name="l_redirectclassperfiletomain" display="l_RedirectClassPerFileToMain"/>] ;
|
+ [<memberdata name="l_redirectclassperfiletomain" display="l_RedirectClassPerFileToMain"/>] ;
|
||||||
@@ -3759,6 +3760,10 @@ DEFINE CLASS c_foxbin2prg AS Session
|
|||||||
, loFSO AS Scripting.FileSystemObject
|
, loFSO AS Scripting.FileSystemObject
|
||||||
|
|
||||||
WITH THIS AS c_foxbin2prg OF 'FOXBIN2PRG.PRG'
|
WITH THIS AS c_foxbin2prg OF 'FOXBIN2PRG.PRG'
|
||||||
|
IF NOT .l_ProcessFiles
|
||||||
|
EXIT
|
||||||
|
ENDIF
|
||||||
|
|
||||||
loLang = _SCREEN.o_FoxBin2Prg_Lang
|
loLang = _SCREEN.o_FoxBin2Prg_Lang
|
||||||
lcPath = JUSTPATH(.c_Foxbin2prg_FullPath)
|
lcPath = JUSTPATH(.c_Foxbin2prg_FullPath)
|
||||||
lcEXE_CAPS = FORCEPATH( 'filename_caps.exe', lcPath )
|
lcEXE_CAPS = FORCEPATH( 'filename_caps.exe', lcPath )
|
||||||
|
|||||||
Reference in New Issue
Block a user