Hello Experts,
i created 2 screen,
first screen i called like
CALL SCREEN '1000' STARTING AT 10 10
ENDING AT 70 15.
in that based on logic i display the 2nd screen.
actually i need disable the first screen and call the second screen.
so i call leave to screen 2000.
But i am getting screen size of second screen is same as the size of first screen .
but the requirement is the second screen size may be big.So how can i call the second screen.
If i call : CALL SCREEN '2000' STARTING AT 12 12
ENDING AT 80 25.
The First Screen(1000) is not disabled.
Any one help me how to call second screen.
Thanks,
A.Sri.