I have seen this done before in CICS, and it isn't pretty. You have to design a brand new screen that "looks like" a pop up window on top of another window, with the background area of the screen all modified to be protected. It really isn't worth the effort.
I've also seen a 3rd party sofware product that can be installed into a CICS environment to provide cursor-sensitive pop up windows. That is you can configure it...
User Profile
Collapse
-
DB2 triggers & Cascading deletes
We've got a cascading delete being used in DB2. I've built new triggers under the parent/child tables in this cascading delete relationship.
So when they delete the parent, and the cascade activity occurs, I had expected that the delete trigger on the child would always fire before the delete trigger on the parent. But I was wrong! They are firing parent-first child-second!
This is causing me some concern because the...
No activity results to display
Show More
Leave a comment: