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.

Creating a FMP app that keeps inventory

Featured Replies

Good morning everyone,

I'm presently working on an application, in FMP, that keeps track of all databases on a said server.

Right now im doing that prety much manually (Looking at my server GUI and writting name down)

I was wondering if there's perhaps a hidden FMP server database somewhere where maybe an up-to-date list is being kept?

Anyone have any ideas as to how to build a list of db's that reside on a server?

I would much rather build a fancy script that i can just press once every 3-4 months that would just update my DB list with any NEW db's it finds.

Thank you very much for helping me with this.

easy enough to do. Use a OS-level script that uses the fmsadmin command line to produce a text file with the hosted dbs. Make sure the output is created in the FMS documents folder. Save the OS level script in the FMS scripts folder so that you can create a FMS script sequence schedule that first runs the OS script file and then imports the resulting text document.

The fmsadmin command line for the OS script will look like this:

fmsadmin -u user -p pw list files -s >"c:program filesfilemakerfilemaker serverdatadocumentsallFiles.txt"

This will give you a lot of info about each hosted file.

(I'm assuming Windows for the example, the syntax is similar on OSX).

  • Author

Update

Its done, i now have automation script to get me , once-a-week, the list of databases currently active.

Thx everyone.

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.