Welcome to our community, full of great ideas on developing your FileMaker solutions effectively,
for peer-to-peer support of the FileMaker Platform and related products and services.
GoDraw3 is a FileMaker drawing tool for users. For FileMaker developers, however, it is full of customization. A developer can do with it what she wants.
The post GoDraw3: Hack the Heck Out of It appeared first on Geist Interactive.
View the full article
Free webinar introducing Karbon our free application framework for building ambitious custom business applications. If you are interested in using the FileMaker Workplace Innovation Platform at a high level you'll probably want to see what we have cooked up.
The post Karbon Webinar – Getting Started appeared first on Geist Interactive.
View the full article
Author’s note: Inevitable comparisons will be drawn between the new While function and the venerable CustomList custom function, which I wrote about at length several years ago. Preliminary testing indicates that CustomList is faster under certain circumstances and While is faster under others. In my opinion, both of them belong in your developer tool kit. […]
View the full article
Hi all,
Today I'm happy to announce the release of Elemental for FileMaker. This is a free fully unlocked solution containing some cool user interface and design stuff that I hope you find useful and can incorporate into your own solutions.
You can grab a copy now at https://www.elemental-fm.com
In Elementals first version you'll find the following:
Avatars
Over 20 API integrations with avatar generators. These are uniquely generated based on a name y
The FileMaker Script Debugger is powerful. Its features are often overlooked. In this post we examine the buttons that control stepping through a script.
The post Like a Boss: Using the Script Debugger to its Full Potential appeared first on Geist Interactive.
View the full article
<p><img class="alignnone" alt="" src="http://www.filemakeracademy.com/wp-content/uploads/2011/09/FM-Academy-Logo.gif" width="500" height="155" /></p>
<p>Join us <strong>Tuesday, July 15th</strong>, for a free one-hour webinar at 2pm (EST)/ 1pm (CST)/ 11am (PST). This session is for any FileMaker Pro developer and/or "power user" who wants to satisfy the need for fast database access while out of the office. <a href="https://attendee.gotowebinar.com/regis
Todd and I spent a week in Seattle together finishing up the latest version of GoZync: version 5. (GoZync is our scriptable sync framework for FileMaker: free and pro versions are available.) It’s hard to believe GoZync is now 3 years old, the first version having been released in June 2011. We’ve synced a lot of files since then. =)
Faster FileMaker Sync
You’ll see substantial speed improvements when pulling records down to your mobile device thanks to the new Perform Script on Server (PSOS
In this followup to the Sliding Drawers article, we take the technique one step further and apply it to the popover object. We discuss the differences between drawers and popovers in relation to the mouse-over technique, and how the process has been modified to better suit popovers...
Click to read the full article here…
Ok I don't blog much so here goes.
I have this process where I need to create 4 records for every customer with different dates per month.
I settled on the process to derive this set of values via Execute SQL because of a few factors.
I need to collect all this data in and have it sorted by date.
Any other method the data would be semi sorted and not naturally in chronological order because of overlap from one customer to the next.
But i also needed another UUID that can wo
The purpose of this lesson is to create a simple PHP page that will make a connection to a FileMaker database hosted on FileMaker Server and pull information that will be displayed as HTML on a webpage. This will help you get started with the basics of using FileMaker Custom Web Publishing
Objectives:
Configure FileMaker Server for CWP access
Configure the database for CWP access
Create a PHP file which will read data from a database and display the result on a web page
Sea
Read the original article here.
The purpose of this lesson is to create a simple PHP page that will make a connection to a FileMaker database hosted on FileMaker Server and pull information that will be displayed as HTML on a webpage. This will help you get started with the basics of using FileMaker Custom Web Publishing
Objectives:
Configure FileMaker Server for CWP access
Configure the database for CWP access
Create a PHP file which will read data from a database and display t
<p style="color: #000000;">Excelisys Inc., is an international organization of talented, self–motivated individuals who specialize in business & software consulting services, custom software design & development, and software integration and repair. We have provided a variety of individuals, companies, organizations, and industries worldwide with innovative and diverse custom database software application development services. A cut to the chase: The solutions we create on
The slide control is an exciting new layout tool introduced in FileMaker 13. In this article we are building an animated sliding drawer that responds to the users mouse position to open and close. There are a number of cool techniques and features being used to achieve this effect so check it out!
Check out the full article here!
On 3rd December 2013 at SANTA CLARA, California Filemaker Inc. unveiled the next-generation platform for business productivity: FileMaker 13. The new software makes it even faster and easier than ever for teams to create gorgeous, tailored business solutions for iPad, iPhone, Windows, Mac and the web that deliver significant productivity gains. This is a superb version of Filemaker till date which includes more than 50 additional features.
- New design features make it faster and easier to
<h3></h3>
<h3>FileMaker Pro 13 Tip-n-nTrick: Easy-Bake FileMaker Pro 13 Audit Trail</h3>
<p><em>By: Doug West</em></p>
<p><span style="color: #000000;">There are many ways to implement audit logs in FileMaker Pro 13, but I’m always on the lookout for the method with the least overhead. If you don’t need separate records in another table for every field change, </span>then you can keep track of field changes using FileMaker 1
A colleague was asking how to simulate a drawer effect in FileMaker where an animated slide panel appears to withdraw completely into the window edge. This is pretty easily done but there are a few tricks to keep in mind (below).
Animated Slide Panels
Download the demo file, based on the Invoices starter solution. Click “slide panel demo” in the header to show and hide the panel.
Slide panel “closed”
Slide panel “open”
Here are some tips to get this working smoothly:
The slide con
During my time at Linear Blue I have been introduced to the realms of FileMaker and what it offers. As I have been first and foremost a Web Developer FileMaker is new to me but at it’s heart it is by all accounts just a Database and those I am quite familiar with. Upon arriving...
Source
During my time at Linear Blue I have been introduced to the realms of FileMaker and what it offers. As I have been first and foremost a Web Developer FileMaker is new to me but at it’s heart it is by all accounts just a Database and those I am quite familiar with. Upon arriving...
View the full article
Simple FileMaker Pro 13 Popover Close in One Script
By: David Thorp
Yes, this is a common nuisance. Although it depends on what you want to use it for.
The intended use for popovers is what is commonly seen on iOS (and more and more websites are picking it up as time goes by) – for example the iCloud tabs and bookmarks popovers in iOS Safari. Eg. for bookmarks: You tap the bookmarks icon, it pops down a popover with the list of bookmarks in it, you choose one, and it goes away.
<h2>Using Remote Volumes to Host Files in FileMaker Server 13</h2>
<p><em>By Rob Poelking</em></p>
<p>After a discouraging loss of work due to a virtual machine image crashing, I looked deeper into the FileMaker Server 13 user guide and discovered that FileMaker Server 13 is now supporting hosting files from a mounted network volume. You still cannot back up files to a remote volume but being able to serve from a remote folder would have saved my wor
Perform Script On Server (PSOS): Overview
The “Perform Script on Server” script step was introduced in FileMaker Server 13 to let clients of a hosted file run scripts on the server. So with some careful planning, you can have the server do a lot of the heavy lifting the client machine would normally have to do (finding, sorting, processing, other data manipulation, etc.). This means you can sometimes avoid moving large amounts of data over the network, which is what normally happens when the cl
<p><img src="/wp-content/uploads/2014/05/SlateOpenBookManagement1-295x300.jpg" /><br />Slate recently published a brief intro to the concept of Open Book Management. We have been practicing Open Book Management at Skeleton Key and our sister company, Brightsource IT, since 2009. Running "open book" has been a major factor in our success and it has become a huge part of our culture. We're fortunate to have a company made up of smart, passionate people. Open Book Management a
<p>Join us for App Spotlight: FileMaker — a special business event at the Apple Store, St.Louis Galleria on Wednesday, June 4th, 8:30am.<br /><img src="/wp-content/uploads/2014/03/AppSpotlight.png" /><br />FileMaker Pro and FileMaker Go make it easy for anyone to create custom business solutions for iPad and iPhone. At this event, presented by Mark Richman, learn how you can create a custom business solution for your business task. See how FileMaker apps running on iPad,
Schedules suck.
Each time we make a schedule, we do so despite two glaring problems:
1. It’s really tough to estimate or forecast any substantial development project. (That’s the long version of “schedules are useless”.) Looking at any large successful software project in hindsight your estimates and schedules appear naive if not ridiculous
2. We also can’t deny that schedules themselves (or is it deadlines?) are a huge cause of stress. Assuming the wrong time scale causes a ton of stress, bu
If you’ve been building layouts for Web Direct you’ve likely seen that Web Direct may draw your objects before conditional formatting or hiding are applied. This never happens in the desktop, where rendering is now double buffered on both Mac and Windows, but it happens frequently in Web Direct. The video below shows this in action and suggests one technique to make it less obvious.
The movie is taken from optimizing our Pro Calendar for Web Direct. We’re also rewriting SeedCode Complete for We
<p><img src="/wp-content/uploads/2014/05/Untitled-copy-300x83.jpg" /></p>
<p>You are invited to join our local FileMaker User Group. This group is for experienced FileMaker Devs, FileMaker users who've poked around under the hood and want to dive into development, and anyone else who wants to learn more about FileMaker. We aim to cover general FileMaker development, advanced techniques, plugin integration, external data access, external tool integration, etc. It's reall
<h2 class="p1">Using FileMaker® Pro to move files without the use of a PlugIn!</h2>
<h3>By Rob Poelking,</h3>
<p> </p>
<p class="p1">This FileMaker Pro tip and trick shows a simple method of moving a file natively using FileMaker Pro, and works on both Mac and the PC/Win platforms. No plugins required.</p>
<p class="p1"><em>The idea for this Tip-n-Trick originated when building an updater that required files to be in a
Since layout redraw is one of the slowest things a Web Direct (WD) layout can do, you’ll want to do whatever you can to minimize those redraws (which can appear your users as flashing or as a spinning busy icons).
So, “do as little as possible”. This often means wrapping your commands in If() statements to see if they’re necessary. We don’t need to do this in Pro because we don’t notice things like “Revert Record” if they’re not needed. But in Web Direct, you really see Revert Record even if t