10
README.md
10
README.md
@@ -1,4 +1,3 @@
|
|||||||
# FoxBin2Prg v1.19.76
|
|
||||||
**Binary/Text Converting program for Microsoft Visual FoxPro**
|
**Binary/Text Converting program for Microsoft Visual FoxPro**
|
||||||
|
|
||||||
## Lutz Scheffler
|
## Lutz Scheffler
|
||||||
@@ -28,6 +27,10 @@ If you like to see Fernandos blog, or value his work:
|
|||||||
|
|
||||||
Thank you for your support!
|
Thank you for your support!
|
||||||
|
|
||||||
|
----
|
||||||
|
## Contribution
|
||||||
|
See [contribution](./.github/CONTRIBUTING.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -139,8 +142,3 @@ DO FOXBIN2PRG.PRG WITH "-t","template.dbf.cfg" ==> Generates a template for tab
|
|||||||
## Usage
|
## Usage
|
||||||
For usage see [documentation](./docs/FoxBin2Prg.md)
|
For usage see [documentation](./docs/FoxBin2Prg.md)
|
||||||
|
|
||||||
----
|
|
||||||
## Contribution
|
|
||||||
See [contribution](./.github/CONTRIBUTING.md)
|
|
||||||
|
|
||||||
Last changed: _2022/06/13_ 
|
|
||||||
@@ -10528,7 +10528,14 @@ Define Class c_conversor_prg_a_bin As c_conversor_base
|
|||||||
|
|
||||||
If Upper(Left(tcLine, 7)) == 'HIDDEN '
|
If Upper(Left(tcLine, 7)) == 'HIDDEN '
|
||||||
llBloqueEncontrado = .T.
|
llBloqueEncontrado = .T.
|
||||||
|
* SF 20221201. reset to original state of #87
|
||||||
|
*t-zuidema, 2022/11/25
|
||||||
|
*old
|
||||||
toClase._HiddenProps = Lower( Alltrim( Substr( tcLine, 8 ) ) )
|
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
|
Endif
|
||||||
|
|
||||||
Release toClase, tcLine
|
Release toClase, tcLine
|
||||||
|
|||||||
Reference in New Issue
Block a user