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
This commit is contained in:
t-zuidema
2022-11-25 10:59:31 +01:00
parent 6563cd99b7
commit 83afa4b625

View File

@@ -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