Form specification file syntax
This topic describes syntax differences between I4GL and FGL in .per form specification file.
Closing curly brace and END keyword
With IBM® Informix® 4GL, the form4gl compiler allows to specify the
END
keyword just after the closing curly brace of the SCREEN
definition:
SCREEN { ... } END
This syntax is not allows by the Genero BDL fglform compiler.