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!

Table frame in form

Status
Not open for further replies.

TryAgainToo

Technical User
May 4, 2004
6
US
I have a form that contains a tabbed page. On one of the tabs is 3 table frames. They all have scroll bars and show about 8 records. The contents are the result of queries run when the tab is selected.

My problem is that sometimes when the tab is selected the data is scrolled off the top of the table frames. For example, there may be 6 records in the table frame, but when opened the scroll bar is in the position that only the last 2 are visible. It appears to be random how many records are visible. I would like each of the table frames to have the first record at the top of the list when the tab is selected.

How do I do this?
 
It sounds like you need to refresh() the table frames, try putting this code in the page's arrive event.

doDefault
tableFrameName.forceRefresh()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top