December 21, 200421 yr Newbies 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.
December 22, 200421 yr 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.
Create an account or sign in to comment