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

I would also like to know where any additinal information is for writing plugins.

  • Newbies

I wrote a little plug in that perform simple calculation on passed

parameter.

Now i would access to the FM commands like: new record, next record, order,

perform script....

Where can i find information to do this?

Can anyone help me?

Excuse me for my english

  • 5 months later...

I gues you could use the FMP library, which creates an object FMP...

  • 2 weeks later...

Perhaps you can tell me where can I find this FM library

Thanks

  • 4 weeks later...

quote:

Originally posted by sergio:

I wrote a little plug in that perform simple calculation on passed

parameter.

Now i would access to the FM commands like: new record, next record, order,

perform script....

Where can i find information to do this?

Can anyone help me?

Excuse me for my english

For a plugin, all the functions that are available to you are contained in the EFP API, which mostly consists of:

FMExtern.h

FMExtern.c

FMFlags.h

The EFP API is not nearly even close to the functionality of the Java, AppleScript or ActiveX Classes (for example). All you can do in terms of FileMaker interaction is receive text and return text to a calling field calc.

All the plugin tricks you see on the web are mostly plugin-OS interaction/calls. (Sometimes via AppleScript and/or ActiveX etc.)

Check out the "Template" and "Full Example" plugins on the CD for more detailed info, they are provided as source code.

Hope this helps!

-Dave

Or take a look at

www.murrayc.com

Section Tech Learning - Writing FileMaker Plug-ins.

John

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.