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

module pool program

anand_n5
Explorer
0 Likes
852

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.   

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
816

Have you checked the screen 300 attributes tab, say it is a Modal Dialog Type ?

aRs

Read only

0 Likes
816

thank you

Read only

Former Member
0 Likes
816

Check the screen type of 300, see the attachment.

Read only

0 Likes
816

thank you

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
816

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.

Read only

0 Likes
816

thank you