From 87e73c73abc53af255e3f0b3d48ac0abb9ceb8b1 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 4 Jan 2015 15:48:30 +0100 Subject: [PATCH] =?UTF-8?q?Changeset:=20601=20-=20Mejora=20frx/lbx:=20Limp?= =?UTF-8?q?iar=20ASCII=200=20del=20campo=20expression=20de=20Dataenvironme?= =?UTF-8?q?nt,=20Cursores=20y=20Relaciones=20-=20Bug=20fix=20frx/lbx:=20Cu?= =?UTF-8?q?ando=20se=20usa=20el=20entorno=20de=20datos,=20solo=20se=20est?= =?UTF-8?q?=C3=A1=20guardando=20un=20cursor,=20y=20si=20hay=20m=C3=A1s=20s?= =?UTF-8?q?e=20pierden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foxbin2prg.prg | 330 +++++++++---------------------------------------- 1 file changed, 59 insertions(+), 271 deletions(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 30509dd..dab5aef 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -9068,7 +9068,7 @@ DEFINE CLASS c_conversor_prg_a_frx AS c_conversor_prg_a_bin DO CASE CASE loReg.ObjType == "1" loReg.TAG = .decode_SpecialCodes_1_31( loReg.TAG ) - CASE loReg.ObjType == "25" + CASE INLIST(loReg.ObjType, "25", "26") && Dataenvironment, cursors and relations loReg.TAG = SUBSTR(loReg.TAG,3) && Quito el ENTER agregado antes OTHERWISE loReg.TAG = .decode_SpecialCodes_1_31( loReg.TAG ) @@ -9804,10 +9804,8 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base + [] ; + [] ; + [] ; - + [] ; + [] ; + [] ; - + [] ; + [] ; + [] ; + [] ; @@ -9820,7 +9818,6 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base + [] ; + [] ; + [] ; - + [] ; + [] ; + [] ; + [] ; @@ -9832,6 +9829,7 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base + [] ; + [] ; + [] ; + + [] ; + [] @@ -11205,7 +11203,7 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base ******************************************************************************************************************* - PROCEDURE write_CABECERA_REPORTE + PROCEDURE write_TXT_REPORTE LPARAMETERS toReg TRY @@ -11290,235 +11288,24 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base ENDTEXT C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + " " - C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + " " - C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + " " - C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + " " - C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + "