October 17, 200619 yr 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?
October 18, 200619 yr 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
October 19, 200619 yr Author 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.
Create an account or sign in to comment