fmsteve Posted July 13, 2006 Posted July 13, 2006 I have a layout that is a list view of lots of records. Web users only get 25 on a page and if the status area is open can click the book for the next group of 25. How can this be done with the Status Area hidden?
GoTigers Posted July 24, 2006 Posted July 24, 2006 I made a button with a script as follows: Go to Record/Request/Page by calculation, and the calculation is: Let([curRec=Get (RecordNumber); jumpSize=25; direction=1; newRec=curRec+(jumpSize*direction)]; Case (newRec>Get(FoundCount);curRec;newRec) )
Newbies glist Posted August 7, 2006 Newbies Posted August 7, 2006 I couldn't get the script from GoTigers to work so I attached this to a button: Go to Record/Request/Page by calculation, and the calculation is: Get(RecordNumber) + 25
Recommended Posts
This topic is 6951 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