Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

script

Former Member
0 Likes
438

can we have open_form without start_form

4 REPLIES 4
Read only

Former Member
0 Likes
421

No,

u cant have open form without start form

Read only

Former Member
0 Likes
421

Hi,

U can have Open_form though u dont have start_form.

Regards,

Shafivullah

Read only

Former Member
0 Likes
421

Hi,

OPEN_FORM, CLOSE_FORM and WRITE_FORM are mandateory FMs.

For opening the windows in a script the FMs are a must.

While START_FORM and END_FORM are optional statements.

Deserve Reward.

Read only

Former Member
0 Likes
421

Yes u can use open_form without using start_form.

Simply in script driver prog we

use open_form, write_form & close_form.

But initially if u use Start_form, then within start_form & end_form(close_form), u have to use write_form.

Rewards pts if it is usefull.

Regards

Srimanta