cancel
Showing results for 
Search instead for 
Did you mean: 

WRITE_FORM

Former Member
0 Kudos

Hi,

.

Can i call write_from from external subroutine.Please help

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can call WRITE_FORM anywhere, only thing is it should be in between open_form and close_form and the form which is opened will only be executed. And the variables defined should all be global.

Thanks,

Subramanian