- Arreglo de consistencia al leer el parámetro "tcDontShowErrors"

This commit is contained in:
fdbozzo
2015-05-18 20:31:45 +02:00
parent 28379f45d2
commit a6a1a1caa8

View File

@@ -2083,7 +2083,7 @@ DEFINE CLASS c_foxbin2prg AS Session
IF INLIST( TRANSFORM(tcDontShowProgress), '0', '1', '2' ) THEN
lo_CFG.n_ShowProgressbar = ICASE(tcDontShowProgress=='0',1, tcDontShowProgress=='1',0, 2)
ENDIF
IF NOT EMPTY(tcDontShowErrors)
IF INLIST( TRANSFORM(tcDontShowErrors), '0', '1' ) THEN
lo_CFG.l_ShowErrors = NOT (TRANSFORM(tcDontShowErrors) == '1')
ENDIF
*IF NOT .l_Main_CFG_Loaded