Changeset: 105 Algunas cosas que se estaban perdiendo

This commit is contained in:
fernando
2013-12-20 20:44:50 +01:00
parent 76e656a6e6
commit 1bed39cace
3 changed files with 10 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -274,11 +274,17 @@ goCnv = CREATEOBJECT("c_foxbin2prg")
lnResp = goCnv.ejecutar( tc_InputFile, tcType_na, tcTextName_na, tlGenText_na, tcDontShowErrors, tcDebug ;
, '', NULL, NULL, .F., tcOriginalFileName )
IF _VFP.STARTMODE > 0
QUIT
IF _VFP.STARTMODE = 0
RETURN
ENDIF
RETURN lnResp
*-- Muy <20>til para procesos batch que capturan el c<>digo de error
DECLARE ExitProcess in Win32API INTEGER ExitCode
IF NOT EMPTY(lnResp)
ExitProcess(1)
ENDIF
QUIT
*******************************************************************************************************************
@@ -319,7 +325,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM
+ [</VFPData>]
*--
n_FB2PRG_Version = 1.15
n_FB2PRG_Version = 1.16
*--
c_Foxbin2prg_FullPath = ''
c_CurDir = ''