RSSAmplifier

Blog

Claris Certified FileMaker Pro & Full-Stack Web Developer | Michael Kupietz Consulting

Mission-driven to make your workday easier and help your business succeed. FileMaker Pro Architect, Web Developer, Custom Business Applications & IT Support Consultant | serving clients from San Francisco, CA to Nationwide

kupietz.comRSS feed ↗10 posts

Latest posts

Self-Join Redux: Counting per-record values by year

At https://www.reddit.com/r/filemaker/comments/1v7byt1/get_number_of_records_per_person_for_the_current/, a redditor asked, I use FileMaker for my patient files and am trying to find a way to display how many times that patient has come this year (1 record = 1 visit). I have a PatientID field and a TreatmentDate field. What is the best way to do this? I d like to [ ] The post Self-Join Redux:…

A native FileMaker-only method for unzipping .zip archives in container fields

This is a proof of concept. I had an acquaintance whose FileMaker system was receiving PDFs from an external source, which would land in a container field. The problem was, the source was sending them zipped, so instead of filename.pdf he d get a zip archive, filename.pdf.zip. He was having a hard time finding a reliable [ ] The post A native FileMaker-only method for unzipping .zip archives in…

Converting and resizing images in FileMaker with pure Javascript instead of GetThumbnail()

FileMaker has a built-in GetThumbnail() function to resize and convert image formats for images stored in container fields. However, there are scattered reports that this isn t always reliable (like at https://www.reddit.com/r/filemaker/comments/1et224c/strange_container_bug/ and…

FileMaker Pro Relationships: Using a self-join to auto-fill data from the same table

A redditor asked, If I enter a client that already exists in my database into a new record, how can I have it automatically fill in the company name from that client? Simply put: you can use a self-join to look up information from the same table, just like you could use a relationship (also [ ] The post FileMaker Pro Relationships: Using a self-join to auto-fill data from the same table appeared…

The Missing Quickstart Guide to the Home Assistant “Advanced SSH & Web Terminal” community add-on

The Advanced SSH Web Terminal community add-on for the Home Assistant home automation package is a really awesome utility written by a guy who seems to have a bit of a surly attitude towards his users. (Hard as it is to imagine a developer with a surly attitude.) Following lots of questions about his [ ] The post The Missing Quickstart Guide to the Home Assistant Advanced SSH Web Terminal…

MacOS: MacBook Pro randomly goes to sleep / screen turns off while typing

This one drove me crazy for a few weeks, and the solution was tough to find, so I m posting it here. I would be working on my laptop and my screen would suddenly black out and the computer would randomly go to sleep as I was typing. I d have to hit a key to wake [ ] The post MacOS: MacBook Pro randomly goes to sleep / screen turns off while typing appeared first on Claris Certified FileMaker Pro &…

Solution: FileMaker Server will not start after Windows Server crash or upgrade

SHORT ANSWER: Try moving the file ServerCustom.pem from the C:\Program Files\FileMaker\FileMaker Server\CStore directory to the desktop, and then try starting the FileMaker Server. If it works, you ll need to download and install a new SSL certificate, but other than that you should be fine. If it still doesn t work, put it back into C:\Program Files\FileMaker\FileMaker [ ] The post Solution:…

“[Er, Almost] Always Working” FileMaker app Multi-Page PDF viewer

Note: This technique should be considered almost always working , not always working as previously (and wishfully) billed. Sorry, as FileMaker and desktop OSes have changed, this file, which relies on several technologies from several different sources working together, has proven to be not always reliable. I would not try to use it in any solution [ ] The post [Er, Almost] Always Working…

“Share” Bookmarklet to Create a Tumblr Text Post (That Actually Works)

I do a lot of posting to Tumblr to archive notes on interesting things I ve read online. Tumblr s default sharing bookmarklet and browser extensions have two serious drawbacks: 1.) They either create photo or link posts, nothing else 2.) They frequently don t work at all: the share window opens, and then the spinner graphic sits [ ] The post Share Bookmarklet to Create a Tumblr Text Post (That…

Opener file no longer works after upgrade to FileMaker 16

Due to FileMaker version 16 s new warnings about connecting to servers without SSL, after upgrading, some opener files simply don t open files from FileMaker Server over the network like they did under previous versions of FileMaker Pro or FileMaker Advanced. The symptom: Many users use opener files, local files saved on their hard drives, to open FileMaker databases [ ] The post Opener file no…