- Ajuste de código
This commit is contained in:
@@ -10240,8 +10240,6 @@ DEFINE CLASS c_conversor_prg_a_dbc AS c_conversor_prg_a_bin
|
||||
STORE NULL TO loReg, toModulo
|
||||
|
||||
WITH THIS AS c_conversor_prg_a_dbc OF 'FOXBIN2PRG.PRG'
|
||||
|
||||
*-------- *fdb*
|
||||
loLang = _SCREEN.o_FoxBin2Prg_Lang
|
||||
toModulo = CREATEOBJECT('CL_MODULO')
|
||||
|
||||
@@ -10374,10 +10372,6 @@ DEFINE CLASS c_conversor_prg_a_dbc AS c_conversor_prg_a_bin
|
||||
|
||||
ENDIF
|
||||
|
||||
*--------
|
||||
|
||||
|
||||
*C_FB2PRG_CODE = FILETOSTR( .c_InputFile )
|
||||
lnCodeLines = ALINES( laCodeLines, C_FB2PRG_CODE )
|
||||
|
||||
*-- Identifico el inicio/fin de bloque, definici<63>n, cabecera y cuerpo del reporte
|
||||
@@ -16825,7 +16819,7 @@ DEFINE CLASS CL_DBC AS CL_DBC_BASE
|
||||
|
||||
|
||||
PROCEDURE toText
|
||||
LPARAMETERS toFoxBin2Prg
|
||||
LPARAMETERS toFoxBin2Prg
|
||||
|
||||
#IF .F.
|
||||
LOCAL toFoxBin2Prg AS c_foxbin2prg OF 'FOXBIN2PRG.PRG'
|
||||
@@ -17837,8 +17831,8 @@ DEFINE CLASS CL_DBC_FIELDS_DB AS CL_DBC_COL_BASE
|
||||
loField.analizarBloque( @tcLine, @taCodeLines, @I, tnCodeLines )
|
||||
|
||||
*IF .n_Campos = 0 THEN
|
||||
*-- MODO LEGACY: Cuando no existe tag de ordenamiento de campos, se agregan en el orden que se leen
|
||||
.ADD( loField, loField._Name )
|
||||
*-- MODO LEGACY: Cuando no existe tag de ordenamiento de campos, se agregan en el orden que se leen
|
||||
.ADD( loField, loField._Name )
|
||||
*ELSE
|
||||
* lnPos = ASCAN( .a_Campos, loField._Name, 1, 0, 1, 1+2+4+8 )
|
||||
* .a_Campos( lnPos, 2) = loField
|
||||
@@ -19234,8 +19228,8 @@ DEFINE CLASS CL_DBC_FIELDS_VW AS CL_DBC_COL_BASE
|
||||
loField.analizarBloque( @tcLine, @taCodeLines, @I, tnCodeLines )
|
||||
|
||||
*IF .n_Campos = 0 THEN
|
||||
*-- MODO LEGACY: Cuando no existe tag de ordenamiento de campos, se agregan en el orden que se leen
|
||||
.ADD( loField, loField._Name )
|
||||
*-- MODO LEGACY: Cuando no existe tag de ordenamiento de campos, se agregan en el orden que se leen
|
||||
.ADD( loField, loField._Name )
|
||||
*ELSE
|
||||
* lnPos = ASCAN( .a_Campos, loField._Name, 1, 0, 1, 1+2+4+8 )
|
||||
* .a_Campos( lnPos, 2) = loField
|
||||
|
||||
Reference in New Issue
Block a user