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 rivet,

    After voting up the 'Time Picker' suggestion in Filemaker's new Product Ideas, I thought perhaps I could just simplify the method of input without a picker and without punctuation. - enter times using only numbers. - AM/PM is determined by the Workday Starting Hour. - use punctuation to override. NOTE: - the Workday Starting Hour only considers hours 1-12 right now. - I have added a 'clamp' in the time fields auto-enter calc to the keep the start and end times logical. Enjoy and please post any improvements RIVET_rapid_time_entry_v1.zip

    • 5 replies
    • 5k views
  2. Started by Ocean West,

    • 0 replies
    • 1.8k views
  3. Hi all, it took a while to get this done but now I'm pleased to announce the "DevCon 2015" edition of a pack of Replacement icons for Filemaker from 11 to 14… well, to save work it is for the next version too (not sure if it's called 15 ;o) Download is FREE Have fun pixi

    • 3 replies
    • 2.5k views
  4. We got a new video for you about our latest functions for FileMaker 16. While talking to other developers at dotfmp conference in Berlin, a few developers told me about the new card window feature in FileMaker 16 lacking a few details in functionality. A quick check showed that a plugin could of course monitor mouse clicks and trigger a script if a click is done outside a given area. The new EventMonitor.SetCardWindow function allows you to define where the card is and which script to trigger in case of a click. This script can than clear the trigger with EventMonitor.ClearCardWindowand close the card.Please try next week the new plugin and this feature and let me know ho…

  5. Hi All, I am happy to present the FmDynamix project, including cfCall () and #load (), my new 2 custom functions .... In an interest to further test FileMaker more and more ... I tried to give you a presentation of this new method, as explicit as possible, I hope to have succeeded ! You have the description and the presentation here, and take before the file demo : fmx_FmDynamix_Presentation.fmp12 I hope that this file will give you the urge to see this method, I do not think I have view of similar thing I hope that this "modularity" will please you and will give some ideas, feel free to test and give me your comments ! Thanks for your interest Agnès …

      • Like
    • 5 replies
    • 2.7k views
  6. Started by rivet,

    Here is a trick I use on popovers, since its difficult to place an object edge to edge on them without activating the scroll bars. select the object set fill to gradation pull the left and right gradation handles tight towards each other

      • Like
    • 6 replies
    • 2.5k views
  7. Started by comment,

    A silly game - or ... ? Psychic.fp7.zip

      • Like
    • 21 replies
    • 9k views
  8. Repeating fields are legacy feature in FileMaker however they do have their uses. I was trying to create a report with columns that would slide up to the height of the maximum field the problem with using regular fields and turning on any borders on the fields the sliding up of all above or directly above did not produce the desired result some columns would be shorter then others and the lines would not be consistent from the top of the body to the bottom. In this case the columns are all the same width so I thought the use a calculation will be able do the trick. With the final result sliding up to the height of the largest column, with a lit…

    • 3 replies
    • 1.5k views
  9. Started by Steven H. Blackwell,

    The deadline for submitting Program Proposals for the 2017 DevCon is fast approaching: just a little over a week left. There is a new format for this year. There is more information here: https://community.filemaker.com/community/devcon-2017/pages/about-devcon-2017 Steven H. Blackwell

  10. Started by rivet,

    for those using lauchbar's wonderful snippet feature, here are all the functions for the BaseElement plugin BaseElements_snipits.zip

    • 0 replies
    • 1.4k views
  11. When i use a local robot to create pdf files or other, i have a problem when the connection go down, filemaker loose every reference to the remote file. The only way is to close the file and open again, i solved this problem on Mac using this apple script. 1) The AS check the connection if ok open the file. 2) If the connection go down then the AS close the file and wait until the connection is up, at that time it reopen the file. 3) if you close the file then the applescript quit it self. I am not a Apple script developer, i assembled it using few examples, then probably isn't well done but it work. --------------------------------------…

  12. Just a basic sketch with (almost) no frills. Compare previous implementations: Excelisys Hierarchical Portals: http://www.excelisys.com/tips-tricks-filemaker-downloads.php Mikhail Edoshin: http://edoshin.skeletonkey.com/ HierarchicalPortal11.zip

      • Like
    • 45 replies
    • 21.3k views
  13. Just with installing 6.4pr8 (or newer) MBS Plugin, you get a new context menu in your script workspace. You can activate / deactivate script lines, copy, cut and paste. Enjoy! See picture

  14. Started by Steven H. Blackwell,

    Some familiar FileMaker faces in this video:

  15. Started by rivet,

    2016_fmp_iconPack_v2.zip

      • Like
    • 14 replies
    • 3k views
  16. Hi all, If anyone else is using Parallels 12 on a Mac this may be of use to file away somewhere. I run my development FM 15 Server in an OS X El Capitan Parallels environment. Host machine is OS X Server, VM is OS X. FileMaker Server runs on the VM. Generally works well for me. Upgraded to Parallels 12 when it came out a few weeks ago. Had to replace my backup drive as it wasn't big enough. The new drive is 4 tb, USB 3.0. The Host computer would see the drive but when I tried to attach it to the VM it would vanish - neither the VM or Host would see it, nor would Disk Utility on either side. Only way to get it back was to reboot the Host…

    • 2 replies
    • 1.9k views
  17. Started by rivet,

    A while back I wanted to see if I could emulate the UI of Reeder3. While not very practical, there is a bit of an illusion that is kind of interesting. The sample has two layouts. The one you see in the gif and another with actual data. Enjoy RIVET 3 panel slider.zip

    • 3 replies
    • 2.1k views
  18. I have 4 layouts for a form that we print and the script goes to the layout for the form 4/6/8/12 depending on the data (wells) in the record. It turns out they need to batch print and its convoluted to write a print a script to switch layouts in an automated fashion. So I had revised it by using hide object when and stacked all the elements up on the layout but it turns out to be rather ugly in layout mode. this was using repeating fields in order to get the desired data to show. But then i decided on a better method - using button bars and hide objects. This essentially does the same thing but much easier to see in layout mode. Now I ca…

    • 1 reply
    • 1.5k views
  19. I needed a way to notify users that the server just received X number of new emails as I am using a server side plugin (360Works) to fetch mail every few minutes. However unless someone actually does something that triggers a script they have no visual notification in the database to know there is new mail waiting. Or they have to leave outlook/mail open just to hear the chime. I would like to introduce to you Boxcar http://www.boxcar.io an app/service that uses the push notification protocol to alert you on your iPhone with audible alerts, visual banners, badges, to see when an important event happened. The setup is this: Sign up for Boxcar - you can cho…

  20. Started by Wim Decorte,

    http://www.soliantconsulting.com/labs/2016/05/filemaker-15-executive-summary

    • 0 replies
    • 1.3k views
  21. Started by comment,

    Yet another way to quickly create multiple requests, one for each searched field. Requires version 10. Note that the list of fields to search could be created automatically by placing the fields on a layout (of another table!) and getting them via the FieldNames function. In both cases, fields can be freely renamed, and do not need to be named as layout objects. SearchMultipleFields10s.fp7.zip

    • 3 replies
    • 6.2k views
  22. Started by Ocean West,

    Not a fan of reading a tome on a computer screen, too many other distractions to get you thru the content that really want to read? Check out Spritz which has a Spritzlet that you can add to your browser bar and then read long form text on most web pages. http://www.spritzlet.com After a bit of practice you can be reading more then 450 words per minute, and actually retain more of what you read. Although it works for narrative text - you may need to be selective when trying to consume technical articles or codes with a lot of examples. Cheers Stephen

    • 0 replies
    • 1.8k views
  23. Do you travel a lot for your job and need the best route possible to save time and money? Learn how to connect your FileMaker solution with the Google Maps Directions API for route optimization! Free sample file and video included. https://www.dbservices.com/articles/filemaker-google-route-optimization/ David Happersberger www.dbservices.com

    • 0 replies
    • 2.1k views
  24. Started by Raybaudi,

    Little tip ... It often happens that we wish to not allow pasting in a field. It 's simple, just two steps of a script and the trigger OnObjectEnter Set Selection [ Start Position:1 ] Copy [ ] Copyng an empty selection clears the clipboard.

      • Like
    • 12 replies
    • 5.8k views
  25. In my view, in the world of FileMaker Server the concerns of owners and admin with FMS11 and earlier are little different to those of FMS14 admins today. Yes, the product has developed and we now have the new appearance layer from 12 onwards, and WebDirect from 13 on. But, the underlying issue remains, how do you get to understand FileMaker Server and get the best out of it, when it is trivial to build a very "bad" FM solution that is slow and unscaleable and when FMI provides no comprehensive and clear advice? FM software does little to prevent folk using the freedom of FM in that manner, because as an "enabling" and "accessible" type of software it lacks the controls…

  26. Here is a demo of how easy portal sorting can be done in FM12. This demo uses the calculation that Tom Fitch provided a while ago with his portal sorting technique but one can use the PositionValue custom function as well. Portal_sort_fast12.zip

      • Like
    • 36 replies
    • 25.4k views
  27. Do you have a FileMaker Server with connections for WebDirect/FileMaker Go? Read this article to learn more about how you can save money before price increases in May! FileMaker Server Connections Renewal Price Increase David Happersberger www.dbservices.com

    • 0 replies
    • 1.9k views
  28. You know a language that can reply as XML, and you would like to have your own "plugin?" Here is my outline/proof of concept; example written in PHP: http://wethecomputerabusersamongst.blogspot.com/2013/10/execute-php-script-from-filemaker-with.html There is also a contributed example using Ruby, NodeJS, ASP, or your favorite language that can deliver XML over TCP/IP( with some async approaches this may or may not time out. )

    • 0 replies
    • 1.5k views
  29. Deskspace Systems Limited in the UK have just released the Review Edition of the Deskspace rwApp Responsive Web-site Builder. It is of course built 100% in Filemaker. You can find out more and download it here: http://www.deskspace.com/rwapp_features.html Cheers, Nick Like many other web site builders... the rwApp Responsive Web-site builder enables you to write and edit your pages and immediately see how your page will appear. But there are two very big differences you will notice after comparing the rwApp Responsive Web-site builder with its competitors... (1) the rwApp Responsive Web-site builder is very very fast, both to render wh…

  30. See this article: http://www.macnn.com/articles/16/02/16/not.so.much.an.app.more.a.way.of.life.132570/

  31. Since FM14 came out with the new button bars having the ability to calculate data on the fly on layouts for display purposes has been great - the fact that you can display data without a dedicated calculated field or extra relationships just to display a bit of information. So I am generating a document that prints a portal however the data is not connected to the portal in the traditional parent / child relationship - but rather it's showing related data for the given product kits. This invoice line item record is not "parent" to the portal of kit items. That presented a challenge - originally i had a convoluted way to generated this report using a virtual lis…

    • 1 reply
    • 2.4k views
  32. Started by Richard Fincher,

    Anyone have any experience of using barcode scanners with FileMaker, ie reading barcodes on boxes with a physical scanner, perhaps connected via usb? Or Bluetooth? Intended Usage is for stock control.

    • 5 replies
    • 2.8k views
  33. Started by rivet,

    Awhile ago sixfriedrice.com had a great article on using the webviewer without the web. What was missing was a way to hyperlink back to the actual database. Well it is now possible by calling the FMP internet protocol along with a script name, a parameter and a variable. This example uses the FMP url to view a related record and set a field value. (hosted file only, I have to look at local file possibilities ). Along with this feature, FMP12 has also blessed us with the ExecteSQL function which is used here to compile all the data, reducing the need for all those messy TOCs. Enjoy. PS. if anyone can solve my line numbering in the html lay…

      • Like
    • 4 replies
    • 3.5k views
  34. Hey, Just wanted to let everyone know about a little module we put together for geocoding and mapping. Simple to install and free to download. I'd love to hear what people think. http://msnmedia.com/blog/2015/04/10/geocoding-and-mapping-module-filemaker-pro

  35. Started by rivet,

    I had a client who took extensive notes during phone calls and occasionally they would loose the notes because of an interuption between FMP client and server. To help with the issue I created a small script to auto-save the notes on a timed interval, while the field is active. In this example I have the interval set to 12 sec. and to give the user an indication of when the auto-save happens, I have scripted an apple notifcation for Mac (10.9+) users and a title bar change for PC users. -enjoy If you see any way of improving please post update sample. RIVET field auto-save v1a.zip

    • 6 replies
    • 1.8k views
  36. This teaching is part of the Design Masterclass course [ DESIGNmasterclass.co ], but it's not quite ready for prime time yet, and that's why we're posting here! A select group of Design Masterclass alums are set to meet with us this Tuesday, Sept. 15 at 11:30 EDT, to review the teaching in private. There are TWO slots still open for that meeting, and we are looking for experienced designers to join us for the conversation. We prefer to find: Alums of the Design Masterclass or other app design training Software designers or project managers with experience leading software teams If you'd like to join us for a 60-minute roundtable discussion, please contact me here, o…

  37. Started by kigmaker,

    Just one script for all buttons, all layouts and all windows. Sorts occur dynamically. Each column restores it's last sort order and a default sort order can be set for each field type. Any comments or suggestions appreciated. Smart Sort List View.fmp12.zip.001

    • 2 replies
    • 2.8k views
  38. Started by rivet,

    I find the v14 breakpoint icons just a bit light, so here are two replacements to be placed in: Filemaker/Content/Resources breakpointicons_content-resource.zip

      • Like
    • 3 replies
    • 1.7k views
  39. Started by Mark Scott,

    [Content moved by OP from "FileMaker 14 Script Workspace" forum] Man alive, how long have FM developers pined for something like this!!! One thing about the Script Workspace is that it continues to reveal its secrets the more you work with it. Here are a few tips that make scripting faster and more fun to boot: 1. How do you insert a Comment line? The obvious way, of course, is to type a hash (aka "number/pound/octothorp") sign (simultaneous right pinky on the Shift key — left middle finger on the 3, or some equivalent thereof on other keyboard layouts), then type your comment. But try this instead: Hit Space, followed by Return, then comment away. (Space drops d…

  40. Started by rivet,

    Version 14 has made me rethink my custom debug keys. I have attached the macros for anyone using Keyboard Maestro FMP_debug_keys.zip

    • 0 replies
    • 1.1k views
  41. Started by rivet,

    Three new Filemaker icons (13, 12, 11) for your newly installed OS X 10.10 Enjoy Filemaker_Yosemite_Icons.zip

      • Like
    • 7 replies
    • 4.1k views
  42. Started by rivet,

    For anyone using LaunchBar (Mac) and is aware of the snippet feature, attached is a set of Filemaker Function Snippets. Since LaunchBar searches by the snippet name, I have added spaces to the file/function name to speed up the results. i.e. 'Get(ScreenWidth)' is 'Get ( Screen Width )', this mean you can retrieve the function by typing 'gsw' A snippet is a simple text file with the function inside. You can edit the file to customize the pasted results, which I have done with a few of them. To install, unzip the attached file, and place all the .txt. files into: ~/Library/Application Support/LaunchBar/Snippets enjoy More Info: http://www.obdev.a…

    • 1 reply
    • 2.5k views
  43. Started by Genx,

    Solution / : Multiple Portal Row Selection Description: This file will show developers how to allow end users to "select" portal rows in a single or multi user environment and display that selection. Further it allows selection of multiple portal rows simulating general OS functionality. Solution Status: Finished FileMaker Version: FileMaker 7+, FileMaker 9+ Author(s): Genx Date: 09/11/06 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 indicated. Ple…

    • 26 replies
    • 16.9k views
  44. Using FileMaker Pro to generate Code 39 barcodes without the need for fonts or plug-ins. By Doug West, Product/Project manager for Excelisys. This FileMaker Pro file demonstrates the use of conditional formatting with a repeating field to draw the bars of a Code 39 (Code 3 of 9) barcode. This FileMaker Pro code 39 barcode generator uses a series of 16 “slots” per character which appear as wide or narrow bars. The intermediatebarcodeBitFlags field simply tells each repetition of the repeating field whether or not to use a background fill color, creating the bars. For the repeating field to display properly, the width must be set to 1 pt for each repetiti…

      • Like
    • 7 replies
    • 6.5k views
  45. http://bluefeathergroup.com/blog/importing-xml-data-into-filemaker-using-xslt-xsl-style-sheets/ I've written a new post about how to create XSL Style Sheets so that you can import data from XML data sources into FileMaker. Please let me know if you have any comments.

    • 1 reply
    • 4.1k views
  46. For those looking for a way to do caller ID integration with FileMaker . . . . Here's what I have going. The US patent office's examiners each have a unique phone number, which we have stored in a database. When a phone call comes in on our VoIP phone (our provider is Phone.com, but Call Centric looks better and better), an AppleScript is trigger, which triggers a FileMaker script to show all the relevant patent applications we're working on with that examiner. Even before the phone is answered, we know who the person is, and what application(s) he's going to be discussing. The glue between our VoIP phone and FileMaker is a Mac program called Phone Amego. I hi…

    • 0 replies
    • 3.5k views
  47. Started by CobaltSky,

    I'm pleased to announce the availability of the first group of a series of new and updated demo and example files for FileMaker 13. The first ten demos in this series are available immediately and include a mix of new techniques based on the features of the FileMaker 13 platform, along with updated versions of some of our previous demos (reworked in light of the new features). This set of demos showcases a number of our favourites among the features of FileMaker 13. Eight of this first set of FileMaker 13 demos are unlocked, so that you can access the code. Two are preview-only (code available to registered users). These include an update to version 2.0 of our UltraLo…

    • 8 replies
    • 4.4k views
  48. I've gotten a lot out of this forum, so I try to pay it forward when I can, even though it'll likely only benefit newbies. I have an "image" button that is tied to a popover. So you click the button, and you get the popover. Easy enough. Usual UI interaction is that if you click the button, the popover appears, and if you click it again, the popover disappears. Again, all typical FM stuff. FM does not allow conditional formatting of image buttons to change the color. I wanted to emphasize to the user that for the layout field in question (in the popover), data has been entered. So I created another layout object -- an oval/circle surrounding the image button…

      • Like
    • 3 replies
    • 2.1k views
  49. Background. A record in a table is related by a field to a field in another table. To select the related record, I use a dropdown box that shows all the relevant field values that can be selected from. The issue is, if the desired value is not there, you want the user to be able to enter a new value, and then automatically create a record for that new value in the related table.  I was having trouble with this issue previously, and decided to take another look at it. I came across the following solution, which is worth reposting here.  http://forums.filemaker.com/posts/d11c45f9f8  Here's the relevant section.   Now, for whatever reason, this d…

  50. Just wanted to share with everyone that there is a great way to visualize tree-like structures, using GraphViz (GraphViz.org), which is an open source command line tool. Basically, I have FileMaker create a text file indicating the nodes in the tree (corresponding to records), and the edges among the tree (corresponding to relationships).  For Mac users, the Mountain Lion version you can download at the web site also works for Mavericks; I'll be testing it to make sure it works with Yosemite, too.  You have a script generate the text file (I have a recursive script that goes to each child, until a record is reached that doesn't have children), and then call the …

    • 1 reply
    • 3.6k views
  51. Started by rivet,

    Not sure if v14 will update the toolbar icons. So for now I have converted a handful of the icons to flat. OS X: right click application icon and put icons in: /Contents/Resources FMP_toolbar_icons_v0.7.zip

    • 8 replies
    • 3.7k views
  52. The recent cyber attack on Sony Pictures serves as a new, additional, and very loud wake-up call for businesses all over the world about the need to protect digital assets. Organizations who use the FileMaker Platform to manage their businesses and whose databases contain proprietary and sensitive information, business process control methods, or financial data especially need to be diligent about data protection. If you are a small business, an education institution, a not-for-profit organization—all typical FileMaker Platform customers—you are just as much at risk as are large multi-national organizations, perhaps even more so than they are. As I have noted before, F…

  53. hey everyone. thought I would share this interesting technique. I have a solution where users email measurement data from an Ipad (the measurement app is 3rd party, not FMGo). It is delivered in the form of an attachment XML file. I created a unique gmail folder/filter for all of these emails to be sent to. Using 360Works Email plugin, check for new messages in this folder. and download attachment (to temporary location on local drive) View file location with webviewer. Pull content of file with GetLayoutObjectAttribute ("webviewer";"content"). I made my webviewer tranparent/no border and tiny. So it is hidden. Voilà! all the raw XML data whic…

    • 1 reply
    • 1.5k views
  54. There are probably other ways to do this, but you can use two Troi plug-ins, URL and File, to achieve this functionality very easily. Downside of course is that you have to buy the plug-ins. The URL plugin is used to download the PDF file into a variable. The File plugin is then used to save the variable as a file. Although File thinks it's a text file, by simply adding ".pdf" it's saved as a PDF. I read somewhere that variables can have up to 300 million characters or so, which means that this trick will work for any file up to around 300 megabytes in size. And of course, it's not limited to PDFs. Here's an example, which downloads a patent in PDF form from Go…

    • 4 replies
    • 2k views
  55. How many times a day do you double-click to select text in a "Specify Calculation" window, and it selects the space at the end of the text? And then if you double-click a field it consumes the selected space character, and the next time you double-click the ")" or the ";" gets selected and consumed.  I find myself fumbling over entering function parameters all the time, on the Windows platform, so I finally broke down and created an AutoHotKey script that helps me select the parameter without selecting parentheses, spaces and semicolons.  Typical Double-click gives me this selection: or this  AutoHotKey Control-key+Single-click gives me this selection: …

    • 8 replies
    • 1.7k views
  56. If you are all hooked up with iOS 8 and OS X 10.10 you might enjoy this URL schema: tel://xxx-xxx-xxxx others: facetime://xxx-xxx-xxxx facetime-audio://xxx-xxx-xxxx https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html#//apple_ref/doc/uid/TP40007899-CH6-SW1

  57. Not sure if this is new or revolutionary but I didn't find this exact technique when I was looking. In this example file, you will see a technique used to select multiple items in a popup using portals with more flexibility than using a value list. The main objective is to be able to select multiple items from different categories. PopoverPickList.fmp12.zip

  58. Learn why and how to create FileMaker Scripts that are easy to ready. Creating Readable FileMaker Code Saves Time, Money

  59. see recent blog post here: http://www.mbsplugins.de/archive/2014-08-27/Toolbar_functions_for_FileMake/monkeybreadsoftware_blog_filemaker Feedback is welcome Christian

  60. Hi Guys, here is a sample to show how to make a simple notification system like in OS X, in FileMaker 13 using a Slider and a Script. Download File Original Post: Notificaciones estilo OS X en FileMaker

  61. Started by rogermax,

    For anyone in the printing industry, the new features in V7 for dynamically applying color to text and so is very interesting. I have been working on an app that uses the features. I created a table with "all" of the Pantone PMS colors and their RGB values and Hex values. I am attaching an xml file with the values. originally the values came from Reed Design. Maybe someone else can benefit too. PMS_RGB_Hex.zip

    • 9 replies
    • 4.3k views
  62. I had to do this recently for a client, and thought I'd write an article about my solution to this problem. Hopefully this will be helpful if anyone else needs to make a chart with a fixed number of x-axis labels with any number of records. http://bluefeathergroup.com/blog/fixed-number-of-x-axis-labels-in-a-chart-for-any-number-of-records/

    • 0 replies
    • 1.4k views
  63. Generating a PDF from FileMaker Server is a common request. Learn how to make a PDF using open source tools. Includes video and sample file. How to Create a PDF from FileMaker Server

      • Like
    • 9 replies
    • 6.5k views
  64. We here at DB Services love the BaseElements plugin. In fact we love it so much we decided to sponsor the development of HTTP POST in the plugin back at the beginning of 2012. So, as history tends to do, we repeated ourselves by sponsoring the development of the plugin again, but this time for encryption functions. FileMaker AES Encryption with BaseElements Plugin

    • 0 replies
    • 2.6k views
  65. Over the past dozen years, I have discussed in a number of venues the necessity for robust security practices and the techniques needed to implement them on the FileMaker Platform. Such discussions have as their underlying framework a fairly traditional Information Security paradigm. There are Threat Agents who seek to initiate Exploits or Threats that negatively Impact the Confidentiality, Integrity, and Availability of FileMaker Platform systems or other Digital Assets. These attacks also can damage the Resilience of the Digital Asset. These Threat Agents exploit a Vulnerability in the design or the deployment of the FileMaker systems. FileMaker Platform developers a…

    • 1 reply
    • 1.9k views
  66. I'm not going to say that it's all going to be how-to's, but my second article is on how to install and update FileMaker using Active Directory Group Policy Objects: Installing and updating FileMaker Pro automatically with Active Directory Group Policy Objects (GPO)

    • 1 reply
    • 2.1k views
  67. Introduction to FileMaker CWP I've started a new blog on my site where I'm going to be making posts related to the Atlanta FileMaker Developers Group meetings as well as other FileMaker tips and techniques. Our meeting for July was about FileMaker CWP, so I've written a getting started guide for CWP as my first post. Please let me know if this is useful or if you have any feedback. Thank you!

    • 0 replies
    • 1.9k views
  68. FileMaker Themes Best Practices In an earlier article we discussed FileMaker WebDirect and how to optimize your solution. This optimization relied on using FileMaker Themes. In this article, we explore using FileMaker 13's new feature to create custom themes and styles. A custom theme will allow you to create a custom appearance in your application while maintaining an optimized solution. Theme optimization will benefit the entire FileMaker platform including FileMaker Go, Pro, and WebDirect.

    • 2 replies
    • 4.6k views
  69. The answer might surprise you :-) It turns out that GetContainerAttribute doesn't require a container field. You can use it to get the MD5 hash of any string. There are some neat things you can do with that. And it gets even more interesting when you throw in the new ListOf summary field. I posted a blog with a video and example file on my website that covers a couple of the possibilities. http://g.eist.co/1iddRNk Thanks Todd

    • 0 replies
    • 1.5k views
  70. FileMaker Increasing Renewal Rates Renew your FileMaker licenses by June 28, 2014 to save money, as FileMaker will be increasing its renewal rates by about 15 percent. This is the first increase in renewal rates in several years.

    • 0 replies
    • 1.8k views
  71. Started by DeathRobot,

    This morning I created icons for v12 and v13 so I could tell which version was open. Thought I'd post them here in case it helps anyone. I now see that rivet already posted icons for version 12, but maybe someone will find these useful. One icon shows a "12', the other a "13".  Both are png files. For Mac users� 1) open them in Preview, and copy 2) do a get info for each version of FM, and paste  That's it! Works in dock and with com-tab.  Michael

    • 4 replies
    • 1.8k views
  72. Here is a demo of conditional value lists using FMP12 and ExecuteSQL. In the demo there is one sample of using straight text and another using IDs instead of the text. There are no relationships between the user interface and the tables of values. ConditionalVL_SQL.zip

    • 15 replies
    • 6.2k views
  73. Started by LaRetta,

    I read periodically that folks want to have an object hide upon hover (but not require a button click). Or they want an image to appear upon hover. Here is a method to do just that (both an FMP12 file and video). It has very limited use. The labels or images must be pre-determined and established as Styles. This is presented only as another tool for the toolkit. Possible uses: Create the US state's names as an image. Then the state name can disappear when hovering on a map so roads can be easily read. These can be saved as Styles to use throughout the solution or shared with other files. Placing large Section letters A, B, C on auditorium seating where, up…

      • Like
    • 5 replies
    • 1.9k views
  74. I have recently learned that there may be any number of FileMaker Server installations world-wide that are hosting files that open automatically without credentials challenge to the [Full Access] Privilege Set. The default-installed FileMaker Server Sample File is one of these; however, there are others. This is not such a good practice. Such files offer an attractive attack vector that a Threat Agent can use to inflict damage on the FileMaker Server machine or on its hosted files. If a Threat Agent can locate the server and access it, an attack can occur using these files. Most attacks occur when a Threat Agent utilizes some vulnerability to mount an exploit that h…

  75. FileMaker WebDirect is new to the FileMaker platform and allows you to publish your database to the web like never before. Real-time updates, a defining characteristic of the FileMaker experience, have made their way to the web browser now. Read more in our new article. http://www.dbservices.com/articles/filemaker-webdirect

  76. Started by Sebastijan,

    My FileMaker Go barcode example without using any iOS barcode reader app and it supports EAN-8/13, UPC-A/E, Code-39/128 and QR Code. http://www.youtube.com/watch?v=-0GSczzMpv0 I hope you like it. PS: I will post later step-by-step guide.

    • 7 replies
    • 6.9k views
  77. Started by Steven H. Blackwell,

    FMI Security Webinar On February 11th FileMaker, Inc. presented two webinars on FileMaker Platform Security. I am highly gratified that FileMaker, Inc. did this. These webinars, conducted by Consulting Systems Engineer Rosemary Tietge, clearly laid out the case for following Best Practices for securing files and their data across all elements of the FileMaker Platform. I want to expand on a number of recommendations about enhancing FileMaker file security from those webinars. By way of reminder from information in a previous FileMaker Security Blog post (http://fmforums.com/forum/blog/13/entry-600-assessing-threats-vulnerabilities-and-risks-to-filemaker-pro-databases/…

  78. Started by rivet,

    Well version 13 has been release but it is the same icon as v12. Since you can run multiple version on the Mac a visual distinction always helps. I have attached a new 'FM12DApp.icns' file to put into the apps content / resources folder. After you replace it you can 'get info' on the app, select the icon in the top left corner, then copy / paste to refresh the new icon. FM12DApp-blue.zip FM12DApp-green.zip FM12DApp-orange.zip

  79. FileMaker 13 introduced a number of very useful enhancements to the relationship graph, none of which are included in the help file or release notes. Use these techniques to increase your productivity. Check out our new article. http://www.dbservices.com/articles/filemaker-relationship-graph-what-they-did-not-tell-you

    • 2 replies
    • 2.3k views
  80. Started by rivet,

    For clients on Mac os 10.9 and above only. The attached sample will push an alert to the Apple Notification Centre via applescript. RIVET AppleNotification.fmp12.zip

    • 0 replies
    • 1.1k views
  81. Started by Ocean West,

    Here is a simple example of a popover as a user friendly dialog box.

    • 8 replies
    • 2.1k views
  82. A function to finds all the dates for a week day within an given date range. For example: We need to find what are the dates for the Thursdays in the date range starting from 1/1/2013 to 1/31/2013. In this case: The function would be defined as FindDay ("1/1/2014";"1/31/2014";5) Here the start date and end date in the function parameters are text. Here the 5 refers to the number that represents Thursday in the week. Output: 1/2/2014 1/9/2014 1/16/2014 1/23/2014 1/30/2014 And for the invalid dates passed as the function parameters would return "N" that refers to NULL. For Reference: Sunday: 1 Monday: 2 Tuesday: 3 Wednesday: 4 Thursday: 5 F…

    • 5 replies
    • 3.2k views
  83. Started by rivet,

    The opacity option in the color palette, is a great way to reduce development time. In the attached example, each state (normal, hover, pressed) of the navigation buttons are filled with a certain opacity of white or black. When objects are setup like this, they will adopt the colour behind, which make the objects very modular. TheBeautyOfOpacity.fmp12.zip

  84. This grew out from: http://fmforums.com/forum/topic/90635-change-text-background-color-of-part-of-the-field/ The attached file allows you to mark text by coloring it using the three provided buttons. The colored text is converted to highlighted text in three corresponding background colors. When done, press the Export button to export a "highlights.html" file (note: the attached "hilite.xsl" file is required for this operation and must reside in the same directory as your solution file). Open the exported file in a browser and print it from there. Select "Print backgrounds" or similar option, according to your browser, when printing. The separately attached P…

    • 1 reply
    • 2k views
  85. Using some of the new GetContainerAttribute function output: http://www.soliantconsulting.com/blog/2014/01/references-embedded-container-data

  86. This is a small technique for removing extra carriage from a list of values where the No of carriage is not constant. For example , "1¶2¶3¶4¶4¶¶4¶¶¶¶5¶¶¶¶¶¶¶¶¶¶¶¶6" is the input and we need the output as "1¶2¶3¶4¶4¶4¶5¶6". This simple online function will help to achieve this. Substitute ( Text ; ["¶¶" ; "¶#"];["#¶";""] ;["#";""] ) We need to be careful with "#" symbol. If the list itself contains "#" then it will create a problem. We can use any symbol or charecter (if we are sure that the list contains only numbers ) in place "#", which is not present in the list. - Thank You.

  87. Started by qube99,

    There are times when you will have a range of values in a field across a found set of records that you would like to scale to another range. Common ranges to scale are 0-1, 1-10, 1-100 etc. The input values could be anything of any range. To do this start by creating 4 global fields called oldMin, oldMax, newMin and newMax. oldMin and oldMax are the smallest and largest values in your found set. newMin and newMax are the smallest and largest values you scale the range to. Go ahead and populate the newMin and newMax values. Let's use 1 and 100 for example. To populate oldMin and oldMax I simply sort the records ascending by myValue field, go to first record and get…

      • Like
    • 2 replies
    • 2.7k views
  88. Started by igeek UK,

    Hello all Here we've posted an example FileMaker 13/12 calendar. You can download it for free and use it in your own code. Go here to read blog post. Have fun! The igeeks

    • 0 replies
    • 3.9k views
  89. Started by pixi,

    The FileMaker Advent Calendar brought us yesterday a tool called "ThemeMaker" which will help to create and design themes in v13. I'd love to see your creations (with or without this tool ;o) and your feedback! pixi

      • Like
    • 4 replies
    • 1.8k views
  90. Newest Version of FileMaker Platform Brings Significant Major Security Enhancement FileMaker, Inc. today released the latest version of its Platform: FileMaker® Pro 13, FileMaker® Pro 13 Advanced, FileMaker® Server 13, and FileMaker® GO 13.

This release brings many significant new features to the platform including the innovative FileMaker WebDirect™ client access. But to me the most significant enhancement is Encryption of Data at Rest (EAR). Addition of this critical and key functionality completes the FileMaker Platform Security Suite: 

 Identity and Access Management Role-Based Privileges File Access Protection Encryption of Data in Transit Encryption of…

  91. An excellent example of how to create a password field that only shows bullets. http://www.nightwing.com.au/FileMaker/demosX/demoX05.html

    • 0 replies
    • 2.9k views
  92. Just added a blog post on what you get from Custom Function parameters... http://www.soliantconsulting.com/blog/2013/11/custom-function-parameters-value-or-reference

  93. Started by Dr. Evil,

    Solution: The Perfect Timer Description: Hello All and thank you for your interest! I have completed the Perfect Timer Demo! Please check it out! Let me know if you find any bugs or have additional features you would like to see. This file has not been throughly tested but so far I have found no problems. This solution is as simple for the user to use as I can imagine. Features include: • Tracks time elapsed over days • Uses only three main buttons; [sTART/STOP/PAUSE/CONTINUE], [EDIT ENTRY] and [RESET] • Has a real time update/loop feature to show timer is running and how much time has elapsed • Calculates time value determined by hourly …

    • 13 replies
    • 10.3k views
  94. File Name: Dotleft Project FileMailer File Submitter: Cliff Zhou File Category: Solution FM Version: Filemaker Pro 12 Web SIte: www.dotleft.com Main Features: 1. Recieve / Compose email in Filemaker. 2. Manage your email / attachment 3. Combine the management of your emails with the manage your business information ( product/client/project/Task/files&folders on your disk ) Download Links: http://sdrv.ms/14Gwa93 (I will keep updating the new version in future, so if you find the links got invalid, pls go my private website for new updated download links) welcome to leave messages on my website forums (https://moot.it/filemaker)or this topic on FMforu…

  95. From time to time people ask me why the Privilege Set bits in FileMaker Pro are all turned OFF by default. Would it not be easier and better for security purposes, the questions go, if all these were turned ON instead? The answer is No; here is why. First, some history. Prior to the introduction of FileMaker® Pro 7 in March 2004, all of the privileges–as they then existed–were turned on by default. Developers then had to wade through a veritable sea of settings and options to limit access to their files. In the older versions of the products, a table and a file were more or less equivalent. A file could contain only one table. The modern versions of the products change…

  96. Hello all A short blog post you may find useful: improved PatternCount searches: http://www.igeek.co.uk/blog/66/FileMaker-Improved-PatternCount-Searches.html Thanks, The igeeks Twitter: igeekUK

      • Like
    • 1 reply
    • 4.1k views
  97. FileMaker Pro Recursion PT 3 - A Wrinkle in Timeliness: The Final Reckoning, By Andy Persons In my first post of this three part series, I posed a challenge: how do you update hundreds or thousands of tasks interconnected with tens of thousands of connections? In my second installment, we explored a possible solution: recursively looping through each task from the end-level tasks, tracing each one to its source, then returning back down the stack and updating the dates along the way. However, one issue was still in the way. Recursion requires that each iteration maintain it’s “scope”. In this case, the current record and found set would have to be unique for each …

    • 0 replies
    • 2.3k views
  98. Description: The demo file shows how to use VBscript to pop up a "browse for folder" OS dialog and return the path to the selected folder and a list of its files back to FileMaker. Working Under: 8 Advanced Solution Status: Finished Pre-requisites: FileMaker 8 Author(s) Wim Decorte Date: 02/09/06 Credits: Instructions / Other Info: It clearly shows the challenges of using VBscript with FileMaker on Windows: - generating the VBscript syntax - creating the VBscript file on the hard disk & executing it - returning a result back to FM (using the import engine, but not creating any new records) Disclaimer: FM F…

    • 17 replies
    • 15.1k views
  99. FileMaker Security Survey Reveals Interest and Some Confusion During early and mid-July, I posted on FM Forums a multi-question survey asking people about their use of various FileMaker product security features. I also asked for any comments or for any recommendations they might have for enhancing product security features.

The results are interesting. They reveal a high level of use of many security features; they also indicate some areas of confusion about how security features in FileMaker products work. 



 Who were the people who responded to the survey? Where were they located? Respondents said they worked in a variety of different environments:

 …

  100. The eX-BizTracker 4 is now out for public beta testing, ready for you to put it through its paces! If you were one of the 100,000 plus people who downloaded eX-BizTracker v3.0, you might recall thatFileMaker® Pro template or jump-start solution’s attractive GUI and feature set. You might also remember fondly the advantage it gave your company, or if you were a consultant looking for a quick way to get something for your clients, how easy it was to customize for your distinctive business needs. If you’re new to the Excelisys BizTracker series of FileMaker® Pro templates, you won’t remember any of that, but that’s ok. The point is this: The eX-BizTracker 4 is the next gia…

    • 0 replies
    • 2.7k views

Recently Browsing 0

  • No registered users viewing this page.

Who's Online (See full list)

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.