From 83afa4b625e1da06889440c8a13e37f1c6ec4735 Mon Sep 17 00:00:00 2001 From: t-zuidema Date: Fri, 25 Nov 2022 10:59:31 +0100 Subject: [PATCH] Do not lower propertyname on writing to BIN to maintain state Do not change the property name, VFP doesn't care and it introduces Changes not caused by the developer --- foxbin2prg.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 1516ce7..52a17fe 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -10528,7 +10528,7 @@ Define Class c_conversor_prg_a_bin As c_conversor_base If Upper(Left(tcLine, 7)) == 'HIDDEN ' llBloqueEncontrado = .T. - toClase._HiddenProps = Lower( Alltrim( Substr( tcLine, 8 ) ) ) + toClase._HiddenProps = Alltrim( Substr( tcLine, 8 ) ) Endif Release toClase, tcLine