Changeset: 330 fdbozzo - 25/06/2014 01:43:36:
This commit is contained in:
BIN
foxbin2prg.exe
BIN
foxbin2prg.exe
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user