Merge pull request #88 from t-zuidema/No_case_change_on_hidden_PEM_name

Do not lower propertyname on writing to BIN to maintain state
This commit is contained in:
Doug Hennig
2022-11-25 08:44:07 -06:00
committed by GitHub

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