I was recently working on a FileMaker / PHP project and ran into a situation where I needed to be able to replicate FileMaker's "Duplicate Request" function. There is nothing in the FileMaker API for PHP that appears to be an equivalent to the function. However, it can be done, and this post shows the process.In this example, the code is handling a search request against a contacts database.
March 24, 2010 | Filed Under
PHP,
Syndicated,
api,
finds |
Leave a Comment
There are two very similar -- and therefore, somewhat confusing -- exact match operators available when specifying find criteria in FileMaker Pro. I've had a lot of FileMaker users ask me what the difference between them is, so here is a brief explanaition...The first operator, which is the equal sign ("="), is used to find exact matches on whole words. For example, a standard search in a Company
August 3, 2008 | Filed Under
Syndicated,
finds |
Leave a Comment