Article Tags

Click or tap one of the article tags to filter down to a smaller selection.

Our Library of Videos

856 videos found.
Zero to Awesome - Debugging 05/30/2008 - 3:31pm

Programming, or using logic for that matter (for some people - not you), can be an exercise in creating more problems than solving them - at least until you debug those problems. And there it is, debugging, that essential skill which increases your productivity while programming.

Ok, so maybe you don't think you're programming when you're writing a script. I beg to disagree. You're using conditional logic and you've got access to a debugger - a programmers tool.

So how do you go about using the debugger most efficiently. Well, you need to learn what Step In, Step Over and Step Out mean in the world of debugging. Fortunately, this can be learned in the short 27 minutes this video takes to watch!

Tab Switching Script Triggers 05/23/2008 - 5:22pm

If you've ever come across the need to trigger a script when you switch to a new tab, you need to know it's possible. Even though FileMaker doesn't natively provide this feature, you can make this happen with a degree of control that makes it easy - and even fun!

Using a variety of custom functions, and some creative thinking, your native tab switching script triggers are simply a matter of editing some text within a text box.

Watching this video will provide insight into using conditional formatting to make a FileMaker script trigger when you switch to any new tab.

Zero to Awesome - Development: Using Custom Functions 05/14/2008 - 8:23pm

Quite simply, you may not be using Custom Functions as much as you should be. In fact, you might not consider Custom Functions as a general place to enter code as freely as you do within calculations themselves or scripts. If this is the case, then you're likely missing out on some BIG TIME time-savers.

By using a clear strategy of organizing your custom functions, you may begin to think of this area of FileMaker as being just as vital to your development as all the rest.

Don't think simply in terms of functions specific to your whole solution. Think about using Custom Functions for just about anything. Custom Functions dedicated to one specific layout? You bet!

Using Wrappers - Effective Programming in FileMaker 05/02/2008 - 2:02pm

Learning to code a better FileMaker solution is something that happens over time. As you improve, there are all kinds of things you find that make the development process more streamlined.

Some of your application logic becomes repetitive in many locations. Think about using the Show Custom Dialog script step (I use this example in the video). How many places have you used it in your solution(s)?

Having to update this code can become quite the hassle down the road. This is where you come to the point of resolving to "code once", and by doing so, you only have one location to update the code.

While this approach can be taken to the extreme, it's a great thing to know. Using wrappers around native FileMaker script steps and functions can help you out in the long run - I promise!

Populating PDF Forms 04/24/2008 - 4:33pm

If you're in an industry where standardized forms are the norm, then the holy grail is automatically pushing data from your database into the required PDF. Yes, it's true, we still live in a world where forms consume most of the process. And this probably won't change too much over the years.

If you've ever dreamed of taking those field values and shoving them right into the required form then the included technique file and videos in this mini series will provide you with everything you need.

Not only has the work been done but there's a ton to learn from this wonderfully crafted FileMaker solution. The file is ready-to-go, the solution is based on freely available technology and the videos are worth the price of admission.

Don't miss this series of videos if you have any desire to merge data from FileMaker into preexisting PDF forms!

Zero to Awesome - Development: Using Plugins 04/16/2008 - 4:56pm

For the longest time, I remember a great divide between the camp who used plugins and the camp that didn't. Actually, there aren't any camps, it was just individual developers who had an opinion about using plugins <grin>. (Note: I'll be using the word plugin instead of the proper spelling of plug-in - simply because I think it's cooler that way.)

One of my early opinions was that I didn't want to use them. One, because they added to the cost, two because they didn't "feel" like they were part and parcel with FileMaker and three, because I was unfamiliar. Yes, that last reason is a bad one, yet it may still be true for you.

Getting to that "ok" point about using plugins should happen REALLY fast these days. That's because you simply can't do everything you need to (or should be able to) do within FileMaker alone. Plugins are what make a solution more powerful and more robust.

This video is about how I use and check for plugins. It's a bit long and I tend to go on an on about the SmartPill PHP plugin, but hey, I want you to know what's out there and what your options are. There are quite a few plugins on the market and many of them duplicate what others do. While the options are diverse, it's all a matter of testing, using and then working with the plugins which provide the functionality you need. Not everyone is going to fall in love with embedded PHP like I have!

Super Quick Data Entry 04/07/2008 - 5:52pm

You'll never guess what you can do with a little creative thinking and the Custom Formatting option. Oh, wait, I just told you in the title of this article - Super Quick Data Entry.

One of my MOST favorite features of FileMaker is the fact that records are created by default when entering data into a related field and no valid relationship exists. This provides a number of opportunities to do cool things, such as entering data - provided it's not a lot of related data.

When you add script triggering to a field's custom formatting option, and you rely on what FileMaker tries to be smart about, you get a powerful method for entering data in a super quick way. The best part about this whole technique is that it becomes universal to your whole solution. You can use any related field with auto-creation of related records and your one single script can handle it all.

Watch this free video to see how easily it can be done!

Zero to Awesome - Predevelopment Data Structure 03/26/2008 - 6:09pm

There are many ways to solve most data problems. The biggest problem, however, is getting stuck within a certain mind set of any given approach. FileMaker provides a powerful tool to solve complex data problems. However, it may be limiting you. It does this by providing a default way of approaching the solution.

This approach can be summed up into two words "Form View". When most users and developers start creating a FileMaker solution the approach is to simply add fields to the table that is the most specific to what's in mind. If you're a teacher, you're dealing with students. If you're in business, you're dealing with customers. If you're a consultant you're dealing with clients. You simply add fields to your respective table, add them to its respective layout and away you go.

Guess what, students, customers and clients are all the same! This is what you need to realize when creating a flexible data structure. This video will highlight the direction for an optimized data structure that focuses on generalization and not the specifics you should be avoiding.

Zero to Awesome - Predevelopment Documentation 03/26/2008 - 5:49pm

If things aren't clear enough to understand what you did five months ago, you can't expect anyone else to have a clear picture of what you've created, let alone yourself. Do yourself a favor. Document as much as you can, as clearly as you can, AS SOON AS YOU CAN.

In this video I talk about using the tools available in FileMaker to make your documentation and descriptions of code as clear as possible. The trick to making good documentation is to not "do it later". Make notes while you create the feature or functionality. Use the calculation commenting tools, graph notes and script comments to their full advantage.

Doing it now will pay dividends down the road! I promise.

Zero to Awesome - Predevelopment Tracking 03/13/2008 - 2:30pm

Continuing with my Zero to Awesome series, in this video I provide you with some insight into a great way to track the changes of your ongoing development. There will be many times, while developing a solution, where questions arise about what you may have done in the past and why. Add to this, any questions that any other developer may have - eventually, you may move on from the project.

Having a quick, easy-to-follow method for tracking incremental changes is a great way to document what you've done as you develop a solution.

Pages