‎2008 Sep 27 2:40 PM
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
‎2008 Sep 27 2:54 PM
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!!
‎2008 Sep 27 2:54 PM
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!!
‎2008 Sep 27 3:34 PM
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
‎2008 Sep 27 6:37 PM
Hi Arun,
Check whether the screen you created is Active or Not?
Regards,
Vijaya.
‎2008 Sep 28 1:38 PM
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 .