aspose file tools
The moose likes JDBC and the fly likes Calling a child frame from a frame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Calling a child frame from a frame" Watch "Calling a child frame from a frame" New topic
Author

Calling a child frame from a frame

Phil Andersen
Greenhorn

Joined: Jun 20, 2001
Posts: 1
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Calling a child frame from a frame
 
Similar Threads
Load html frame from javabean
How to return value from child gui to parent class
Child Frame's compoenent (JFrame) is not displayed till parent frame exceution
rendering each child t:tree node in seperate column in panel grid
Repainting Issue