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.
FileMaker offers many different options for charting, but if you need a chart that is not available in FileMaker, you should consider using Google Charts. Google Charts is a free Javascript framework that can be used in conjunction with web viewers in FileMaker to extend your charting capabilities: https://dbservices.com/articles/google-charts-in-filemaker/
dbservices.com
Hacking Your Own FileMaker Platform Solutions
Should FileMaker Platform developers mount hacking attacks on their own solutions? At first glance, this may seem an odd question. But I believe that the answer is “Yes, we should.”
Consider this. As developers we see our solutions from a totally different perspective than Threat Agents see them. Without practicing our own hacking skills, we can become blind to the vulnerabilities a Threat Agent can exploit to compromise the Confidentiality
The FileMaker Let function is your tool to make a calculation readable, well formatted and easy to debug. Let us discuss how it can be used.
The post Like a Boss: Let us Discuss the FileMaker Let Function appeared first on Geist Interactive.
View the full article
Part 2: What Should You Consider When Selecting a Development Partner? What Questions Might You Ask a Potential Developer?
Hiring a developer is about creating a working relationship. You want someone who gets your business and gets you. Having a good working relationship often determines the success or failure of a development project. Hire someone you are comfortable with who also has the skills necessary to make your project successful. Beyond the quality of the working relationsh
FileMaker Kanban is the latest tool that offers familiar functionality for users and flexibility for the developer. It offers great functionality and organizes your data visually into lanes and cards.
The post FileMaker Kanban: Organize Your Data appeared first on Geist Interactive.
View the full article
FileMaker Pro is always advancing its collection of tools in order to accomplish more and more every day tasks. It provides default widgets such as tab panels and sliders and offers useful functions such as GetThumbnail() for resizing images.
GetThumbnail, however, will only get you so far. It will only resize an image to another size and provides no functionality regarding the manipulation of that image in any other way. This is where you need to turn to either a plug-in or JavaScript within a
FileMaker Pro is always advancing its collection of tools in order to accomplish more and more every day tasks. It provides default widgets such as tab panels and sliders and offers useful functions such as GetThumbnail() for resizing images.
GetThumbnail, however, will only get you so far. It will only resize an image to another size and provides no functionality regarding the manipulation of that image in any other way. This is where you need to turn to either a plug-in or JavaScript within a
INTRODUCTION Earlier this month I was contacted by a DevCon presenter asking permission to include some slides from my eleven-year old anchor/buoy materials as part of his presentation. I said I’d be honored, but then added, “You might mention that I haven’t used A/B on a new project in about eight years.” He asked what […]
View the full article
REST (Representational state transfer) has quickly become the de facto standard for communication between services and apps. Before it, came SOAP and XMLRPC, but the two buzzwords you’ll hear over and over these days are REST and JSON.
When it comes to FileMaker, you’ve always been able to do super basic REST with the Insert from URL script step. Later down the road, FileMaker added in support for the POST method of service interaction with the httpspost:// url scheme.
While the basics are alw
top, right: Mark Richman; bottom, left to right: Calvin Cooper, Chad Adams, Greg Lane
Mark Richman, President, Greg Lane, VP of Application Development, Chad Adams, Senior Developer and Trainer, and Calvin Cooper, Developer, are headed to Las Vegas from July 18-21 to participate in FileMaker, Inc.'s annual Developer Conference aka DevCon. They'll be staying at The Cosmopolitan, host hotel of more than 60 DevCon sessions. They will join over 1,500 FileMaker developers to network, catch up with
DevCon 2016 – eXcelisys Vendor Session: Tantalizing Tips-n-Tricks from the Trenches
Attend the eXcelisys vendor session on Wednesday July, 20 2016 from 2:00pm – 3:15pm
The eXcelisys vendor session will be lead by our very own Mr. Doug West and assisted by some of the eXceptional eXcelisys FileMaker Pro talent.
With a team of developers working on thousands of projects over the last 14+ years, we’ve stood our ground against a variety of challenging customer requirements. eXcelisys, a FileMaker
Want to improve your CRM? FileMaker email integration allows you to view and archive emails directly in FileMaker! Learn more and check out the free sample file: https://www.dbservices.com/articles/archiving-email-in-filemaker/
www.dbservices.com
When developing your solutions for users, you can’t always account for how easy they think things should work. You do your best, but without user testing, they’re essentially stuck with what you initially create. You can, however, put in features which you think will make usability more convenient for them.
Many times, these convenience features can be a bit complicated to implement. Fortunately, with more recent versions of FileMaker, the task of adding in such features has become much easier.
One of FileMaker’s best advantages is its ability to quickly provide an interface to common data tasks. Sorting, filtering and analysis, via automated routines, make a database system better suited to routine tasks. Primarily, because you can control the user interface.
Typically, spreadsheet users don’t think in terms of disjointed data. Boiling data down into a relational model is something which takes a bit of patience and know-how. Data collection, however, is easily done within a spreadshe
With the release of FileMaker 15 Server the Chrome browser on the Android operating system is now supported for use with FileMaker 15 WebDirect when using devices with a five inch or larger screen. I have spent some time testing this out and I've found that things seem to work as well as it does on the other platforms. However, during my testing I did come across something I found to be a bit odd and not quite as intuitive due to the variety of Android screen sizes and resolutions.
iOS has hist
If you are looking to build a new application but don't want to start from the ground up, there is a Starter Solution for you! We review the Starter Solutions available in FileMaker 15 and what is best to begin with. https://www.dbservices.com/articles/filemaker-15-starter-solutions/
dbservices.com
Welcome back for the second and concluding installment in our exploration of Virtual List Reporting (a.k.a. VLR). Demo file: VLR-part-2.zip This approach to reporting can be ideal in situations where the “shape” of your data is known in advance. I don’t mean to imply that VLR cannot be used with more open-ended reporting challenges, but the sales data we […]
View the full article
In this post I will talk about the trending PHP frameworks. Over the past 6 months I have been hearing a lot about the Laravel Framework. Being a more database focused developer I have tended to use Yii. After exploring Symfony 3 and the doctrine component I started to like the way it was put...
View the full article
One of the best parts of developing within FileMaker Pro is that you don’t need to create every single thing from scratch. For example, having a Popover widget at the ready for immediate use in any layout is a really big benefit. It’s an automatic space saver.
However, what FileMaker doesn’t have built-in are certain features you might expect in most modern day software. How about a tagging feature which allows users to tag records and find those records on demand. This is something which isn’
FileMaker Database analysis has been around since the days when FileMaker made its meta data available through its Database Design Report - or DDR for short.
The report, for as long as I can recall, has been available in the human readable HTML format and also in the machine language format of XML.
Various developers have always made use of this verbose collection of tidbits about a database, but none have made it as fast as FMPerception. This newly released database analysis tool is the faste
The Portal In-Line Progress Bar, one of FileMaker 15’s new performance-based features, brings with it the separation of a layout’s non-portal and portal rendering tasks. This means users are no longer forced to wait for cumbersome portals to load before being able to interact with a window’s content. https://www.dbservices.com/articles/filemaker-portal-in-line-progress-bar/
dbservices.com
When you’re in the “zone” while developing, it feels really good to get stuff done. You feel like you’re “flow”-ing through the problems and simply knocking them out one by one.
That feeling which comes from achieving “flow” is often hard to have when you hit situations where you feel like you’re being hindered by the environment or a lack of knowledge. Having to stop for research or fumbling through the development environment is one of those necessary evils. It’s the learning part that takes
FileMaker has made it easier than ever to share data with other apps with the introduction of app extensions with FileMaker Go. Check out the article to learn more and watch the video. https://www.dbservices.com/articles/filemaker-app-extensions/
dbservices.com
Frequent FileMaker Go user? Learn more about FileMaker Go Touch ID and 3D Touch adding more security and convenience to your FileMaker experience. Video included. https://www.dbservices.com/articles/filemaker-go-touch-id-3d-touch/
dbservices.com
As FileMaker Inc adds new features and functionality to FileMaker, it’s really easy for older projects to start to feel like they’re aging pretty quickly. Fortunately, one of the easiest fixes to make is to give things a brand new look and feel.
The process, however, of going about a re-theming isn’t always as easy as it seems. You’ve got new layout objects which may have been added and there are a ton of “older tricks” which may be replaced with newer ways of doing things.
Without going down
FileMaker Server Top Call Statistics Log gives the ability to track the heaviest client usage periods, pinpointing the client requests that take the longest, allowing to quickly and efficiently investigate. Learn more and watch the video here: https://www.dbservices.com/articles/filemaker-server-top-call-logging/
dbservices.com
Nothing screams responsive more than text which grows or shrinks based on the device upon which it’s being viewed. The sad part of the previous statement is that FileMaker does not provide a native way of doing this. There’s no Conditional Formatting which says when Get ( WindowContentWidth ) > 768 scale the font size by 120%.
There is, however, a quaint little trick you can do with a few of FileMaker’s native functions along with a powerful Custom Function named CustomList. When you know ho