BobWeaver Posted November 13, 2001 Share Posted November 13, 2001 The biggest problem is trying to find out what data types you need to use. You could check out the following topic. The very last post gives an example in RealBasic that may give you some useful information. http://www.fmforums.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=20&t=000016 Link to comment Share on other sites More sharing options...
Newbies tab Posted November 14, 2001 Newbies Share Posted November 14, 2001 Good information, thank you. One thing I didn't think of that those posts made me realize was the fact that you can compile a script. So.. I compiled a simple AppleScript that I wrote to do what I needed. Then opened the compiled resource in ResEdit. The compiled code had some visible creator/type pairs, such as "kfrmID ", plus the types "vlue", "ccel", and "cDB ". Some of those I knew, but what I didn't definitely helps. I think it looks like the script sends a "file open" event passing the full path to the test database (which would set Filemaker's focus on it) and then somehow creates an object of type "ccel", with some kind of property "kfrmID " set to the value I typed. I didn't see any types for an AEList, so I have to assume the ID is passed as an SInt32 array (hopefully). I'll get it sooner or later.. Thanks again! -Sean Link to comment Share on other sites More sharing options...
Newbies tab Posted November 14, 2001 Newbies Share Posted November 14, 2001 Hello, I was wondering if anyone knew of a quick example or where I could look to find the correct method for sending a specific Apple Event message to Filemaker from an external program. In AppleScript the message would be the equivalent of: get data of cell 1 of database "test" Any help would be greatly appreciated. Thanks -Sean Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 8364 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