Newbies Hem Posted December 21, 2004 Newbies Posted December 21, 2004 Hi, I have developed an application that uses the COM/OLE functionality of FileMaker7 to active the running of a script when a certain event is triggered in the custom application. Is it possible to pass a parameter in the DoFMScript function call? If so, could someone please give me an example? If not, then what is the best way of passing information into FileMaker so that a script can use the information to perform a specific function. I'm using Delphi 7 to develop the application and OLE (Late Binding) to link to FileMaker. Thank you.
DykstrL Posted December 22, 2004 Posted December 22, 2004 One way I can think of is to create a TAB file with the parameter data. Then create an import script to import the file data into a Global field. Then, via additional script steps, you can move/manipulate the parameter anyway you want via trhe DoFMScript function call.
Recommended Posts
This topic is 7367 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