Phil Andersen

Greenhorn
+ Follow
since Jun 20, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Phil Andersen

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?