Newbies rjoseph Posted December 31, 2000 Newbies Posted December 31, 2000 I would also like to know where any additinal information is for writing plugins.
Newbies sergio Posted December 31, 2000 Newbies Posted December 31, 2000 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
jorix Posted June 21, 2001 Posted June 21, 2001 I gues you could use the FMP library, which creates an object FMP...
mitchn Posted July 1, 2001 Posted July 1, 2001 Perhaps you can tell me where can I find this FM library Thanks
David McKee (Protolight) Posted July 24, 2001 Posted July 24, 2001 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
JW Posted July 25, 2001 Posted July 25, 2001 Or take a look at www.murrayc.com Section Tech Learning - Writing FileMaker Plug-ins. John
Recommended Posts
This topic is 8551 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now