Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ngfell

  1. ngfell

    Connection Pooling

    I have an application created with Jdev 3.2.3 consisting of multiple infobus screens. Everything works fine initially, but for some reason, the connections are not being returned to the pool when a screen is closed. This is resulting in each user having many connections open. After a while...
  2. ngfell

    Infobus load tme

    I have an infobus screen that takes about 15 seconds to load. When I remove the jbInit call,it only takes 4 seconds to load but I lose my navigation bar. Anyone know why? The only thing I am taking out is: try { jbInit(); } catch (Exception e) {...
  3. ngfell

    Saving TextFieldControl info to a table

    I have a Business Component Form (Not a JSP) which has 2 TextFieldControls that need to be populated based on data in other TextFieldControls. The information is displaying in the TextFields correctly, but the only way to save the info in them to the table is by tabbing through the fields. I do...

Part and Inventory Search

Back
Top