Question - What is the difference between start_form and open_form in scripts? Why is it necessary to close a form always once it is opened?
Answer -
strat_form using this we can open many layoutses
open_form using this we can open the layout
performance will be high
Open_form -- is used to initialize the spool request.
Start_form-- is used to initialize the layout.