Commit Graph

1105 Commits

Author SHA1 Message Date
Lutz
a7a1f40626 Limits of FoxBin2Prg
Updates to documentation for issue #93
 links to issue set
2023-03-16 21:16:37 +01:00
Lutz
11b9a10277 Limits of FoxBin2Prg
Updates to documentation for issue #93
2023-03-16 21:14:59 +01:00
Lutz
5a14a71852 Fixed properties storage
Bin2Txt Operation on VCX loses leading spaces in Property Values; fixed #90
Txt2Bin Operation on VCX looses double ampersand in Property Values; fixed #91
2023-03-16 19:34:41 +01:00
Lutz
9181e4769c 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
2022-12-01 07:47:03 +01:00
Doug Hennig
579e59c30f 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
2022-11-25 08:44:07 -06:00
t-zuidema
83afa4b625 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
2022-11-25 10:59:31 +01:00
Lutz
6563cd99b7 added .gitattributes
handling of line endings
2022-11-09 17:17:05 +01:00
Lutz
ecb3cedd72 Documentation on Line Endings
Changed the git documentation on how to avoid problems with line endings.
2022-11-09 16:45:44 +01:00
Lutz
3bb918a463 Config per folder
On operation per folder, change of folder must change configuration
 fixed #86
2022-06-13 22:00:39 +02:00
Lutz
596970b003 Minor changes to documentation 5 2022-06-10 21:31:32 +02:00
Lutz
5842fa5ec2 Minor changes to documentation 4 2022-06-10 21:30:22 +02:00
Lutz
eac82b4fab Minor changes to documentation 3 2022-06-10 21:24:37 +02:00
Lutz
a0e00a01ea Minor changes to documentation 2 2022-06-10 21:07:33 +02:00
Lutz
a2c843f47f Minor changes to documentation 2022-06-10 21:04:49 +02:00
Lutz
ab72fc55ed Fixed problems with menu recreation
fixed #84
fixed #85 (minor typo)
2022-06-08 17:08:10 +02:00
Lutz
ce7c1ffc66 Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost
fixed #83
2022-05-13 13:40:55 +02:00
Lutz
274251d12a Merge branch 'master' of github.com:fdbozzo/foxbin2prg 2022-04-29 19:28:06 +02:00
Lutz
84bc971d5d Changes to docs, VFPA on EXE 2022-04-29 19:27:08 +02:00
Doug Hennig
0110b7e97f Updated PowerShell script to use a better zipping mechanism 2022-04-09 08:21:27 -05:00
Lutz
5cc04939a5 Problems with trailing spaces in memo lines (again)
fixed #81
2022-04-08 12:52:12 +02:00
Lutz
e2be89ec9d Problems with trailing spaces in memo lines
fixed #81
additional problems
 - trailing spaces in varchar
 - DBF_Conversion_Support on table configuration file
 - Enhancements to parameters and docu
2022-04-07 16:36:15 +02:00
Lutz
4a56c590a0 no target in link 2022-04-03 12:23:44 +02:00
Lutz
0a68b0d9c3 target link in contrib 2022-04-03 12:21:40 +02:00
Lutz
de3a1b4a64 Update to documentation 2022-04-03 12:17:54 +02:00
Lutz
c924fbbbca Fixes MNX with ";"
Fixed  Recreating MNX containing ";" by bjornhoeksel
fixed #80
2022-03-31 11:13:54 +02:00
Lutz
e48b80b9f1 Thor Versionfile 2022-03-16 21:10:54 +01:00
Lutz
2c79bcc27a Documentation 2022-03-16 20:50:11 +01:00
Lutz
7923b808ce Fixes to recreating mnx
Fixed Last bar in menu files are in some situations not converted correctly back in the mnx file.; closed #79
2022-03-16 20:47:14 +01:00
Lutz
a28d90b42c Fixes VCX/VC2
Fixed  Recreating VCX objname equals classname
 closed #77
Fixed Missing class in VCX when VCX corrupted
 closed #78
fixes to documentation
2022-02-25 20:14:18 +01:00
Lutz
4b5a8d4242 Merge branch 'master' into mod 2022-02-25 20:06:40 +01:00
Doug Hennig
d0e28a9e60 Merge pull request #75 from lscheffler/fork_mod
Mergrequest for Padname issue
2022-01-28 13:59:09 -06:00
Lutz
8e07b55234 Problem with documentation 2022-01-18 20:24:07 +01:00
Lutz
2585663374 Problems with PADNAME
bug fix issue #74
minor documentation
2022-01-18 20:22:01 +01:00
Lutz
daf9fe7fea Merge branch 'master' into fork_mod 2021-12-07 15:43:41 +01:00
Doug Hennig
59b5684c64 Merge pull request #73 from lscheffler/fork_mod
Double classes in VCX
2021-12-07 08:24:22 -06:00
Lutz
98854f4a96 Double classes in VCX
Oddly created the same class twice in VCX libs
Code stops instead creating the class twice.
fixed https://github.com/fdbozzo/foxbin2prg/issues/72
2021-12-07 15:17:43 +01:00
Doug Hennig
bfd37e702c Merge pull request #71 from lscheffler/fork_mod
Minor changes to documentation
2021-08-30 12:50:22 -05:00
Lutz
0b8704ae53 Minor changes to documentation 2021-08-30 17:18:19 +02:00
Doug Hennig
d3b062b141 Merge pull request #70 from lscheffler/fork_mod
Pull changes to version number
2021-08-30 09:07:21 -05:00
Lutz
351b0576e8 Problem with version number in EXE
fixed https://github.com/fdbozzo/foxbin2prg/issues/69
2021-08-30 09:25:35 +02:00
Lutz
dbb225586d Merge branch 'master' into fork_mod 2021-05-20 16:30:35 +02:00
Doug Hennig
7b473692ad Merge pull request #68 from lscheffler/fork_mod
Changes to parameters
2021-05-20 09:23:24 -05:00
Lutz
1f9d45f4b9 Merge branch 'master' into fork_mod 2021-05-20 11:10:54 +02:00
Lutz
4f162b6ac9 Problems with parameters
fixed https://github.com/fdbozzo/foxbin2prg/issues/67
reworked docu
fixed https://github.com/fdbozzo/foxbin2prg/issues/66
2021-05-20 11:08:03 +02:00
Doug Hennig
665fc4bf67 Merge pull request #63 from lscheffler/fork_mod
mnx bar number and pad name
2021-04-22 13:16:31 -05:00
Lutz
61f82666d3 Merge branch 'master' into fork_mod 2021-04-22 17:25:09 +02:00
Lutz
8c9d6b52d4 mn2/mnx, problem with BAR # / PAD name
fixed https://github.com/fdbozzo/foxbin2prg/issues/61
fixed https://github.com/fdbozzo/foxbin2prg/issues/62
2021-04-22 17:22:40 +02:00
Lutz
e893d56b1b Menu, Name
added new style Bin2Text
2021-04-22 06:46:44 +02:00
Doug Hennig
d612cf6698 Merge pull request #60 from lscheffler/fork_mod
Merge v1.19.63
2021-04-12 17:25:12 -05:00
Lutz
e41e7eb83e Bugfix
issue #58

Merge branch 'master' into fork_mod
2021-04-12 13:51:45 +02:00