Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6752 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

  • 2 weeks later...
Posted

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)

)

  • 2 weeks later...
  • Newbies
Posted

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

This topic is 6752 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.