Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Community Videos, Tips, & Techniques, Articles.

Member contributions of videos, articles, tips, tricks & techniques.

This forum is NOT for asking questions about FileMaker.
For all other support requests please choose ANOTHER forum that best applies to your post.

  1. Started by Ocean West,

    Solution: Photo Bezel Overlay Description: This technique uses tool tips to evoke a event trigger using ZippScript to toggle you between 4 tab panels and a script that schedules another script event to return you to the default tab after a few seconds, in effect hiding the bezel overlay when idle. Short video included. Working Under: Solution Status: Beta Pre-requisites: ZippScript 2.0 Author(s): Ocean West Date: 09/15/07 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written appr…

    • 1 reply
    • 1.7k views
  2. Started by Genx,

    Solution / : Back and Forward Buttons Description: An example file that will show developers how to add backward and forward buttons into their FileMaker solution similar to what you would find in a web browser. As always let me know what you think. Working Under: Solution Status: Finished Pre-requisites: Author(s): Genx Date: 01/16/07 Credits: Instructions / Other Info: It's been documented to some extent in the tool tips so... Put together in 8 but I'm pretty sure i didn't use anything non FM 7 compatible. Ignore the new script it doesn't do anything, that was just me forgetting to remove something. …

    • 18 replies
    • 5.8k views
  3. Started by Fenton,

    I've been working on this problem over a period of time, and these are the 2 best solutions I've come up with for embedding PDFs entirely in 7 container fields. Both of them use one field for the file itself, and a separate field for the 1st page of the file. Only the 1st page of a PDF is visible in FileMaker 7 (AFAIK). The 1st method just Inserts the PDF into the field. This is OK, but doesn't look so good. It is not anti-aliased, as PDFs usually are everywhere else. It prints fine; but it's only the 1st page. The 2nd method uses an external helper, a free AppleScript Scripting Addition, GraphicsImporter; which you must get, in the Scripting Additions section a…

  4. Solution: Dynamic Status and Deadline Color and Note Marker Description: Here is a nice visual feature to add to your solution. Dynamically mark your assignments with color and deadline notes! This solution can easily be customized to fit your needs. Deadline Marker: clc_marker will tell user how many days are left till deadline. If deadline is pass and status is NOT complete, marker will result in “TARDY” letting User know Assignment needs immediate attention. If Assignment is past due and complete, marker will result in “X”, letting user know that Assignment is finished. Deadline Color: clc_color_deadline will result in gray, magenta, pink, yellow…

    • 0 replies
    • 1.6k views
  5. Attached is a simple sample of a script Trigger done entirly in Filemaker. I threw this together using FM9 on vista and I do not know how it will behave on any other platform. (Limited usefullness but still "Kind of Cool") : I forgot somthing, If you use this in a solution the Global fields used to trigger the scriptd should be omitted from the tab order so the only way to enter them is by clicking them. TriggerFind.zip

    • 0 replies
    • 1.4k views
  6. Hi, I'm looking for some help from some people that are smarter than I am! I looked at doing synchronization between multiple remote FMP 9.0 databases using SyncDek, but the cost is so high! I also looked at using fmSQL Synch, but its only available for the Mac (we're using Win XP). So I came up with the following idea. PLEASE GIVE ME YOUR FEEDBACK ON WHETHER YOU THINK IT WILL WORK! Our solution requires off-line transactions and then synchronization, so I'm thinking of setting up the following: * Create a local MySQL database structure from a FMP 9.0 database using FMPro Migrator (on a Win XP PC) * Linking a new FMP 9.0 database "interface" to th…

    • 0 replies
    • 1.1k views
  7. I use various version of FileMaker to open the same file at different times. When using the "Open With..." option several versions all show up as the same name. e.g. FileMaker Pro Advanced. By changing a registry entry, the "Open With..." option can display the name and version number. Add the version number to the display portion after the "=" sign. [HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellNoRoamMUICache] "C:Program FilesFileMakerFileMaker Pro 8 AdvancedFileMaker Pro Advanced.exe"="FileMaker Pro Advanced [color:red]8"

    • 0 replies
    • 1.5k views
  8. Started by Zero Tolerence,

    Just thought I'd share this with you all, most of you probably know this, some of you might not. I have a few forms that have to be worked in a certain order. Dropdown list 2 is based off a relationship between dropdown 1. The problem I've been having, in 8, is that when the user goes back, and changes dropdown1, dropdown 2 does not change. My end users often don't notice this, and thus have bogus data in their final form. So here is what I have done. I have changed the field DropDown2 to be an auto enter calc. with replace exisiting value unchecked, and the evealute if ref'd fields are empty box unchecked also. I put in this calc: Eva…

    • 1 reply
    • 1.9k views
  9. Started by sbg2,

    Solution: FM 7 - Date Picker Description: I know this is included with version 8 (or so) but I am still stuck in version 7. The only other example I could find when I searched these forums was a version that was done in Developer 7. Since it used features I could not access I decided to try and create a date picker in plain v7. I used the MS Outlook date picker as a model(which may be the Windoze system date picker). Features so far: * 7 week calendar with week numbers * Change Year through pop-up custom dialog * Backward and Forward navigation by month Working Under: Solution Status: Beta Pre-requisites: Author(s) sbg2 …

    • 7 replies
    • 2.8k views
  10. Started by The Shadow,

    This file implements a set of custom functions for creating and operating on multi-dimensional matrixes (ie, arrays). The matrixes are stored in global variables, using the evaluate method to simulate a "pointer" type within fileMaker. Even if you aren't interested in multi-dimensional arrays you should probably take a gander at this, I think the concepts here open some doors to more complex data structures. If you are interested in matrixes, you'll find some useful custom functions here, a tutorial on how to use them, with live examples of them working as you move through the tutorial. The user-level functions implemented include: - CreateMatrix( "…

    • 12 replies
    • 3.6k views
  11. Started by The Shadow,

    Here's another "object", implemented via custom functions using repeating global variables for storage. This one implements a date formatter similar to the c-library function strftime(), which uses % as an indicator of a special char to fill in. So for example, the call: FormatData( ; "Short year: %y weekday number: %u day of year: %j"; GetAsDate( “11/22/1976” ) ) Returns the result: Short year: 76 weekday number: 2 day of year: 327 The formatter maintains the text style present in the format, and new format code letters can easily be added. The current supported format letters are: %A - full weekday name %a - abbr weekday nam…

    • 0 replies
    • 1.8k views
  12. Started by Ohgo_Ohgo,

    Filemaker has a user FIND MODE. A Sort Records is also available FMP Scripting can restore preprogrammed Finds and Sorts but You have to program them and than program like....... IF this do that else if do something else ....... THIS is a DEMO for a dynamic way to do all this with a Scriptparameter send to a FileMaker native AppleScript ! It understands the following Commands FIND............. more FIND for OR Searches OMIT............. to omit certain records(multi) EXECUTE.....to FIND and OMIT the whole List of commands SORT............to sort the found set of records It is limited to the Layout You put the Find Button on ! You can…

    • 4 replies
    • 2.1k views
  13. Started by Stuart Taylor,

    I have read some other methods and not yet seen this one posted which is very eco friendly... It requires 8.5 and takes advantage of objects and parameters... There are plenty of simple tab faking examples out there ... this example is more about the reduction in labour and increase in speed that tabs themselves offer. hope you like... best stuart TabbedList.fp7.zip

    • 2 replies
    • 3.1k views
  14. Solution / Mortgage Amortization using FusionCharts Description: This is a FileMaker 8.5 file that demonstrates some of the new features in FileMaker 8.5 in a real world scenario. It uses Flash based FusionCharts to create graphs that you can mouse over to display values. The entire html and graphs are created from within FileMaker (no plug-in or even internet connection required). This file is free and open source. Download Here: http://www.swconsulting.com/whatwedo/filemaker/index.asp Working Under: Solution Status: Finished Pre-requisites: Author(s): Ben Goldstein Date: 10/01/06 Credits: Instructions / Other I…

    • 1 reply
    • 2.1k views
  15. Hello everyone, I've got a solution that will probably solve many of your navigation headaches. Ever get tired of leaving a layout, going to a different layout, and then returning to the first one, only to find all your tabs have been reset to their defaults? Well, have I got a solution for you! And it's free! Now you may be thinking to yourself... "Self, I've already seen lots of other solutions like this..." or have you... This solution only requires the following criteria: - Two scripts - One global variable - That the tabs you want to remember must have object names. - Only works in FM Pro 8.5 (either platform) Other advan…

    • 9 replies
    • 3.3k views
  16. Started by Lee Smith,

    I made this two file solution a couple years ago base on a couple of files available at layoutmode.com. This two file solution can be integrated into your file so that customer can change your [color:"Red"]"UGLY" schemes to their own [color:"purple"] "UGLY" schemes. Enjoy. Lee Buttons&Prefs.v5.zip

    • 1 reply
    • 1.7k views
  17. Solution / : Dynamic Color Background no Globals (CF) Description: Tested on with 8.5 Mac & PC Hope this is useful Working Under: Solution Status: Beta Pre-requisites: Author(s): StuartT Date: 05/10/07 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner. All files are deemed public domain unless otherwise indictated. Please backup every file that you intend to modify. bgcolorV2.fp7.zip

  18. Started by grumbachr,

    Solution / Contacts Module Description: Free open source Contacts module. Its a simple Database for keeping contacts. It uses two tables one for contacts and the other for contact details. Customize it as you see fit. Working Under: Solution Status: Untested Pre-requisites: Author(s): grumbachr Date: 04/12/07 Credits: Instructions / Other Info: I'm no FileMaker expert like many of you here. I've gotten some good advice from many of you and this solution uses some of the tip/features that I've gotten help with. This is away of saying thanks to the community here and maybe my chance to help out someone new to File…

    • 0 replies
    • 1.8k views
  19. After doing the Greyout menubar example i did a bit of further investigation. I have been aware for a while that you can customise the "Close Window button"... but ... you can customise many other window control buttons and the standard toolbar too. Yippee!!! Buttonless layouts and more real estate. best Stuart (i dont have time to put buttons on everything but you will get the idea) WindowandToolbarControl.fp7.zip

  20. Started by Stuart Taylor,

    Here is an example file that may allow a little control over greying out some MenuBar items... With a bit of thought may go some way to allow control over field only scripts, found set only scripts, form only scripts, list only scripts, privilege based locking, etc... Enjoy :( GreyOutMenuBar.fp7.zip

  21. Hello everybody, PLEASE DOWNLOAD THE ATTACHMENT AND TAKE A LOOK. I think this has the potential to be the most important post that i will ever make (a big statement huh) A while ago i posted a question: anyone know any uses for calculations that are stored globally... no replies which i thought was interesting. Well i did some playing around since then and found that it is very very powerful. Here is an example of a really simple to deploy and dynamic audit trail/change log. Its not perfect but it is the technique that i think is the exciting part. I have been unable to test this on a network but in theory i see no reason that the global fiel…

    • 13 replies
    • 3.5k views
  22. With the coming of Filemaker 7, I need to update this a little bit to account for how Filemaker stores dates and times. I tweaked the calculation a bit once more. I have also found that making this into a custom function with Filemaker Developer v7 is an awesome way to implement this. Since I am continually explaining this concept, I thought that I might post a FAQ on how to create a unique*, non-sequential**, non-random*** automatically entered record ID for you to use as the Primary key in your files for a relational database system. I give all of my files a PrimaryID_key, which is an auto-entered calculation into a text**** field. The calculation is th…

  23. FOR IMMEDIATE RELEASE - DEC 5, 2006 WHITE PAPER FOR FMP NOVICES - VERSION 1.11 RELEASE Salt Lake City, UT--DEC 5, 2006--David Kachel / Foundation Database Systems (formerly Codemasters Workshop) -- publishers of AutoNavigator 2.0 for FileMaker Pro -- Today announced the latest release, version 1.11 of their free WHITE PAPER FOR FMP NOVICES. WHITE PAPER FOR FMP NOVICES is a compilation of important advice not available elsewhere. No newcomer to FileMaker Pro should be without it. Updated and expanded from 91 to 98 topics, this white paper covers important subjects concerning the proper design of a database solution in FileMaker Pro and mistakes to be avoided…

    • 3 replies
    • 2.5k views
  24. Started by Genx,

    Hi Guys, Let([ Initial_Street = YourStreetfield; Initial_Suburb = YourSuburbField; Initial_PostCode = YourPostCodeField; Initial_State = YourStateField; Initial_Country = YourCountryField; Dest_Street = YourStreetField; Dest_Suburb = YourSuburbField ; Dest_PostCode = YourPostCodeField; Dest_State = YourStateField; Dest_Country = YourCountryField ]; "http://maps.google.com/maps?f=d&hl=en&saddr=" & //Initial Address Substitute(Initial_Street & ", " & Initial_PostCode & ", " & Initial_State & ", " & Initial_Country ; " " ; "+" ) & "&daddr=" & //Dest Address Substitute(Dest_…

    • 0 replies
    • 2.3k views
  25. This example solution shows a portal which allows the user to always enter data into the first row instead of the usual last row. This eliminates the need for users to scroll to the bottom of a long portal list before entering a new related record. The method used to do this is not highly complicated and requires [color:"red"]NO buttons, [color:"red"]NO scripts and [color:"red"]NO plug-ins. It only needs a couple of extra fields and an extra relationship, so works in FileMaker 4.x and 5.x for both MacOS and Windows. Although not tested, it should also work with 6.x as well as any future versions of FileMaker Pro (unless FileMaker Inc. makes major changes to the way t…

  26. Solution / Simple Navigation for Many Layouts Description: Hi Guys, I've come to highly dislike scrolling through filemaker's pop-up layout navigation for 20 seconds to get to a layout in my gradually larger solutions. To overcome this problem, i simply built a simple layout nav system for myself -- a table, and a drop down box -- see attached. If you wanted to categorize your layouts as i do in my real solution, then it's just another field and a simple relationship filter (conditional value list). Cheers guys, hope it's useful. Alex Working Under: Solution Status: Finished Pre-requisites: FileMaker Version 7 Autho…

    • 8 replies
    • 4.5k views
  27. The Duplicate record script step performs differently in v8. If you dupe a record when your records are already sorted the duplicated record will appear in the appropriate record position for it's sorted value. Previously a duplicated record always appeared at the end of the current found set, regardless of the sorting conditions.

    • 0 replies
    • 1.1k views
  28. Started by Ohgo_Ohgo,

    Solution / : Birthday Calculator ;-) Description: WARNING ? THIS IS A GREAT SOLUTION IF 1-2-3 DAYS ERROR IS NO PROBLEM !! SORRY I WAS WRONG Calculates Your Age in years calculates Your exact age in years months and days and calculates when the next PARTY is on ! Just a little fun out of my last sample file Working Under: Solution Status: Beta Pre-requisites: FMP 7 or FMP 7 Advanced Author(s): Ohgo_Ohgo Date: 01/22/07 Credits: - Instructions / Other Info: uses only native FMP calendar so should be exact ( not 365,25 years etc ) Should work in any System Time Date settings and maybe even…

    • 12 replies
    • 4.2k views
  29. Started by IdealData,

    Well I only just noticed this but there's a difference between Delete record Delete Found records Delete All records Delete record deletes the current record and leaves the current found set without the record just deleted (obvious). However, Delete Found/All records does not leave you with the current found set with the (just) deleted records - it leaves you with a found set consisting of all REMAINING RECORDS in the file. Beware, if you are scripting then the next script step could behave differently to the way you might see it.

    • 2 replies
    • 1.4k views
  30. Solution / Sample File Using FMP 7 native Time, Date & TimeStamp Functions Description: All this is probably nothing special if You ever took time to look at this functions before. Specially if you understood FMP counts Dates internally as days and Time and TimeStamps as seconds. If You never looked before this small sample file could give You a faster insight on how to calculate with this functions. the sample file shows how to calculate Time difference Date difference and TimeStamp difference same principe can be used to add or subtract this kind of “data”. It was less my wish to make it very elegant, than to make it underst…

  31. Started by Stuart Taylor,

    A simple trick to help when you want a table sort to work the way you want. Hope its useful. SortTableCorrectly.fp7.zip

    • 4 replies
    • 2k views
  32. Started by rivet,

    Solution / Sample data for sample file Description: I would like to post a type-ahead search sample but the data I have is sensitive. Does anyone have some sample data (e.g. movie descriptions). Working Under: Solution Status: Beta Pre-requisites: Author(s): rivet Date: 01/18/07 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner. All files are deemed public domain unless otherwise indictated. Please backup every file that you intend to modify.

  33. Started by Franco,

    Solution / yet_another_calendar and over booking Description: Description: i used the famose "yet_another_calendar" and i add the over booking show, the overlapped event is signed using a different color, just the overlapped time. Also i added the end-time to the event description . About the day show layout i made a small change. Do you like? By Franco Pagano Working Under: Solution Status: Beta Pre-requisites: Author(s): Franco Date: 12/31/06 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or di…

    • 2 replies
    • 2.4k views
  34. Started by Raybaudi,

    Hi all a simple joke... Hint: each "stripe" has its left, middle and right side ! Flags.zip

    • 4 replies
    • 2.2k views
  35. Hi all it's possible P.S.: For version 7 use: TextStyleRemove ( Alignment::Field ; AllStyles ) [color:red]vs TextFormatRemove ( Alignment::Field ) Alignment.zip

    • 2 replies
    • 1.9k views
  36. Started by Raybaudi,

    Hi all whichever record you'll delete, the relative number will come recovered on the creation of the next record. RecoverTheProgression.zip

    • 1 reply
    • 1.7k views
  37. Started by Raybaudi,

    Hi all a "sensitive" grid... but it needs 8.5 and EventScript plugin Grid.zip

    • 3 replies
    • 1.9k views
  38. Started by searanger,

    Solution / eBay Fees Calculator Description: This is a simple eBay fees calculation program for those of you who sell on eBay. It also has lots of great features for those learning filemaker. multiple criteria input validations and textcolor based on other multiple criteria. TextColor ( "Text" ; Case ( field1 = "Yes" ; RGB (255;50;50); field2 ="Yes" ; RGB (255;50;50); field3 ="Yes"; RGB (255;50;50); field4 ="value1"; RGB (255;50;50); field4 ="value2"; RGB (255;50;50); RGB (0 ; 0 ; 0) )) I could not find a sample like this on the forums when I was looking so I have included it here. Since the TextColor is new in version 6 I h…

    • 2 replies
    • 1.9k views
  39. Solution / Dynamic Search Description: For use in smaller solutions -- allows dynamic selection of fields and criteria Example Searches Possible: Exact Over Name Field: [color:blue]Roger or Aldo or John Finds all records where the names field is either Roger, Aldo or John [color:blue]not John and not Roger Finds all records where the contents of the name field is anything but John or Roger Partial Over Description Field: [color:blue]Fox and not Lazy Man Finds all records where the description field contains "Fox" and doesn't contain "Lazy Man" [color:blue]Fox and not brown Finds all records where the description field conta…

    • 2 replies
    • 2k views
  40. Started by Genx,

    Curiously enough, If you don't change the name of the layout that filemaker automatically generates when you generate a new table -- It will change when you change the table name. Just something i noticed that i thought was kinda cool..

    • 0 replies
    • 1.5k views
  41. Started by fmweb77,

    Hi! Here you can find some good example and tutorials for Filemaker 7: free sample download good tutorials sample download Version: v6.x Platform: Mac OS X Jaguar

    • 8 replies
    • 5.8k views
  42. Started by Pupiweb,

    Solution / Action Tabs Description: Hello -- Have you ever wanted to run a script clicking on a tab (I guess you did) ? With a little trickery now you can: http://www.buliga.it/TipFiles/ActionTabs.zip ... and you've plenty of room for other magics -) Working Under: 8 Advanced Solution Status: Finished Pre-requisites: FileMaker 8 or better Author(s): Pupiweb Date: 07/16/06 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner. All files…

    • 4 replies
    • 3.3k views
  43. Started by Ohgo_Ohgo,

    Solution / : Simple BarGraph - Level Meter Description: Sometimes You want to show some data in graphic form. Here a very simple Bar Graph Solution. Minimum FMP 8 Needs only one global Repeating Container field and one Calc field per Bar Graph. NO Fonts No Custom Function NO Script ! Working Under: Solution Status: Beta Pre-requisites: FM 8 minimum Author(s): Ohgo_Ohgo Date: 11/06/06 Credits: I hope nobody had that already ;-) Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written…

    • 0 replies
    • 2.1k views
  44. Started by Ocean West,

    One of my most favorite tidbits of knowledge that I gained while at Devcon (thanks to Andy Le Cates) was a very elegant method of setting fields by indirection. As you know the Set Field command requires you to manually choose a field in order to set it. But sometimes you may have a layer of abstraction or have a large number of fields to set based upon data contained in your records. Thus your script will be rather lengthy because you need to target each respected field. Well with a new feature of FMP 8.5 script step Goto Object and use of Layout Object names you can effectively set a ton of fields via indirection... Go to Layout [ “DEV - art” (art) ] S…

  45. Started by debdx,

    Solution / HTML Email Description: This solution is a example solution shows how to send Formatted HTML Email from Filemaker. Working Under: 8 Solution Status: Finished Pre-requisites: Author(s): Debabrata Pati Date: 05/12/06 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner. All files are deemed public domain unless otherwise indictated. Please backup every file that you intend to modify. HTMLMail.zip

    • 4 replies
    • 6k views
  46. This is a free application I have been working on for a couple of days. I have not done a lot of testing with it yet, but so far it works well. It is all Java, so it should run on Mac, Windows, and Linux The project homepages & download is at http://goldcougar83.googlepages.com FM Escape will generate "CREATE TABLE" and "INSERT INTO" statements from your FileMaker data through my FileMaker XML JDBC Driver. It has a preference tab to completly customize the generate sql to fit any sql database. It also replace all non-alphanumeric characters in fields names with a _ to make them SQL compliant. On the Connection URL, please use the layFilter so that you can d…

    • 0 replies
    • 2.3k views
  47. Solution / Duplicate records and mark Serial ID with letters A to Z Description: This sample file shows how to increase a serial number with a letter A to Z if You duplicate a record with a script. It avoids the problem of double serial numbers when You duplicate an older duplicate and always sets to the highest next letter. After 26 duplicates ( letter Z ) it switches to next available Serial number. A custom function with FM 8.5 List function is applied . Could also be used as a simple Archive if You mark the “old” records as inactive. Working Under: Solution Status: Beta Pre-requisites: NEEDS FM 8.5 minimum Author(s):…

    • 0 replies
    • 1.7k views
  48. Solution / Automatic FileMaker Backup during Development & for End Users Description: This FileMaker file is automatically “backup” ed when the FileMaker application is “Quit” , the last “Window” is closed and when ever the “QUIT” Button or “BACKUP” Button is pressed The Backup file is Time stamped for better archiving. Important: look at the File Options... under “File” to see the settings there User is warned if using a backup file ! (Very important !) Backup files a also backup-ed with double time stamps! Checks if File Name has been changed ! Has a adjustable Minimum Time setting (60s) between BackUps. Working U…

    • 3 replies
    • 3.9k views
  49. Started by Raybaudi,

    Hi all friends a little file for you. MouseOver and the ToolTip consciousness of REPs number, even if not active. Needs EventScript. _8_Duble_ToolTip.zip

    • 4 replies
    • 3.1k views
  50. Hi all friends try this one. Scrollable_checkbox_set.zip

    • 14 replies
    • 4.7k views
  51. Started by Stuart Taylor,

    You need 8.5 to use this file Dedicated to John Marks Visibility example on the Database Pros website which has always been my favourite trick. This is a trick for making a portal disappear, I've always wanted to do this. Its unlocked so see how long it takes you to work it out :qwery: ... is actually very simple but effective and would work for anything on a layout. Have fun :) PortalVisibility.fp7.zip

  52. Started by Stuart Taylor,

    Dear All, Attached is a file that i have spent alot of time on called FMWebWiki. (zip file attached below) It is a simple to use WebViewer HTML generator. It is tested on the Mac although I have tried to put support in for the PC. I consider this an Open Source Project and hope that you will benefit from it as it has alot of potential to add webviewer functionality. My hope is that others will post additions to the file to assist with the growth of the project. There is no password set on the file although it loads Custom Menus ... so you will need to load the FileMaker Menu to edit the file (under tools) I look forward to any contributi…

  53. Started by Stuart Taylor,

    [color:red](Please see update below) Here is an example of how to get an image from a text field. There are 5 examples 1. Webviewer only image (no fields or external URLs) 2. HTML including Image from a text field 3. HTML and Image Separated 4. How to convert images to text ... Externally 5. How to convert iamges to text ... Internally (Need help with this) hope its useful best, Stuart You Need FileMaker 8.5 to view this file JpegFromTextField.fp7.zip Store_Webviewer_Image_In_Database.fp7.zip

  54. Started by Coolboy,

    Having a hard time finding table occurrences on the relationship graph? Try this small stand-alone script file written with Vista-Task from Vista Software. Launch this file when your Define Relationships window is open and it will ask you to type the name of the table occurrence you need to find. Easy. Tested on Windows. I do not know if it works on Mac. Good Luck to all! FindOccurrence.zip

  55. height="100%" width="100%" cellSpacing=0 cellPadding=0 border=0> height="50%" width="100%" cellSpacing=0 cellPadding=0 border= 0> height="50%" width="50%" cellSpacing=0 cellPadding=0 border= 0>

    • 3 replies
    • 1.8k views
  56. Started by Coolboy,

    With the new Filemaker 8.5 and the new ability to assign object names to any layout object, you can now have your pop-up windows show up where you want them. For example, let's say you have a script that runs a report. When you run this script, it displays a small pop-up window with "StartDate" and "EndDate" fields to allow users to select a date range for the report before it runs. You have a button on a layout that runs this script. With Filemaker 8.5 you can have the pop-up window always show up on top of the button regardless of the location of the window at the time the button is clicked on. Here is how to do i! 1. Assign a name to the button that runs…

    • 0 replies
    • 3k views
  57. Started by Salesman0Gil,

    Solution / :/ Backup Batch File Description: Backup Routine Working Under: 7 Solution Status: Beta Pre-requisites: Win 2000/XP Server 7 Author(s): Salesman0Gil Date: 08/22/06 Credits: Instructions / Other Info: I'm not sure if this belongs here or not, but I wanted to share this simple batch file to backup databases from server. If it does not belong here, let me know. I use the built in Daily Backup built in to Server. This batch file copies and zips all that data in to a zip file. The name of the zip file will be the current date (ddmmyy.zip), and is stored on an external drive. It also includes a .txt file tha…

  58. Started by Fenton,

    This is a file developed by a friend, Soren Dyhr, to which I added English instructions. It uses the Insert from Index step in a rather unique way. The advantage of this method is that you can effectively run a script after the choice, either on change or cancel. The value list itself can come from most anywhere. In this example it's fairly straightforward, but it can be adapted to work with related value lists and files. IDXPast.zip

    • 4 replies
    • 2.5k views
  59. Started by Coolboy,

    Solution / People Finder Description: Finds people by phone number and name at Yellowbook.com, then extracts information to Filemaker fields. Great for contact management databases. Working Under: 8 Advanced Solution Status: Finished Pre-requisites: Filemaker 8.5 Author(s): Coolboy Date: 07/27/06 Credits: Instructions / Other Info: Instruction are on the file itself on the instructions tab; however, this is pretty much self-explanatory. Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner…

    • 3 replies
    • 2.1k views
  60. Started by Fitch,

    The attached file is quite bare bones, but gives a taste of nice effects that can be created with a minimal amount of scripting. Now if someone could show me how to turn this into a custom function... Version: Developer v7 Platform: Mac OS X Panther

    • 3 replies
    • 2.7k views
  61. Started by Matthew F,

    Unfortunately, Apple decided to change the iPhoto Library format when it upgraded from iPhoto v.5 to v.6. This means that photos are no longer stored in nested folders depending on their date alone. Instead they are nested according to "Year" and film "Roll". If you find it convenient to leave your photos in your iPhoto Library but to include references to them in your Filemaker database so they can be viewed in container fields then the strategy for providing links must change. Attached is a .zip file which has example calculations and buttons to link to an iPhoto Library on a local or remote volume for either a v.5 or v.6 formatted iPhoto Library. Image…

    • 3 replies
    • 2k views
  62. Solution / Stored Multi Field Finds - Simulated in a Filtered Portal with Paging Description: User can store unlimited number of Finds, recall by selecting from a Portal. Additional Fields can be setup and need a global field and a unstored calculation each. Functionality can be easy transferred to other Tables NO Custom Function, uses new List(field) function. NO loops and extra Layouts required. Uses a filtered portal to show the “found” records, relationship can also be used with GTRR Script step in Layout List form for e.g. printing. Stored Find string principally can be used in a Navigation system with BACK Buttons! (not included). …

    • 0 replies
    • 1.5k views
  63. Solution / Check Box Set (scrollable) & Portal Found Set FM 8.5 Description: Sometimes we have to tag records with "many" categories. Not always do we have enough screen estate. So rabaudi had the idea to make a checkbox set scrollable. For the Check Box this solution sample uses NO customs function, NO ValueList, and principally NO script for that functionality beside a commit script and Button navigation. Off course we also have to “find” this tagged records again and we might look for AND or OR values from the tags. With the new List(field) function in FM 8.5 it was very easy to make a Script for a Portal for Found Sets Working Unde…

    • 0 replies
    • 1.9k views
  64. Forgive me if everybody already knows this but I didn't. I am only just getting to grips with the wonderful world of variables. Roaming round the forum I was under the impression that globals could only be used for storing info and that a field would have to be created to display the info. Whilst that is true if one wants to show the variable on a layout I have just discovered that a variable or variables can be displayed in a custom dialogue and can be formatted along with other text in a message of up to 4 lines. See attached for example. You never know when it might come in handy Phil view_a_variable.zip

    • 3 replies
    • 2k views
  65. Solution / Xeno's Drag and Drop portal reorder (kind of...) Description: Just a short simple script that kind of simulates drag and drop to custom order records in portals. Note that unlike Xeno, Filemaker may actually reach the line. As no real data is modified and it only changes the portal sort order, this should be acceptable (and you could script a failsafe). This uses script variables, but could be done with globals to work with FM7 as well. -Raz Working Under: 8 Solution Status: Beta Pre-requisites: Author(s): Razumovsky Date: 06/28/06 Credits: Instructions / Other Info: Sets the portal rows Position fi…

  66. Solution / Portal To ValueList To TextList Description: This was a question in an other forum. Proof of concept only ! Records in a portal with ( a special sort order) a kind of listed up in a textfield like textfield1 , textfield2 , textfield3 ......... by using a ValueList and an unstored calculation. No script is used for the solution itself ! No Nth record is used ! Working Under: 8 Advanced Solution Status: Beta Pre-requisites: Author(s): Ohgo_Ohgo Date: 06/28/06 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular …

    • 0 replies
    • 991 views
  67. Solution / Check Box Set to Portal NO Script Description: This was a question for help in another forum. A check box set should be used in a solution to indicate certain interests of people. Only the checked interests should show up in a portal to select more informations and descriptions. scripts only used for button navigation Working Under: 8 Advanced Solution Status: Beta Pre-requisites: Filemaker 8 Author(s): Ohgo_Ohgo Date: 06/26/06 Credits: Instructions / Other Info: Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute f…

    • 0 replies
    • 1.4k views
  68. Description: Enter you vocabulary as records, as if they were flashcards or index-cards. Each day, run a test. This prints on A4. The 'run test' script updates all records, moving each one forward through the system. Working Under: 7 Solution Status: Beta Pre-requisites: Author(s) earthcalling Date: 02/06/06 Credits: Instructions / Other Info: VOLATS has two key elements:- -- Customisable 'flash-card', one card/record for each item of vocabulary. (This version is built for Japanese, but is easily changeable for any language - or indeed anything else you need to learn). -- A testing regime, which produces a 'daily'…

    • 2 replies
    • 3.8k views
  69. Started by xochi,

    A Lookup is a field that pulls a value from a related field. Unlike a regular calculation field, a Lookup will grab the related field value, and store it, never changing again, unless the key field relating the two fields changes. Benefits of lookups: 1. When the data may change a later date, but you need to remember the data at the time an event occurred (e.g. you want the price of an item at the time the invoice was created) 2. When the data must be indexed for performance reasons, since you cant index unstored calculation fields (and all calculations that refer to a related value must be unstored). 3. Lookups can be forced to "recalculate" with …

    • 48 replies
    • 15.3k views
  70. Started by Ocean West,

    Here is a little tip : I have 2 Macs (Mini & MacBook Pro) I am in the process of consolidating two solutions the target solution is on the Mini and I have the source solution on the MBP. I have been using a little control panel called Teleport by Abyssoft http://www.abyssoft.com This is very handy utility allows you to use 2 computers and a single keyboard & mouse. By moving to the other machine your dynamically switch to that CPU. If you turn on the ability to synchronize the pasteboard it becomes more powerful as now I can be in define fields or scripts and copy the desired elements move the mouse to the target computer and pa…

    • 0 replies
    • 1.3k views
  71. Solution / : Portal Found Set with Portal Paging Description: Proof of Concept only ! Working Under: 8 Advanced Solution Status: Beta Pre-requisites: Author(s): Ohgo_Ohgo Date: 05/21/06 Credits: To all the people who take time to put ideas and information about FMP on the web! Instructions / Other Info: Any refinements welcome Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post or distribute files without written approval from the copyright owner. All files are deemed public domain unless otherwise indictated. Please backup every file that you intend to modi…

    • 1 reply
    • 1.6k views
  72. Started by JerryD,

    Barcode CF or calculation to print barcode39, no special fonts, no plug-ins. Folks, please do me a favour, print one page sample on laser printer and then scan to check the result. I would like to know if this technique works with different scanners. You are free to use it in your solutions. Thank you Barcode39.fp7.zip

    • 11 replies
    • 2.7k views
  73. Solution / : A timer idea I'm kicking around for use in my project Description: A quick explanation: I need a timer that allows the timekeeper to start and stop the clock, and have the sum of the time added up automatically. My first impression was to use a couple of fields and some scripts to keep track of the times, add new times, etc. But it occurred to me that I could use relationships, and I thought I'd try it that way and see if it would work. The attached file is an extremely rudimentary proof of concept. The buttons could easily be replaced with a single button, and there is absolutely no error checking yet, as I'm more concerned with trying t…

    • 8 replies
    • 2.7k views
  74. Solution / : News, Weather, Stock Quotes in FileMaker Description: This is a FileMaker file that demonstrates how you can pull data from various XML sources on the web. Very ideal for building a portal type solution in FileMaker. It uses only FileMaker's built in XML capabilites (no plug-ins). This file is free and open source. http://www.swconsulting.com/whatwedo/filemaker/index.asp Working Under: 8 Solution Status: Finished Pre-requisites: Connection to Internet Author(s): Ben Goldstein Date: 05/09/06 Credits: Steve Wilmes Consulting, Inc. Instructions / Other Info: Disclaimer: FM Forums does not endorse or…

    • 8 replies
    • 2.8k views
  75. Solution / : Email Invalidity Tester Description: Checks for invalidities in email address syntax and displays results in a calc field and an auto-enter calc field. The use of 2 different fields to display results is to provide the user with: a.) A warning that a syntax error has occurred (red text) b.) An explanation of the error in a Tooltip that helps the user fix the problem. Overview: If any of the syntax tests in the calculation fail, the result is an explanation of the syntax failure and is displayed in a Tooltip when you hold the mouse pointer/cursor over the email field. Tooltip doesn’t display if text in email field is not red. The e…

    • 8 replies
    • 1.7k views
  76. Solution / Tiki drink database / inventory / random drink Description: I made a drink database I did that for a luau we had for the holidays. It's in filemaker pro 7. Everything is straight forward, how to enter a new drink, how to manage your inventory, if you click on recipes it will give you drinks you can do with your inventory. If you click a Tiki God anywhere in the database you will get a random recipe. In there you have an inventory and drinks already there to make it more enjoyable. I hope you enjoy it. http://www.project-hyrule.com/cocktails3.fp7 Working Under: 7 Solution Status: Beta Pre-requisites: Author(s): mar…

    • 13 replies
    • 2.3k views
  77. Started by overrider,

    just another scripted tabs example scripted_tabs.fp7.zip

    • 0 replies
    • 1.6k views
  78. Solution / A simple, single file storage db Description: Still feature incomplete, I slapped this together to keep track of my Filemaker db files that I make to test out different techniques. There is a rudimentary versioning system, a large description field, a diff field for noting whatever changes are made between versions. Files are stored in a related table, and the most recently modified file record is sorted to the top, and positioned in the layout as an icon, right next to the description field. From here, it should be relatively easy for someone to add any features they feel like. I just thought I'd share this because may help some FM hobbyists f…

    • 16 replies
    • 2.9k views
  79. Description: You have Fields in your DATA table [tab]City [tab]State [tab]Zip You want to lookup the City and State based upon the data entered into the zip code. Set up the standard relationship... "data" table to your "city_state_lookup" table using the zip code as the match field. Now you want the inverse to trigger a lookup of the zip code or at least the first matching zip code based up on the city and state entered. Setup another table occurrence of your zip code table "zip_lookup" to your "data" table using the city and state fields as multi-predicate relationship. Then in your auto-enter calc field of the zip code field in yo…

    • 6 replies
    • 2k views
  80. Started by Raybaudi,

    Hi all friends Pre 8 it can't be made ! But with the new version, playing a little, we can push a button and never have a button again ! We couldn't see the "hand" anymore , neither the dark shadow. DimmedButton.zip

    • 7 replies
    • 2.9k views
  81. Started by DanBrill,

    Hey, I wanted to integrate label printing with a Dymo label printer into my solutions for things like bar codes, address labels, shipping, badges, etc. But I found out that this was a real pain because you need to make special layouts, and switching between printers is a nightmare when Applescripting is not an option. So I dug around the Dymo site and found that they provide a software developers kit. I was able to build a command line interface to my Dymo printer. I can issue commands to it directly with the FM Send Message script step now. No additional layouts, no user intervention to switch printers, no plug ins. Attached is an FM demo file, the int…

    • 8 replies
    • 6.7k views
  82. [blurb] [color:red] The authors have been advised by FileMaker, Inc, that "FileMaker is planning a product update that allows FileMaker Server to continue to process most queries against unstored calculations, and thus addressing much of the current performance issue." [big]PERFORMANCE REGRESSION IN FILEMAKER® PRO 8.0V2 AN ANALYSIS AND RECOMMENDATIONS[/big] By: Steven H. Blackwell, Management Counseling Services Deborah A. Fuchs, Aptworks Consulting Wim Decorte, Connecting Data The 8.0v2 updates to FileMaker® Pro 8 and FileMaker® Pro 8 Advanced contain a very significant, virtually unheralded, change to the operation of the pr…

    • 16 replies
    • 7.2k views
  83. Started by Canucks,

    I've successfully run FM 7 pro on linux with Wine. Quick installation Guide - Any linux distribution ( I've tested on Fedora 3 and Redhat 9 ) - Lastest Wine version ( Wine 0.9-2 ) During installation, you may find the field box for registration key is not long enough. Try ommit - on the registration key. If anyone needs help on installing please feel free to ask me.

    • 7 replies
    • 2.5k views
  84. Started by Raybaudi,

    Hi all friends a way to don't ! NoClose.zip

    • 10 replies
    • 2k views
  85. Started by Raybaudi,

    Hi all friends an utility BAR for your FileMaker. It needs S4U EventScript. MonthsBar.zip

    • 0 replies
    • 1.5k views
  86. I have been suffering with generating a report that will place data in the header if a subsummary goes across a page break while not duplicating the data in the subsummary if it occurs at the top of the page. Hope this points someone else in the right direction. Let me know if you have improvements. ReportTest.fp7.zip

    • 0 replies
    • 1.1k views
  87. Started by The Shadow,

    This example shows a date-picker table that can pop up in a new window to allow graphical editing of a date. You can see it with FM7, but there are a few custom functions it uses you won't be able to look it.

  88. Started by Fenton,

    Solution / Picturess7_PC Description: This is much like the Photo Catalog that came with FileMaker 7, in that it has a "contact sheet", using much the same technique for that (except I added going backwards). It also has a few different layouts to display the picture, depending on whether it's close to the layout size, or larger. It is designed more for referenced pictures, imported. It's not the end-all of catalogs. The reason it's called "PC" is because I stripped out a lot of AppleScripts, so everyone can use it, and so it's less complex. (P.S. I know Pictures only has 1 s. I have too many Pictures files :-) Working Under: 7 Solut…

    • 1 reply
    • 1.5k views
  89. Solution / Mayan Birthday Calculator Description: Now you can implement the Mayan Wavespell and find out the signs of all your contacts. Working Under: 8 Advanced Solution Status: Beta Pre-requisites: Author(s): vierdewereld Date: 04/10/06 Credits: All Mayan researchers Instructions / Other Info: It's a start so. Your input for improvements are more then welcome. The longcount I got thanks to Mr. Comment: http://fmforums.com/forum/showtopic.php?fid/36/tid/175760/pid/201251/post/201251/#201251 Disclaimer: FM Forums does not endorse or warrantee these files are fit for any particular purpose. Do not post …

    • 0 replies
    • 2.9k views
  90. Started by Raybaudi,

    Hi all friends if you wish no ¶ into your text fields ! No__Allowed_.zip

    • 11 replies
    • 2.4k views
  91. FOR IMMEDIATE RELEASE - MAR 23, 2006 WHITE PAPER FOR FMP NOVICES - VERSION 1.09 RELEASE Salt Lake City, UT--MARCH 23, 2006--David Kachel/Foundation Database Systems (formerly Codemasters Workshop) -- publishers of AutoNavigator for FileMaker Pro--Today announced the latest release, version 1.09 of their free WHITE PAPER FOR FMP NOVICES. WHITE PAPER FOR FMP NOVICES is a compilation of important advice not available elsewhere. No newcomer to FileMaker Pro should be without it. Updated and expanded from 79 to 86 topics, this white paper covers important subjects concerning the proper design of a database solution in FileMaker Pro and mistakes to be avoided. No…

    • 0 replies
    • 1.5k views
  92. Started by Paolo,

    This tutorial demonstrates how to generate a printed index for a printed report. (Attached there is an archive with the sample FileMaker 6.0 file PriceList.fp5 and the IndexMaker application [MacOs X] w/source code. The sample can be easily ported to higher versions of Filemaker.) Suppose you are a reseller and want to print, for your customers, a price list of the items you sell trought your store. For each item the following informations are provided: id, description, brand name and price. Open the PriceList.pdf file and run the script “Show Price List”: you can see it. It is ready for printing, sorted by brand. (For this sample it is populated with rand…

    • 2 replies
    • 2.6k views
  93. Description: What does this FileMaker demo file show ? Switching printers in OSX (I use 10.44 -10.3 should be ok) using AppleScript commands What can You use this for ? Always if You want Your FileMaker program to print on a specific printer or when You have more then one printer e.g. a Label printer in use. Using two printers to speedup printing or color and monochrome printing.... What is the problem in the first place ? OS X always marks the last used printer as the default printer. (: true?) FileMaker gives You the possibility to select a printer when You use the FileMaker Script step Print[], but when the Script is run it takes the default printe…

    • 1 reply
    • 1.4k views
  94. Started by Dane,

    Got this tip from Mark (I didn't catch his last name) at a CAFDA (Chicago Area FM Developers Association) meeting this morning. (It may be Mac-specific; not sure you can "print" to a PDF from the Windows platform unless you have Acrobat Distiller or some other PDF Print driver installed.) Open a file in FMP 7 or 8. Open Scriptmaker (Command-Shift-S) Click on a script name, the Select All (Command-A) so that all the script names are highlighted. Click on the Print button. Don't actually print, but save as a PDF. Open the PDF (on a Mac that'll be in Preview, by default) and search for "Missing>". Any problems in your scripts with Repeat, searching f…

    • 2 replies
    • 1.3k views
  95. Started by grantwood,

    This is an attempt to create a calendar without having to use a large number of relationships/portals, or create a large number of placeholder records. The only records that get created are the ones for the actual events. This solution is unlocked, and I certainly welcome any feedback. Please email me at the address listed below. Here's a screenshot: Month View Some notes: 1) This is definitely a work-in-progress. I'm all for making this a robust, open-source solution. 2) Right now there is no GUI for adding/updating events, but there is a "Event List" button in month view. 3) When in month view, clicking on any day number will take you to day…

    • 5 replies
    • 2.7k views
  96. Started by JerryD,

    New version. Require FM8

    • 11 replies
    • 3.4k views
  97. Description: In answer to a question on another forum: I would like to have a calculation field that returns the rank (e.g. 1st, 2nd, 3rd or even just 1 2 3 etc...) of another field's contents with respect to all records (and for a group of records). It would seem that something simple as this would be built in, but apprently it's not. Using the Status(CurrentRecordNumber) won't really work as the records are sorted in a variety of other ways and not with repsect the field in which I would like the rank. I'd prefer to do it using a math formula. I've tried searching everywhere in FM documention and this and other forums without success. Here is t…

    • 2 replies
    • 1.5k views
  98. Started by LaRetta,

    Good grief, what a name! The Field Factory? Well, I'm very excited about this so I want to make it available. If you care about conditional displays of background colors on a field - or displaying labels or messages over fields - AND you need these effects to happen on a per-field basis (based upon other calculations or conditions), read on ... There are many times when it would be nice for a field background to highlight, ie, User enters 'Contractor' in another field and you want a Commission field to turn blue; or you want the field label inside the field to save layout space (and unclutter the layout). Or maybe the Business wants a particular message over a fie…

    • 22 replies
    • 4.4k views
  99. FOR IMMEDIATE RELEASE - JAN 23, 2006 UNIVERSAL CAPITALIZER FOR FMP CUSTOM FUNCTION - VERSION 1.0v2 RELEASE Salt Lake City, UT--JANUARY 23, 2006--David Kachel/Codemasters Workshop -- publishers of AutoNavigator for FileMaker Pro--Today announced an update, version 1.0v2, of their free UNIVERSAL CAPITALIZER CUSTOM FUNCTION SET FOR FMP. This update fixes a minor bug that causes the professional title "D.D.S." to format improperly under some circumstances. It also adds a new override feature; the double-tilde (~~). The double-tilde will cause any text following it to appear in all caps. This is useful for such things as professional affiliations that are g…

    • 1 reply
    • 1.7k views
  100. Started by overrider,

    Description: hello all, i use attached file to track (purchase and issue) stationary in our office. it also has a way of calculating on stock items. feel free to use, comment, or improve NOTE: this file is quite stripped down to what i needed in the office. for example, the included purchase order printout is never meant to actually go to a vendor. instead it is printed, given to someone to go and buy the stuff. mark the bought items and return to the printer. Working Under: 8 Advanced Solution Status: Beta Pre-requisites: Author(s): overrider Date: 02/19/06 Credits: Instructions / Other Info: Disclaimer: …

    • 0 replies
    • 1.2k views

Recently Browsing 0

  • No registered users viewing this page.

Who's Online (See full list)

  • There are no registered users currently online

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.