‎2008 Aug 20 4:52 PM
Hi everyone,
In screen painter, I would call the current screen before output module. But it tells 'the statement is not accessible' when I active the programme. What's the problem? Thanks!!
‎2008 Aug 20 4:57 PM
call under start of selection event.
start-of-selection.
call screen 100.
‎2008 Aug 20 4:56 PM
I think we need to Issue the statement "CALL SCREEN xxx" in the Program where the Logic for PBO, PAI are coded. Try this out.
Thanks and Regards,
Venkat Phani Prasad Konduri
‎2008 Aug 20 4:57 PM
call under start of selection event.
start-of-selection.
call screen 100.