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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scroll Bar problem? Oracle 6i

Status
Not open for further replies.

DaMaineiac

Technical User
Dec 11, 2004
2
US
I have a dynamic form that doesn't fit on the screen so it has scroll bars for left to right and top to bottom navigation. The form updates automatically every minute. My users are complaining that when they scroll to the information they need to use the form updates and jumps to the top again. I need the form to update automatically and often so turning off the update is not an option. Is it possible to allow the form to update but stay in the position the user needs it? I'm using Oracle 6i on a 10g database
 
It has been a while, and I cannot test this out where I'm working, but have you tried GET_WINDOW_PROPERTY? Prior to doing the update, use GET_WINDOW_PROPERTY to save the x and y coordinates. After the update is complete, use SET_WINDOW_PROPERTY to reset them. Let us know if that works.

[sup]Beware of false knowledge; it is more dangerous than ignorance.[/sup][sup] ~George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
My website: www.EmuProductsPlus.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top