sandyjack
22nd July 2005, 17:34
Hello,
I would like to know about the sequence of the sections executed by the standard program. What happens if the order of the sections is not followed? Is it only a programming standard or the standard program executes only in the mentioned order.

Sandy

toolswizard
22nd July 2005, 17:58
The only hard rule is that Declarations are first, and functions are last.

It is easier to read if the sections are grouped together, fields, choice, etc. And of course subsections must follow the proper section. In general, if you follow the tables that describe the different sections, the standard program pretty much process them in the same order. If you keep your program orginized as such, it will be easier to maintain later.

sandyjack
22nd July 2005, 18:14
thanks alot Wizard.

NPRao
22nd July 2005, 20:33
Sandy,

Refer to - Flow of 4GL engine (http://www.baanboard.com/programmers_manual_baanerp_help_4gl_features_flow_of_standard_program)

ganesh_kapase
23rd July 2005, 08:07
Thanx Mr.Rao this adds to my knowledge...

Regards,

GANESH