Welcome to our community, full of great ideas on developing your FileMaker solutions effectively,
for peer-to-peer support of the FileMaker Platform and related products and services.
Author’s note: Inevitable comparisons will be drawn between the new While function and the venerable CustomList custom function, which I wrote about at length several years ago. Preliminary testing indicates that CustomList is faster under certain circumstances and While is faster under others. In my opinion, both of them belong in your developer tool kit. […]
View the full article
The FileMaker Let function is your tool to make a calculation readable, well formatted and easy to debug. Let us discuss how it can be used.
The post Like a Boss: Let us Discuss the FileMaker Let Function appeared first on Geist Interactive.
View the full article
[ Edit: 3/16/2016 - With the help of some other people, we have been able to recover, or recreate some of the original images from original thread. ]
Security is always a big topic when it involves data, or people, or possessions. Recently, over on the FileMaker Community, there was a very beneficial discussion regarding security. Unfortunately, that discussion was the victim of a necessary action...and was deleted. It was deleted, because the discussion was tied to a video that, as was det
Hi all,
Today I'm happy to announce the release of Elemental for FileMaker. This is a free fully unlocked solution containing some cool user interface and design stuff that I hope you find useful and can incorporate into your own solutions.
You can grab a copy now at https://www.elemental-fm.com
In Elementals first version you'll find the following:
Avatars
Over 20 API integrations with avatar generators. These are uniquely generated based on a name y
The FileMaker Script Debugger is powerful. Its features are often overlooked. In this post we examine the buttons that control stepping through a script.
The post Like a Boss: Using the Script Debugger to its Full Potential appeared first on Geist Interactive.
View the full article
Building layouts in FileMaker can involve adding a number of various elements such as fields, buttons, portals, tab controls, and graphics such as jpg and png images. It is the use of images on layouts that this article is all about.
Read the Full Article Here…
This is a simple technique that I use all the time and find works very reliably. It involves having a script create a new window into which the script executes it's necessary steps, before closing it when done.
Read the Full Article Here…
FMForums members may now create and publish their own blogs.
Click Here To Start
Already have an established blog on another service - you link to the blog service here to get more traffic.
Enjoy
Source: Do you got the gift of Gab?
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