cancel
Showing results for 
Search instead for 
Did you mean: 

function in script

Former Member
0 Kudos

Hi,

Please tell me the correct order of open_form ,close_form, write_form, start_form and end_form

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the order is

start-of-selection.

perform <b>open_form</b>.

<b> start_form.

write_form</b>

end-of-selection.

perform <b>close_form</b>.

<b>end_form.</b>

We use start_form and wnd_form in scenarios where in we need to call two different layouts for the same print job.

Say we have two layouts which should be alternatively called.

Then the sequence would.

open_form.

if <condition1>.

start_form.

end_form.

else.

start_form.

end_form.

endif.

close_form.

regards,

pritha.

reward if helpful.

Message was edited by:

Pritha Agrawal

Answers (1)

Answers (1)

paruchuri_nagesh
Active Contributor
0 Kudos

hi

open_form

start_form

write_form

end_form

close_form

reward for use ful points

regards

Nagesh.Paruchuri