Here is a nice quick technique that will allow you to place a layout object or objects into more than one tab on any given tab control object, without actually duplicating the object for each tab...
Read more →By Daniel Wood, 15 December 2010
Here is a nice quick technique that will allow you to place a layout object or objects into more than one tab on any given tab control object, without actually duplicating the object for each tab...
Read more →By Daniel Wood, 15 December 2010
This is a quick and simple tip for keeping your layouts tidy from the clutter that merge fields can produce…
Read more →By Daniel Wood, 15 December 2010
A sub-summary report, is a special kind of report where records are grouped together by a specified field known as the "break" field (because it acts as a break between groups of similar records). Normally, the break between parts happens above your records, but there is a way in which to have the break "appear" to be beside your records instead…
Read more →By Daniel Wood, 15 December 2010
The count function allows you to produce a count of the number of records through a relationship. However what may be less clear is that in order to achieve this, every record must be downloaded to the client computer, making the process very slow over a wide area connection. There is, however, an alternative to count in this situation which is almost instantaneous, this article explains how...
Read more →By Daniel Wood, 15 December 2010
There are four main areas of your database where you can use special separator lines to help keep information organised, these are Scripts, Layouts, Value Lists & Custom Menus. This article will go through each and explain how to use them, and why they are a good idea to use.
Read more →By Daniel Wood, 15 December 2010
The Let function is one of the most brilliant and underrated functions in FileMaker, and I think it should be used whenever and wherever possible. This article will give an introduction to the function, some possible scenarios when it should be used, and give an example as to it's use.
Read more →By Daniel Wood, 15 December 2010
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 more →By Daniel Wood, 15 December 2010
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 more →By Daniel Wood, 15 December 2010
You may have noticed a lack of article postings over the last couple of months, and fewer articles overall this year. Please don't panic for it has not been through laziness or lack of content. Instead, I have been somewhat pre-occupied with other things that I would like to share with you now?
Read more →By Daniel Wood, 15 December 2010
Conditional Value lists may be the most asked about piece of functionality on the FileMaker Cafe. To try and provide a thorough and easy to follow explanation of what they are and how they work, I decided to write an article on the subject and build a small example file to help illustrate the technique…
Read more →