What is the diff b/w start_form and open_form in scripts?.why is it necessary to close a form always once it is opened?

Showing Answers 1 - 8 of 8 Answers

srinvasa reddy

  • Jun 15th, 2006
 

strat_form using this we can open many layoutses

open_form using this we can open the layout

performance will be high

  Was this answer useful?  Yes

sagar reddy

  • Sep 2nd, 2006
 

Hi,

  Open_form -- is used to initialize the spool request.

  Start_form-- is used to initialize the layout.

   

  Was this answer useful?  Yes

kinnshe

  • Apr 24th, 2008
 

openn_form: it activates the layoutset or form.

start_form:  it activates the form appart from it opens form specific page on words.

close_form: once u open _form close_form is neccesary bocz ending that loop or process

  Was this answer useful?  Yes

Parthaa

  • Apr 24th, 2008
 

Basically Open_form and close_form are mandatory.

Open_form - open the layout.

Start_form and End_form will be used if you use more than one layout at time.

Sequence like below.

Open_form

Start_form 1

write_form 1

End_form 1

Start_form 2
write_form 2
end_form 2

Close _form.

If you are using multiple layout and multiple spool, you can use Start_form and end_form. Otherwise no need

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions