Hello,
I have the following problem:
I have NetWebBrowse procedure with four columns. The last column is button Other, which call popup memory NetWebForm. In 'OnClick' tab I have the following option:
Procedure: some NetWebForm
Open as Popup (not submit buttons) = TRUE
Title: 'something'
Target Frame: '_self'
For testing I add message box in "User Clicekd on row in the browse" embed, where I put:
MESSAGE(p_web.GSV('TAB:ID')) - unique key
Before I click on the button Other, the TAB:ID number is properly in message box.
After I click on the button Other, popup is showing. After close that popup and click on any browse row the TAB:ID is empty in message box.
Why after popup the session value of TAB:ID is reset?
Is it a bug or something?
I have to refresh all site to get it work again. I need TAB:ID numer without refreshing all site, because I use this number in popup NetWebForm.
This problem is also when I turn on EIP in browse column (in my situation EIP is number). After change value of that field the session value of TAB:ID is reset.
Regards,
Matthew