‎2009 May 07 11:13 AM
Hi,
I am showing grid display on a custom contianer using set_display---method.
I have couple of custom buttons on my application tllbar.
The problem i am facing is .
If i click on one button the GRID display is coming correctly but the momment i click another button the display is coming as the old one...
How do i achive this.
Please note my buttons are in screen 100 and the display are on screen 200..
Thanks in advance for your help.
Regards/Praveen
‎2009 May 07 11:21 AM
Hi,
In the pbo of the screen where you are calling grid, use the statement below for calling the GUI status.
set pf-status 'ZSTATUS'.
‎2009 May 07 11:28 AM
Hi Jayanthi,
iI think i am not very clear on my requirement.
My buttons are on screen 100. When i hit createbutton then grid for me is set in screen 200.
then i f i come back to screen 100 using back button of screen 200 and agin press say DILIMIT then it shows me the grid which was displayed for create button.
THanks,
Praveen