July 13, 200619 yr 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?
July 24, 200619 yr 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) )
August 7, 200619 yr Newbies 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
Create an account or sign in to comment