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.
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
[ 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
Free webinar introducing Karbon our free application framework for building ambitious custom business applications. If you are interested in using the FileMaker Workplace Innovation Platform at a high level you'll probably want to see what we have cooked up.
The post Karbon Webinar – Getting Started appeared first on Geist Interactive.
View the full article
Forums are a great way to get technical advice for FileMaker but for some reason, many people don't think they have to be nice in the electronic world. I was raised to say "please" and "thank you" and that has translated over to the internet for me. But, other folks think the anonymity of cyberspace is an excuse to be a jerk. Some posters are outright offensive and others will just leave snide responses like, "that wasn't much help". News flash! People on the internet are real and you should be
Hierarchical JSON Viewer / Editor
By Andy Persons & Doug West
One of the standout new features of FileMaker Pro 16 is native support for the JSON data-interchange format. In addition to providing easy integration with a host of online services, it also provides developers with the tools to create robust hierarchical structures for use entirely within FileMaker. This hierarchical JSON viewer / editor file provides some tools for visualizing, manipulating, and leveraging JSON text.
Features
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