Hi All,
I have a script in which Windows are displayed dynmically based on the Page number. i.e; if the page number ( &PAGE& ) is Less than 3 one widdow should be displayed and if the Page number ( &PAGE& ) is greater 3 another window should be displayed.
It is working fine if the output of the script is Less than or Equal to 9. If the output is more than 10 pages wrong window is displayed (say First window is displayed instead of second). I have tried,
if &PAGE& (2ZC) < 3 , i even a perform which takes Page as the parameter and changes it to type I and passed it to a local variable and checking the condition based on the local variable that too didn't work.
Is it a standarf error ???
Can anyone Plz help me with a hint or solution to this problem.
Thanx....