posted 23 years ago
I have managed to generate a few rowsets in a parent for customers. Then using a button I call a second frame(child frame) to show all the contacts for that particular customer. This is using an Oracle DB. Unfortunately the only way for the child frame to display is by changing the SessionInfo variable and assigning it a new session name. I also have to use LoginDlg to log into the child frame for the information to come up. I would like the child frame to just display without having to login to the database for a second time. Can anyone help?