From 9181e4769c4ea68b6f530f3601072086c89dc297 Mon Sep 17 00:00:00 2001 From: Lutz Date: Thu, 1 Dec 2022 07:47:03 +0100 Subject: [PATCH] Reset pull request #88 Change was out of standard, see https://github.com/fdbozzo/foxbin2prg/issues/87#issuecomment-1333281561 Made the contribution more prominent in ./README.md --- README.md | 10 +++++----- foxbin2prg.prg | 9 ++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4fdefa9..4f3103a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ If you like to see Fernandos blog, or value his work: Thank you for your support! +---- +## Contribution +See [contribution](./.github/CONTRIBUTING.md) + --- --- @@ -139,8 +143,4 @@ DO FOXBIN2PRG.PRG WITH "-t","template.dbf.cfg" ==> Generates a template for tab ## Usage For usage see [documentation](./docs/FoxBin2Prg.md) ----- -## Contribution -See [contribution](./.github/CONTRIBUTING.md) - -Last changed: _2022/06/13_ ![Picture](./docs/pictures/vfpxpoweredby_alternative.gif) \ No newline at end of file +Last changed: _2022/12/01_ ![Picture](./docs/pictures/vfpxpoweredby_alternative.gif) \ No newline at end of file diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 52a17fe..67aadee 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -10528,7 +10528,14 @@ Define Class c_conversor_prg_a_bin As c_conversor_base If Upper(Left(tcLine, 7)) == 'HIDDEN ' llBloqueEncontrado = .T. - toClase._HiddenProps = Alltrim( Substr( tcLine, 8 ) ) +* SF 20221201. reset to original state of #87 +*t-zuidema, 2022/11/25 +*old + toClase._HiddenProps = Lower( Alltrim( Substr( tcLine, 8 ) ) ) +*new of t-zuidema +* toClase._HiddenProps = Alltrim( Substr( tcLine, 8 ) ) +*/t-zuidema, 2022/11/25 +*/SF 20221201 Endif Release toClase, tcLine