Newbies yannickn Posted May 2, 2001 Newbies Posted May 2, 2001 Hello everybody, I began yesterday to develop a plug-in for FileMakerPro 5.0 with Visual C++ 6.0. I bought FileMaker Developer Edition. The problem is that on the CD, there is only a listing of functions for JAVA. I need a listing of function for VC++6.0 ( How to add a record, to "go to a field", ... ). If you know where I could find this, please answer. Yannick
David McKee (Protolight) Posted July 24, 2001 Posted July 24, 2001 quote: Originally posted by yannickn: Hello everybody, I began yesterday to develop a plug-in for FileMakerPro 5.0 with Visual C++ 6.0. I bought FileMaker Developer Edition. The problem is that on the CD, there is only a listing of functions for JAVA. I need a listing of function for VC++6.0 ( How to add a record, to "go to a field", ... ). If you know where I could find this, please answer. Yannick 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 Classes. 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
Recommended Posts
This topic is 8591 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