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

screen painter problem

Former Member
0 Likes
475

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!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
453

call under start of selection event.

start-of-selection.
call screen 100.

2 REPLIES 2
Read only

Former Member
0 Likes
453

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

Read only

Former Member
0 Likes
454

call under start of selection event.

start-of-selection.
call screen 100.