2012 Dec 21 9:03 AM
Hi everyone i have question for u here am trying to design a module pool program where the first screen(100) has two buttons previous and next when i select previous it should display a modal dialog box that this is initial screen and when press next it should go to next screen (200). I have created a modal dialog box with screen (300). Here i am trying to call the modal dialog box using (call screen '300' starting at 10 10 ending at 15 15)but its showing syntax error that screen should be replaced with subscreen.
2012 Dec 21 9:14 AM
Have you checked the screen 300 attributes tab, say it is a Modal Dialog Type ?
aRs
2012 Dec 21 1:25 PM
2012 Dec 21 9:16 AM
2012 Dec 21 1:25 PM
2012 Dec 21 9:18 AM
First Make the screen attribute as Normal
Define the Screen size in the Attributes it self if required.
Call the Screen with the Starting At 10 10. remove Ending thing as shown below.
Call Screen 300 Starting At 10 5.
2012 Dec 21 1:25 PM