Skip to main content

Shortcuts to your FileMaker databases

I spend a lot of time in my FileMaker Pro databases, and I know many of my clients do, too. When you're opening and closing the same databases a dozen times a day, it's nice to have time-saving shortcuts to those files.

There are basically two ways to create a shortcut. You can save the file as a "Favorite" inside FileMaker Pro; or you can save it as a shortcut or alias on your operating system desktop.

FileMaker "Favorites"

To save the file as a Favorite inside FileMaker Pro, first open the database. Then, in FileMaker Pro 13's menu, go to File > Open Favorite > Add Current File to Favorites. From that point on, the file will be in your favorites list and you can open it by using the same "Open Favorite" menu.

Favorites are terrifically handy and I encourage you to give them a try.


Creating a shortcut/alias on your desktop or in your OS X Dock


It's just a little trickier to save the file as an alias on your desktop or (on a Mac) in the OS X Dock. I was going to write this up myself but there's a perfectly good article by Tim Cimbura explaining how to do it at Cimbura.com.

Well, not "perfectly" good, because the article is a bit vague about the most important issue of all, which is how to get the database's network address in the first place. To do this, open the database in FileMaker Pro 13, then pull down in the menus to File > Send > Link to Database...  This may launch your email program and start a message with some content in it, or, if FileMaker can't find your email program (perhaps because, like me, you use Gmail in a web browser), you'll just see a dialog that looks like this:


You just want to copy the first line of the text in that dialog, the part that starts "fmp://" and ends ".fmp12". At that point you can go back to Tim Cimbura's article and finish the process. Only takes a few seconds.

Which approach is better?

Well, either approach is fine and I suppose it's really a matter of personal preference. But I'll mention my own practice, for what it's worth. 

Most of the databases that I work on regularly are in the Favorites list in FileMaker Pro and I open them from there. This list gives me access to files on my local computer, on the machine running FileMaker Server in my office, and also on remote servers belonging to clients located in other parts of the country. But I do have two databases in my OS X Dock: my to-do database, and my time-tracking database. I get into these databases so frequently that I want it to be as easy as possible and clicking an icon in the Dock is easier than switching to FileMaker and finding a file in the Open Favorites menu.

Comments

Popular posts from this blog

Setting up OAUTH with Google in FileMaker 16

Setting up OAuth with Google in FileMaker 16 Posted by William Porter Intended audience: Intermediate to Advanced FileMaker developers Date of publication: 2017-June-06 Updated: 2018-June-06 One of the many exciting features in FileMaker 16 (released May 2017) is OAuth or Open Authentication. Open Authentication allows users to connect to a FileMaker database after authenticating with an external (non-FileMaker) account. At the present time, FileMaker supports OAuth through Google, Amazon and Microsoft. If you're a developer there are two main questions to answer. First, should I do this? And second, how do I do it? I'll answer the first question later. It's important. But the other question-- How  do I setup OAuth?--is answered in the attached document. I wrote this tutorial with the help of my friend and colleague Taylor Sharpe of Taylor Made Services , also here in Dallas. We provide step-by-step instructions on how to get your users authenticating in...

Getting out of fullscreen mode in FileMaker Pro

In version 2 of Acquittal, our criminal defense case management app, we're doing some nifty stuff with windows, and that means we're finding out that even in FileMaker Pro 15, we still don't have quite all the tools we'd like for managing windows.  One problem is how to trap for the possibility that the user has switched into fullscreen mode. The other problem is how to get out of it. Is this window in fullscreen mode? This one's not too hard. This calc formula seems to do the trick: Get ( WindowHeight ) = Get ( ScreenHeight ) and Get ( WindowWidth ) = Get ( ScreenWidth) That will return true if the window is in fullscreen mode, false if it's not. Why does this matter? Because there are certain things that you can't do with a window if it's in fullscreen mode. In Acquittal, for example, there are times when we want to generate a second "sidecar" window, then display the main and sidecar windows side-by-side. Can't do it if...

More about why I like the new navigation part in FileMaker Pro 14

I myself didn't completely "get" the navigation layout part at first. In this post I want to clarify a few things about the benefits of this new feature. The new navigation layout part in FileMaker Pro 14 and FileMaker Pro 14 Advanced differs in two significant ways from the header/footer parts we've had since forever (and which we still have in 14): Navigation parts don't zoom Navigation parts don't scroll out of sight Well, it's a little messier than that, in reality. Let me elaborate on the messiness of it first, since the messiness may have some impact on why navigation parts took me a day or two to "get". First potential confusion: objects in navigation parts don't zoom, but they are not completely inflexible. If you grab the edge of the window and make the window wider (I'm not talking about zooming the content, I'm talking about actually enlarging the window) then any objects in a navigation part that are anchored to...