On the CanUpdateRecord server-side event, I am executing xbasic to insert grid records to an SQL table. All is well with that. At the same time, I want to pop up another grid that shows the items added. That is easy to do with an action javacript on a button.
Is there an easy way to make these work together, i.e., to have the javascript action work in the CanUpdateRecord event, or, conversely, to have the CanUpdateRecord xbasic executed from a button that also opens the javascript pop up grid window?