Changeset: 330 fdbozzo - 25/06/2014 01:43:36:

This commit is contained in:
fdbozzo
2014-06-25 19:55:21 +02:00
parent 5d5bd0a76c
commit a1e4697db3
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -2606,7 +2606,7 @@ DEFINE CLASS c_conversor_base AS SESSION
*-- Limpieza de caracteres sin uso
IF INLIST(tcValue, '..\', '..\..\' ) THEN
*MESSAGEBOX( 'Encontrado valor "' + tcValue + '" en propiedad "' + tcProp, 4096, PROGRAM() )
tcValue = ''
*tcValue = ''
ENDIF
*-- Ajustes de algunos casos especiales
@@ -2944,7 +2944,7 @@ DEFINE CLASS c_conversor_base AS SESSION
*-- Limpieza de caracteres sin uso
IF INLIST(tcValue, '..\', '..\..\' ) THEN
*MESSAGEBOX( 'Encontrado valor "' + tcValue + '" en propiedad "' + tcProp, 4096, PROGRAM() )
tcValue = ''
*tcValue = ''
ENDIF
*-- Ajustes de algunos casos especiales