Subscribers OnlyZero to Awesome - Using a History tablePosted by: Editor / Monday, June 30, 2008 – 4:43pm
31
minutes
If you've worked with FileMaker for any length of time (5 years or more), then it's hard not to become affected by your historical knowledge of how FileMaker works. My reason for stating this is because of how data and interacting with it "might" be limited if you're taking the conventional approach within FileMaker. "Conventionally", FileMaker provides your layout and you simply add fields from the table that layout is associated to. Here's the problem though, you end up with a mindset which potentially limits you from seeing other options - until you want to see things differently. How about each user of the database being able to see only the records they've interacted with, and being able to do so from a historical standpoint? Statements such as "Who was that customer I dealt with last week?" become easy to answer. Seeing things differently is what this video is all about. The video will show you how to use a dedicated History table to provide unique views on how users have interacted with the data in the database. You don't always have to do things the same way. Sometimes, there's a different way that may provide better options! Details: Released - 6/30/2008 / Size - 38.34 MB / Length - 31 min
Filed under: videos | Subscribers Only
Tab Switching Script TriggersPosted by: Editor / Friday, May 23, 2008 – 4:22pm
21
minutes
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. Details: Released - 5/23/2008 / Size - 21.96 MB / Length - 21 min
Filed under: videos | Subscribers Only
Zero to Awesome - Development: Using Custom FunctionsPosted by: Editor / Wednesday, May 14, 2008 – 7:23pm
23
minutes
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! Details: Released - 5/14/2008 / Size - 27.46 MB / Length - 23 min
Filed under: videos | Subscribers Only
Populating PDF FormsPosted by: grantwood / Thursday, April 24, 2008 – 3:33pm
43
minutes
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! Details: Released - 4/24/2008 / Size - 2.73 MB / Length - 43 min
Filed under: videos | Subscribers Only
Zero to Awesome - Development: Using PluginsPosted by: Editor / Wednesday, April 16, 2008 – 3:56pm
32
minutes
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! Details: Released - 4/16/2008 / Size - 38.04 MB / Length - 32 min
Filed under: videos | Subscribers Only
Zero to Awesome - Predevelopment Data StructurePosted by: Editor / Wednesday, March 26, 2008 – 5:09pm
31
minutes
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. Details: Released - 3/26/2008 / Size - 26.95 MB / Length - 31 min
Filed under: videos | Subscribers Only
Zero to Awesome - Predevelopment DocumentationPosted by: Editor / Wednesday, March 26, 2008 – 4:49pm
24
minutes
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. Details: Released - 3/26/2008 / Size - 30.53 MB / Length - 24 min
Filed under: videos | Subscribers Only
Hierarchical Value Lists - (Dependent Value Lists)Posted by: Editor / Monday, March 3, 2008 – 4:43pm
27
minutes
Knowing how to structure hierarchy, within data, should be one of your core pieces of know-how regarding data structure. Once you understand it, you can always leverage the knowledge for a variety of tasks. This structure applies to checking for sequential numerical entries (knowing when sequence is broken), generating a visual tree of levels and sub levels or storing a list of hierarchical value lists - most efficiently. Building on a file presented in 2004, it goes to show that this basic structure for how data is stored does not change, nor is it likely to ever change. It's simply how you store data for hierarchy based information. If, in your database, you need to present value list selections that hinge on each other then this is the video and technique file that you need! Details: Released - 3/3/2008 / Size - 20.41 MB / Length - 27 min
Filed under: videos | Subscribers Only
Zero to Awesome - Predevelopment ConventionsPosted by: Editor / Wednesday, February 13, 2008 – 6:41pm
14
minutes
Using specific naming conventions is all about 'making sense'. Not only about what you're developing right now, but also what you're going to need to understand in the future - about your own solutions! "Keeping things simple" has always been a popular phrase, however, when it comes to creating, and more importantly maintaining, a complex database system, you need to understand what you've done. There are many cryptic ways to define and document your solution. In my opinion, and that of a few other well respected developers, the KISS model of naming and conventions used within a FileMaker solution go a long way towards making it easier to maintain and enhance. This video contains the conventions I'll be using as I showcase my work on the My Invoicer solution. Details: Released - 2/13/2008 / Size - 15.71 MB / Length - 14 min
Filed under: videos | Subscribers Only
Zero to Awesome - Predevelopment Separation ModelPosted by: Editor / Wednesday, February 13, 2008 – 6:25pm
30
minutes
Based on feedback and questions about using [what I'm calling] the Optimized Separation Model, where the Interface file is located on the client machine of a distributed solution, I've decided to provide an extended look at the implementation of the described system. Using a method of stripped and default passwords, I explain how to deploy a local interface separation model of solution development. The advantages of this approach have been covered in a previous video, and I must admit that while using the solution over the WAN (wide area network), things have become much speedier for my own solution. In the past, as I've pointed out, I was not fond of the separation model. While working on the specifics of this solution, I'm finding that the advantages seem to pile up. The few disadvantages of not being able to use a specific technique here and there are diminishing. Enjoy the video! Details: Released - 2/13/2008 / Size - 26.57 MB / Length - 30 min
Filed under: videos | Subscribers Only
|
Be Notified!Let us tell you when a new video is posted. We'll send you an email with a direct link right to your email inbox.
Make sure and whitelist (or add to your address book editor@filemakermagazine.comFileMaker Reference Tool10 Most Recent Videos
|