English 中文(简体)
What are the Filemaker 10 script trigger events?
原标题:
  • 时间:2009-12-21 13:25:09
  •  标签:
  • filemaker

I want to run a script when a field is changed and with script triggers I think it s possible. Bu I don t know how to.. Can anybody please help?

最佳回答

Write your script.

In Edit Mode, right-click on a field and choose "Set Script Triggers..."

If you want the script to run when the field is changed, click the "OnObjectModify" event and then select your script.

Whenever the field is modified your script will now run.

问题回答

暂无回答




相关问题
FileMaker 9 & PHP API - Total record count?

The only way I can see to get a total record count necessary for setting up some sort of pagination mechanism would be something like: $fileMakerObj = new FileMaker( /* credentials redacted */ ); ...

Communication between applescript and FileMaker

I m currently writing an applescript to be run within FileMaker. I need to tell filemaker what the name of its application is (FileMaker Pro or FileMaker Pro Advanced or whatever) so that I can within ...

Filemaker to SQL Server via SSIS

I m using SSIS and trying to import data from Filelmaker into SQL Server. In the Solution Explorer, I right click on "SSIS Packages" and select SQL Server Import and Export Wizard". During the ...

Filemaker GetAs...How to display Container Field on webpage?

I have an ASP.Net application that needs to display an image that is stored in a Filemaker Container field. My query statement looks like: SELECT GetAs(Image, JPG ) FROM UA_Item_Pictures WHERE "...

热门标签