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

Auto refresh resized screen

sridhar_meesala
Active Contributor
0 Likes
662

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
Read only

Former Member
0 Likes
600

Hi,

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

Regards,

Harish

Read only

0 Likes
600

Hi Harish,

This is my call screen statement.

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

Thanks,

Sri.

Read only

0 Likes
600

Hi All,

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

Thanks,

Sri.

Read only

0 Likes
600

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