Newbies glormar Posted September 28, 2006 Newbies Posted September 28, 2006 Greetings all, I have a client table with over 700 records. When viewed in list view with a browser, only about 50 records show in the window. There isn't any way to browse the next window, or the next fifty records. I have script buttons which list just a certain salepersons accounts that work, but still only show around fifty records. Can IWP just show all found in a scrollable list view? Thanks, Mark
Søren Dyhr Posted September 28, 2006 Posted September 28, 2006 Portalize with a cartisian selfjoin, although it's a crappy way to treat ones users ...some sort of structure should be in order, instead of scrolling up and down eyeballing the correct data, ought a substructure via tabs and perhaps a type ahead feature be instated ...or dynamic valuelist. --sd
stephiesmith1 Posted October 2, 2006 Posted October 2, 2006 Is there a reason you don't want to put navigation buttons on your layout? My list view only shows 25 records (my table view shows 50) but I added buttons << PREV NEXT >> , adding one field to my db called currentRecord with a simple script using "Go to Record/Request/Page" and chose "by Calculation" and set the calculation to Employee::recordCurrent - "25" for the Previous 25 and Employee::recordCurrent + "25" for the next page of 25. I'm sure there are better ways to do this, like also accounting for times when the new record exceeds the number in the found set (which will generate an error in the application log but doesn't cause any problems) but this works for me and for users since it sticks to the found set when navigating.
Recommended Posts
This topic is 6895 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