Newbies prodexx Posted January 28, 2010 Newbies Posted January 28, 2010 Can i view all records on web ? view as list layout. It only shows 25 records. I don't want to use the web tools on left to navigate thrue range of records. Is there a way to do that? Thank you
Peter (duksis3) Posted January 28, 2010 Posted January 28, 2010 Via IWP no. This is because large number of records increase page response time.
Newbies prodexx Posted January 28, 2010 Author Newbies Posted January 28, 2010 Can you please help me with script to make to go to next range of records? or any other way around? Thank you
mr_vodka Posted January 28, 2010 Posted January 28, 2010 Pass in a Script parameter value of "Prev" and "Next" on buttons. If [ Get (ScriptParameter) = "Prev" ] Go to Record [ Get (RecordNumber ) - 25 ] Else If [ Get (ScriptParameter) = "Next" ] Go to Record [ Get (RecordNumber ) + 25 ] End If
Recommended Posts
This topic is 5681 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