FileMaker and IT, Computer News

Incredibly Easy Menus

Incredibly Easy Menus

One of the biggest downsides of any complex FileMaker solution is the growing number of layouts and layout elements you'll have to manage. If your number of navigation (or general menu) items is both static and large, then you're going to have issues with keeping the...

Better User Validations

Better User Validations

One of the key reasons for using a database is having a single source of truth. When the possibility for duplicates enters the equation of "truth" we have a problem. Dealing with duplicates comes in the forms of cleaning and removing them and preventing them. One of...

FileMaker Go Mobile Tricks

While recently working on a FileMaker Mobile solution I came across a number of tricks I was using which I thought might help other developers. The great thing about FileMaker Go is you have access to so many of the core iOS technologies and you can often create very...

FileMaker Function – Get ( WindowMode )

FileMaker Function – Get ( WindowMode )

ISO FileMaker Magazine is an instructional media company not affiliated with or endorsed by Claris International Inc. All materials and content copyright © 1994-2022, ISO Productions, Inc. FileMaker® is registered trademark of Claris International Inc. a wholly owned...

FileMaker Function – Get ( Device )

FileMaker Function – Get ( Device )

ISO FileMaker Magazine is an instructional media company not affiliated with or endorsed by Claris International Inc. All materials and content copyright © 1994-2022, ISO Productions, Inc. FileMaker® is registered trademark of Claris International Inc. a wholly owned...

Multi-page reports – Page Numbering

Multi-page reports – Page Numbering

Claris FileMaker is continually adding new features in order to make things easier for developers. In the most recent release of version 19 we found a new function named Get ( PageCount ). This one function essentially emulates the combination of steps we needed to...

Controlling CSV/TAB Headers

Controlling CSV/TAB Headers

Because of its age, FileMaker has a variety of options sprinkled in a bunch of different places regarding exporting data. Some of these options relate to getting the exact export of data you need from the software. In this video I cover a variety of specifics related...

Using External Technologies

Using External Technologies

One of the greatest joys I get from working with FileMaker is making it do something it doesn't do natively. It's sort of like always being able to say "Yes" and never having to tell yourself "No". Enjoying your sweets and treats as much as you like! There is, quite...

Universal UI Strings

Universal UI Strings

Claris/FileMaker, as a development environment, is full of all kinds of hidden corners and secret places. Most of this is due to its age and keeping a strong commitment to backwards compatibility. To its credit, there are very few features which have been removed to...

Error Handling & Logging 3

Error Handling & Logging 3

If you haven't added logging into your FileMaker solutions, then you don't know what you're missing, and there's no better time than the present to do so. With the release of this video and technique file, you'll find an updated version of a long-running topic which...

FileMaker Memory Bug?

FileMaker Memory Bug?

For all my time with FileMaker, there's this peculiar aspect of one's learning journey where small bits and pieces of information come to you in odd ways. You either happen to stumble upon them, or you're told about them through the grapevine. Not from the company...

Troubleshooting and Researching Filemaker solutions

Troubleshooting and Researching Filemaker solutions

ISO FileMaker Magazine is an instructional media company not affiliated with or endorsed by Claris International Inc. All materials and content copyright © 1994-2022, ISO Productions, Inc. FileMaker® is registered trademark of Claris International Inc. a wholly owned...

Fixed Field Length Imports

Fixed Field Length Imports

Even in today's interconnected world, you'll still find systems which are so legacy that the only thing you get out of them is some type of output which was popular back in the late 80's and early 90's. One of those formats, which isn't actually an import format, is...

Privileged Navigation

Privileged Navigation

As with most every database solution, one of your primary goals is to facilitate easy navigation. You want users to be able to get to where they wish to go without hassle. You also want relevant navigation based on the fact that a database isn't just a one-trick pony....

Mastering FileMaker’s Find Mode

Mastering FileMaker’s Find Mode

Finding things within any database system requires the understanding of how to make a proper query of what you're searching for. In FileMaker, this comes in the form of FileMaker's Query By Form method of searching. To fully understand all of its power, you need to...