Jump to content
Server Maintenance This Week. ×

how to achieve connectivity between cocoa & filemaker pro


This topic is 6579 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi guys,

I m new to filemaker pro.

I want to achieve connectivity between cocoa & filemaker pro. I searched about this. There are certain examples describing this using Applescript. But my requirement is to achieve this using Objective-C.

How to do this? Please guide me.

Thanks,

Parag

Link to comment
Share on other sites

What kind of connectivity? Do you need just the data or do you also need to control FM (run scripts,...)?

FileMaker Pro has a wide Apple Event model, not sure if you can use apple events in C. FM also has a plugin API that might be of use.

And if you need just the data you can use ODBC or FileMaker's Server Advanced XML publishing and consume the returned XML data in your C code.

Link to comment
Share on other sites

Wim is almost there, make the dealings with the data in applescript and include the applescript in the Xcode project and compile.

To get some idea of what can be accomplished with the apple event model, open the folder next to your Filemaker App called English Extras where in a filemaker file called:

Apple Events Reference.fp7

...will get you further.

--sd

Link to comment
Share on other sites

This topic is 6579 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.