Newbies Fuzzy Posted March 5, 2008 Newbies Posted March 5, 2008 I have a table displayed in one window as a list view of multiple records. I have a second window displaying one record of the same table in a detailed form view which is adjacent to the first window. I would like the two views to remain synched so that as I navigate around, the form view always shows the data that matches the current record in the list view. How can I achieve this?
Mikhail Edoshin Posted March 5, 2008 Posted March 5, 2008 To do this with two windows you'll have to script navigation so each time you change the current record, the script would switch to the second window, find the record there and switch back. A simpler way would be to use one window and to place all the fields from the details view in the header or footer part.
Recommended Posts
This topic is 6108 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now