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, I'm having trouble getting ther FMFind function to work using FM7.

FMNew() works, so the problem does not seem to be with the webserver.

Here is my code, maybe there's something I'm overlooking?

$fm_server = "fmtest";

$query = new FX($fm_server, 80, "FMPro7");

$query->SetDBUserPass("user", "pass");

$query->SetDBData("Clients.FP7","FormView",'All');

$query->AddDBParam('Client_number',$row["client_number"], 'eq');

$queryUpdate = $query->FMFind();

echo "found:" . $queryUpdate["foundCount"];

foundCount is always zero, even though this client number exists in the database.

Any suggestions?

  • 2 weeks later...

Hi,

First your username password are backwards. It should be

$query->SetDBUserPass( "pass", "user");

Also, in your find you are referencing a variable $row["client _number"].

Where are you gathering this from?

To ensure your query is well formed and to debug searches it is sometimes valuable to hard code the value in your query that you are looking for in your database. This can ensure it will return the correct result.

Let us know how you get on.

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.