jeffshap Posted October 17, 2006 Posted October 17, 2006 I have an app that uses table view and I want to publish it with IWP. When I do, I loose control of the record navigation unless I move up and down with a button-script and it only shows the current record on the first line and not all the records in the set. Is there something I need to do so that Table View works the same in IWP?
T-Square Posted October 18, 2006 Posted October 18, 2006 AFAIK, you have to script the navigation for table view in IWP. I don't know what your "button-script" does, so I can't comment on why it would only show the current record. Is it performing a find, so that the current found set is one record? That would explain seeing only one record in the layout. The script to move a page, for example, is: Go To Record/Request[Get(RecordNumber) + 25] HTH, David
jeffshap Posted October 19, 2006 Author Posted October 19, 2006 Thanx for the confirmation of what I found. I was really hoping that the great functionallity of the the table view would carry over to IWP.
Recommended Posts
This topic is 6879 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