- Arreglo de los mensajes "Proceso Terminado" cuando no hay errores (Mike Potjer)

This commit is contained in:
fdbozzo
2015-04-21 20:59:40 +02:00
parent 74cfa752ae
commit e36c7808e7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -2782,7 +2782,7 @@ DEFINE CLASS c_foxbin2prg AS Session
DO CASE
CASE EVL( lcInputFile_Type, C_FILETYPE_QUERYSUPPORT ) <> C_FILETYPE_QUERYSUPPORT ;
AND ( ATC('-SHOWMSG', ('-' + tcType)) >= 1 OR THIS.l_ShowErrors )
AND ( ATC('-SHOWMSG', ('-' + tcType)) >= 1 OR THIS.l_ShowErrors AND lnCodError > 0 )
THIS.writeErrorLog_Flush()
DO CASE