| Customizing the generated code / Customize with POINTs and BLOCKs | |
At the end of each DEFINE statement in the 4gl file there is a special POINT section that allows you to define additional variables that might be required by the code you have added to the application.
Figure 1. Modular scope variable
{<POINT Name="define">}
DEFINE myvar STRING
{</POINT>}
Figure 2. Local scope variable
{<POINT Name="fct.uiOpenForm.define">}
DEFINE myvar STRING
{</POINT>}