Hello Experts,
i created 2 screens,in my code i called the first screen like
CALL SCREEN '1000' STARTING AT 10 10
ENDING AT 70 15.
actually the requirement is to disable the first screen and call the second screen.
some conditon check
i write syntax like : leave to screen 2000.
But i am getting second screen size same as the first screen size .(Like STARTING AT 10 10 ENDING AT 70 15.)
but the requirement is the second screen size may be bigger than first screen..So how can i call the second screen.
If i call second screen : CALL SCREEN '2000' STARTING AT 20 20 ENDING AT 90 30.
The First Screen(1000) is not disabled.
Only if i call LEAVE to SCREEN '2000' . the first screen will be disabled(not shown)
So how to call the second screen.
Thanks,
A.Sri.