From 778b678dfa863e69a03471baa021011f2d803ee8 Mon Sep 17 00:00:00 2001 From: Lutz Date: Fri, 19 Feb 2021 15:25:03 +0100 Subject: [PATCH] Keep Blocksize to standard --- foxbin2prg.prg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 393cd73..05b7e70 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -6254,7 +6254,9 @@ DEFINE CLASS c_conversor_base AS Custom SET SAFETY OFF SET MULTILOCKS ON SET TABLEPROMPT OFF - SET BLOCKSIZE TO 0 +* SF deactivated to keep standard +* SET BLOCKSIZE TO 0 +* /SF SET EXACT ON IF NOT EMPTY( ON("ESCAPE") ) THEN SET ESCAPE ON @@ -12961,6 +12963,7 @@ DEFINE CLASS c_conversor_prg_a_dbf AS c_conversor_prg_a_bin ENDIF ENDIF + &lcIndex. ENDFOR