Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi there

I can limit the amount of records displayed by group size ="10 (for only displaying 10 records at a time) but how then do I display the next group of records ? I would need a button that does something like "Display next set of 10 records from previous search query"

Anyone know of how such a button would work ?

Glorifindal

  • 2 months later...

I would just return all of the results and do a for loop to display them and limit it to 10 iterations. the returned results from FX.php have a pointer called NextRecord or something that allows you to just loop through each record and display it, then when you want the next 10, just pickup where you left off. This could also be done with indexing because the results are just a big associative array.

just remembered, there is also the ->FMSkipRecords() attribute if you want to run another whole query you can just have the php script keep track of how many records you have skipped (ie what page you're on) and skip that many records

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.