Page 1 of 1

Adding object to screen showing up on multiple screens

Posted: Wed Oct 10, 2012 11:23 am
by FoxBill
I am adding a grid to a screen that I only want to show on one screen but it shows up on a second screen also. My grid is filled with values from a Data File, I then click on the row I want to fill in a input field. This all works fine. However when I hit the enter key my RPG logic does and EXFMT screen2 and brings up the second screen with the more detailed info from a chain to that input field. What I would like is for the grid to not be visible on the second screen since I do not need it once I have selected a value from it on the first screen. Is there a way thru the settings of the grid object to do this?

Re: Adding object to screen showing up on multiple screens

Posted: Wed Oct 10, 2012 11:27 am
by Alex
It sounds like your screen identifiers between the 2 screens are not unique. On the first screen, in the designer, find more unique constants for that screen, then right-click them and select "Set as Identifier".

I hope this helps.