Jump to content
Server Maintenance This Week. ×

javascript -max


RicT

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

Recommended Posts

What it does

Specifies the maximum number of records that should be returned per page.

Value is

A number from 1 thru 2147483647, or the word "All". The default value is 25.

Syntax example(s)

Specify the maximum number of records using a link

<a href="FMPro?-DB=Contacts&-Format=format.html&-Max=10&-FindAll">First 10 Records</a>

Specify the maximum number of records using a form action

< form action="FMPro" method="post">

<input type="hidden" name="-DB" value="contacts.fp5">

<input type="hidden" name="-Format" value="format.html">

<input type="hidden" name="-Max" value="10">

<input type="submit" name="-FindAll" value="First 10 Records">

</form>

I've put space after the <

Link to comment
Share on other sites

Just to make the fact explicit: the -max tag has nothing to do with Javascript or Java, it's CDML.

Have you downloaded the CDML Reference database from the FileMaker web site? They're all in there.

Link to comment
Share on other sites

This topic is 8267 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.