Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Newbie here: how to limit query results?


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

Recommended Posts

Posted

Our department's phonebook is in a FM 4.0 database; the database can be queried through an online interface (I've been told the middleware program is something called WebFM).

My question is: how can we set a limit for query returns? For example, if a query is going to result in too many "finds," we want to return an error page that tells users they need to refine their search. Thanks.

Posted

Two choices come immediately to mind.

First example: the -max tag will control the number of records returned as in -max=5. (I forget what the default is set to return) If you want the client to have the ability to look at more after that provide that ability with the -linknext tag.

Second example: control on the results page with an fmp-if where you look at the number found and if they exceed your desired number a message is displayed to advise to restrict along with a new search form; -else show the found set.

Your CDML Reference db will be useful.

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