Changeset: 664 - Bug Fix scx: Metadato del Dataenvironment no se genera bien cuando el Dataenvironment es renombrado
This commit is contained in:
@@ -23,6 +23,7 @@ Change History -------------------------------------------------------------
|
||||
- Bug Fix scx/vcx: Process only one TEXT/ENDTEXT nesting level because TEXT/ENDTEXT can't be nested (Lutz Scheffler)
|
||||
- Feature: Make some error descriptions more informative and precise (Lutz Scheffler)
|
||||
- Feature: Allow specifying inputFile with relative path (Lutz Scheffler)
|
||||
- Bug Fix scx: Metadata of Dataenvironment not properly generated when Dataenvironment is renamed
|
||||
|
||||
2015/01/18 v1.19.41
|
||||
- Bug Fix db2: Erroneous detection of Invalid Table when size is less than 328 bytes. Lower limit was changed to 65 bytes.
|
||||
|
||||
@@ -136,6 +136,7 @@
|
||||
* 25/02/2015 FDBOZZO v1.19.42 Bug Fix scx/vcx: Procesar solo un nivel de text/endtext, ya que no se admiten m<>s niveles (Lutz Scheffler)
|
||||
* 25/02/2015 FDBOZZO v1.19.42 Mejora: Hacer algunos mensajes de error m<>s descriptivos (Lutz Scheffler)
|
||||
* 03/03/2015 FDBOZZO v1.19.42 Mejora: Permitir definir el archivo de entrada con un path relativo (Lutz Scheffler)
|
||||
* 03/03/2015 FDBOZZO v1.19.42 Bug Fix scx: Metadato del Dataenvironment no se genera bien cuando el Dataenvironment es renombrado
|
||||
* </HISTORIAL DE CAMBIOS Y NOTAS IMPORTANTES>
|
||||
*
|
||||
*---------------------------------------------------------------------------------------------------
|
||||
@@ -6776,7 +6777,7 @@ DEFINE CLASS c_conversor_prg_a_bin AS C_CONVERSOR_BASE
|
||||
toClase._PROTECTED = .hiddenAndProtected_PAM( toClase )
|
||||
toClase._METHODS = .classMethods2Memo( toClase )
|
||||
toClase._RESERVED1 = IIF( .c_Type = 'SCX', '', 'Class' )
|
||||
toClase._RESERVED2 = IIF( .c_Type = 'VCX' OR PROPER(toClase._Nombre) == 'Dataenvironment', TRANSFORM( toClase._AddObject_Count + 1 ), '' )
|
||||
toClase._RESERVED2 = IIF( .c_Type = 'VCX' OR PROPER(toClase._Class) == 'Dataenvironment', TRANSFORM( toClase._AddObject_Count + 1 ), '' )
|
||||
toClase._RESERVED3 = .defined_PAM2Memo( toClase )
|
||||
toClase._RESERVED4 = toClase._ClassIcon
|
||||
toClase._RESERVED5 = toClase._ProjectClassIcon
|
||||
|
||||
Reference in New Issue
Block a user