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

  • Newbies

Hi guys

is it possible to do an Omit in an FX.php FMFind

I need to do something like

Find * where CompID = $compID

but Omit where SalesID = $salesID

Any ideas ?

Me

I'd help if you were using the FM PHP API... :

This forum is more focused toward straight FM Development (slight generalization).

Try www.fmwebschool.com/frm -- their forums are much more oriented to Fx.PHP and the FM API.

ummm

actually this is the FX.php part of the FMForums site.

There is a separate page for the FM API.

  • 1 month later...

It's a fairly simple problem - all you have to do is add a line saying that, in addition to finding one thing find NOT another thing.

So, something along the lines of

$query->AddDBParam("CompID", $CompID, "eq");

$query->AddDBParam("SalesID", $SalesID, "neq");

$results=$query->FMFind();

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.