Show Notes and Timestamp Links
Intro
FileMaker Text Editor
Send HTML Email from Apple Mail
Fun FileMaker Facts
Color Documents
Custom Function hex_to_rgb.result:
Lets look at some code
Concept: the hex color code for the button text is the same as applied to the text selection
CF: hex_to_RGB.result ( hex_code ) -> https://www.briandunning.com/cf/2585
Tip: do not specify a field to take action on the ActiveField
TextStyle examples
Text functions to modify text: lower, UPPER, Proper
re-factored from monolithic script to suite of scripts
OOPS, there is nothing wrong with the getAsCSS
OOPS, Field not sleepy. Tony Sleepy!
Ordered and Unordered lists
Tools to change ~ to $$ and $$ to ~ for debugging calcs -> https://the.fmsoup.org/t/macos-services-to-help-write-filemaker-code/1261/6
Can you build in an undo feature?...
Just tested and it looks like you CAN pass styled text between Files, depending on how you do it:
https://community.claris.com/en/s/question/0D73w000006XTRHCA4/digfm-fundamental-features-for-fantastic-filemaker-files-4142022
Demo that the tools work on any field. Pros and Cons?
AppleScript to create HTML email to Apple Mail -> https://forum.latenightsw.com/t/create-mac-mail-msg-with-rich-text-content-that-also-has-cc-address-filled-in/2037/4
Rich Text Editor add-on text editor from Claris -> https://marketplace.claris.com/detail/1551.html
Thing that we find useful in a list view...
Fit Rows
Sort Records by field blac box Script
Last years presentation -> https://www.youtube.com/watch?v=0kQ7i7s99m4
Tip Do not specify the "FileName" in design functions to target the current/internal file (manage scope)
CF: value.index.ci ( a_list ; a_value ) -> https://www.briandunning.com/filemaker-custom-functions/results.php
Is it a "Wizard" or a "Feature Revealer"
OOPS, email address is tony_white at twdesigns.com
Unsort
Keith Proctor's presentation -> "DIGFM: Performance Review & What Makes it Better? Ask Keith! (3/10/2022)" https://www.youtube.com/watch?v=xjzcTUpUveE&t=9068s
Omit feature
Enter Find on field using ObjectName
Finding is harder than it looks! What could go wrong?
Find Matching Records is a script step (not a function)
How to escape a find? Let FileMaker do it!
Omit by Content or Selection
BrowserNav -> https://www.apjuk.com/browsernav/
Find Step by Step
FMBUG presentation link -> https://www.youtube.com/watch?v=ms7hYpvXMK0
Questions
Announcements
Symbols and a Popover for troubleshooting
Closing thoughts
See also:
DIGFM: Deepen your relationship with the FileMaker Platform (2/14/2019; Santa Clara, CA)
DIGFM: A Visual Understanding of the FileMaker Platform (4/8/2021)
Tony White Designs: Welcome