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

call a screen painter from module pool

Former Member
0 Likes
778

Hi all,

How to call a screen painter from module pool program

i declared "call screen 100" but error like

statement is not accessible is displaying.

can anyone plz help me...

Regards,

Arun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

Hi Arun,

Check the command example if you are clicking any button to go to screen 100, checkout whether the fct code is correct that you are using in the code. Suppose if fct code is BACK.

When 'back'.

call screen 100.

Hope this works.

Cheers!!

4 REPLIES 4
Read only

Former Member
0 Likes
629

Hi Arun,

Check the command example if you are clicking any button to go to screen 100, checkout whether the fct code is correct that you are using in the code. Suppose if fct code is BACK.

When 'back'.

call screen 100.

Hope this works.

Cheers!!

Read only

Former Member
0 Likes
628

Hi,

On your Call Screen 100 statement, double click on the 100, it will ask you to create the screen. And you will be in the Screen painter. Clicking on the Layout button will take you to the Layout of the screen.

regards,

Advait

Read only

Former Member
0 Likes
628

Hi Arun,

Check whether the screen you created is Active or Not?

Regards,

Vijaya.

Read only

ajay_sharma10
Participant
0 Likes
628

Try to things ,

write u'r screen number as 0100

or write it as '0100'.

and as other said check u'r fct code of pushbutton .