Application Development 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: 

Auto refresh resized screen

sridhar_meesala
Active Contributor
0 Kudos

Hi All,

I am trying to auto refresh a screen. I was able to do it successfully. But the issue here is when I am calling the screen as

CALL SCREEN 100.

It's working fine.

But when I tried

CALL SCREEN 100 STARTINF AT <> <> ENDING AT <> <>. it is not working.

Please provide your inputs on the same.

Thanks,

Sri.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Please provide the dimensions/values you used in the starting at and ending at.

Regards,

Harish

0 Kudos

Hi Harish,

This is my call screen statement.

CALL SCREEN 100 STARTING AT 15 5 ENDING AT 68 20.

Thanks,

Sri.

0 Kudos

Hi All,

Any idea why the auto refresh is not working for a resized screen?

Thanks,

Sri.

0 Kudos

Hi.,

What I am thinking is., when u use call screen ., the current screen it left and the new screen will come., but when u use call screen starting at ending at the current screen will still be there and u get another screen as window.,

Press Execute button (F8) when the screen opens as window and check..

Thanks & Regards

Kiran