I have a popup window in an MDI application that displays a list of training classes. The user chooses one by double clicking the row in the popup. The popup uses embedded SQL to insert that row from the training table into a table for a particular user. Works fine. But after the insert and either before or after I close the popup window I would like to do a new retrieve for the data window which received the insert. How does one call a popup, choose a selection, have it inserted into a table, close the popup, and then refresh the data window for the user so they can see it is there? Where would this last retrieve statement go?
Add a comment