Help with numbers of lines of code from edit code of appbuilder

wahnoma

New Member
as increasing lines of code in progress edit code of Appbuilder (GUI)? Because after a certain number of lines, does not allow me to keep writing code, but if I can be increased from the procedure editor. Why is this happening? Is there any trick to increase lines of code in GUI? The progress that I use is the version 10.1 C

Thanks!!:blush:
 

RealHeavyDude

Well-Known Member
There is no trick. The section editor has this limitation. The reason for that is that the AppBuilder internally stores the code sections in TEMP-TABLE fields and therefore the limit which applies to these also applies to the section editor. There is no way around that other than to have less lines ( bytes ) of code in one section - split your code in smaller chunks.

The procedure editor does not store anything internally in TEMP-TABLE and therefore this limitation does not apply to it.


Heavy Regards, RealHeavyDude.
 
Top