baanhp
8th December 2011, 05:42
Dear all,

For you ref. in standard session when we run cprrp0530m000, one parameter session cprrp0531m000 opens first and after inputting value based on that input main session cprrp0530m000 opens.

Next when we do ctrl+F i.e when we press find button(choice.def.find) then same parameter session cprrp0531m000 opens instead of standard find dialog again and based on new input the data in cprrp0530m000 gets refreshed.

same thing I am doing in my customized session .my code is as below
choice.def.find:
before.choice:
start.session("my parameter session")
...........
it works fine and my display session also getting refreshd based on parameter session that opens on clicking the Find button(choice.def.find)

but problem is along with this "my parameter session" , the standard find dialog box also opening and just I have to click OK or Cancel (same effect in both cases,but i have to click either button)

Is there any way to suppress this or hide this popup/dialog window that is opening when we click the Standard Find button .

Specific start command is set as 6 at session level and window type is modal window with menu
\


Regards
Haraprasad

baanhp
8th December 2011, 06:42
issue is resolved by myself.

its simple
choice.again()

Rinkashiki
31st July 2015, 09:30
Thanks a lot for your post. I so wanted to make long ago, but all it was impossible. And now everything well works.