Adding object to screen showing up on multiple screens
Posted: Wed Oct 10, 2012 11:23 am
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?