Throughout the process of developing a solution, testing each aspect of your file is vital. For me, the problem I always used to run into, was generating enough sample data to properly test my scripts, calculations and performance. Well, that was until I found Fake Name Generator.
...Read Full Article Here
Lynda.com has always been one of my favorite places to check out software and get some quality online training and tutorials. They just posted a new video course for FileMaker’s latest release of it’s flagship product FileMaker Pro. Cris Ippolite does a great job explaining...
...Read Full Article Here
If you have never been warned about the dangers of working on schema and structure changes on a LIVE FileMaker database…here is a really good example for why you should NOT be doing such craziness. While I considered writing something up, Chad does a great job showing us the issues involved in the video. Kudos Chad.
...Read Full Article Here
Here is a list of items to keep in mind when using Global Calculations. It was originally written by Ray Cologon back in 2007/2008 (and reposted around different blogs and forums)…but I believe most of it still applies to how it works today in the current versions of FileMaker. I’ll repost with an update if I find out otherwise.
...Read Full Article Here
Here is an article that I thought anyone using ODBC would want to take note of. Take special note of the lack of back-ward/for-ward compatibility between the different driver versions. Also, mind you, I haven’t tested everything in this article. I just wanted to pass the info along.
This is from a blog post over at SkeletonKey.com.
...Read Full Article Here
Being that many of the contributors on the forums that I frequent are Mac-centric, I thought I would share a simple way to create folders on a Windows machine. I will give you the code, and then break down what it does, so you can tweak it to fit your needs.
Script Step: Send Event
Text: cmd /c md C:\FolderName
Action: Creates folder(s)
...Read Full Article Here