mbui
04-23-2011, 01:26 AM
I made some additions to filemaintenancetemplate.html for my own extensions, like i did before.
Now when i generate a program with this, part of the HTML-code is just missing.
I analysed VVACFMNT and saw that the templatefile is placed in variable templateFileT via vvIfs_readFile which is defined as 65535 (64K).
The size of the template has grown to 82K while the size of the previous version was 63K (damn, didn't realize i added that much!).
This seemed to be the problem.
I changed the size to 99999 but the result stays the same.
Any help would be greatly appreciated.
Thanks in advance,
Martin Buitendijk
Now when i generate a program with this, part of the HTML-code is just missing.
I analysed VVACFMNT and saw that the templatefile is placed in variable templateFileT via vvIfs_readFile which is defined as 65535 (64K).
The size of the template has grown to 82K while the size of the previous version was 63K (damn, didn't realize i added that much!).
This seemed to be the problem.
I changed the size to 99999 but the result stays the same.
Any help would be greatly appreciated.
Thanks in advance,
Martin Buitendijk