• Home
  • Family
    • Esther
    • Jeremiah
    • Gabe
    • Spencer
    • Brigg
  • Posts
  • Photos
  • Family Histories
  • Files
  • Links
    • American Fork Youth Baseball
    • Caveman Youth Football
    • FileMaker Solutions
  • About Me
    • Contact Me
    • Resume
  • Login
Layne Shipley

PERSONAL

Menu

  • Home
  • Family
    • Esther
    • Jeremiah
    • Gabe
    • Spencer
    • Brigg
  • Posts
  • Photos
  • Family Histories
  • Files
  • Links
    • American Fork Youth Baseball
    • Caveman Youth Football
    • FileMaker Solutions
  • About Me
    • Contact Me
    • Resume
  • Login
  • Computers,  FileMaker

    Parsing JSON in FileMaker

    May 10, 2022 / No Comments

    https://www.soliantconsulting.com/blog/parsing-json-filemaker-16/

    Read More
    Layne Shipley

    You May Also Like

    Using 360Works Plugins with FileMaker Server and IWP / XML

    July 10, 2014
    BYU vs Utah Ruby

    Going to the Rugby National Championships!

    May 2, 2014

    WordPress Front-end Editor Error

    October 10, 2014
  • Blog,  Computers,  FileMaker

    Web Safe FileMaker Fonts

    March 23, 2015 / No Comments

    Arial Courier Georgia Helvetica Lucid Grande Times Trebuchet Verdana Hiragoni Osaka  

    Read More
    MySyte

    You May Also Like

    BYU vs the Big 12

    June 10, 2014

    XML parsing error: whitespace expected

    July 10, 2014

    Have you ever wanted to Quote in a calculation field?

    July 10, 2014
  • Computers,  FileMaker

    Have you ever wanted to output quotes from a FileMaker calculation?

    July 17, 2014 / No Comments

    Have you ever wanted to output quotes from a FileMaker calculation?  Here’s the simple way to do it: Ex. Johnathan “Doe” Shipley In the FileMaker calculation your would write the following: “Johnathan \”Doe\” Shipley” Your output will then have quotes.

    Read More
    MySyte

    You May Also Like

    Creating QR Codes with FileMaker

    July 10, 2014

    Using 360Works Plugins with FileMaker Server and IWP / XML

    July 10, 2014

    Downloading the Free U2 Album in iTunes

    September 10, 2014
  • Computers,  FileMaker

    Exporting RTF text from a FileMaker field

    July 10, 2014 / No Comments

    On one of the projects I was working on, I came across a problem were I had data to export that needed to be exported with the RTF formatting maintained.  I was trying to create an index with some bolding etc. applied.  After looking for plugin etc. to do this I came across a simple solution.  If you’re using FileMaker on a mac you can use applescript to do this. (it may also be possible on Windows –  I don’t know) Basically, what I did is create a loop to go through my records.  Then essentially I copied the contents from the field and pasted them in my application.  …

    Read More
    MySyte

    You May Also Like

    Unicode Information

    July 10, 2014

    Emron

    April 1, 2014

    Downloading the Free U2 Album in iTunes

    September 10, 2014
  • Computers,  FileMaker

    Hosted FileMaker File Make Pre Upload Tips

    July 10, 2014 / No Comments

    Before you upload your FileMaker database to be hosted check the following: Open File > Mange > Security Click Privilege Sets and the privilege set you want to edit. Edit “Access via FileMaker Network” to be checked.  This will allow you remote access for FileMaker and FileMaker Go. If you want IWP, check the “Access via Instant Web Publishing”. Now your file is ready for us to host!

    Read More
    MySyte

    You May Also Like

    Remove Duplicates from List() function

    July 10, 2014

    Importing JSON Data Into FileMaker

    July 10, 2014

    All Stars

    June 19, 2014
  • Computers,  FileMaker

    Using 360Works Plugins with FileMaker Server and IWP / XML

    July 10, 2014 / No Comments

    I have found recently that in order to 360Works plugins with FileMaker Server IWP (Instant Web Publishing) and XML they have to reinstalled in the proper folder on the FileMaker Server. Mac OS X: /Library/FileMaker Server/Web Publishing/publishing-engine/wpc/Plugins   On Windows the path is: C:\Program Files\FileMaker\FileMaker Server\Web Publishing\publishing-engine\wpc\Plugins   You may have to create the “Plugins” folder.   Once installed, restart the server and you should be good to go.

    Read More
    MySyte

    You May Also Like

    8B AF Shipley 2020

    November 19, 2020

    Sending Email via FileMaker and Gmail

    July 10, 2014

    All Stars

    June 19, 2014
  • Computers,  FileMaker

    Unicode Information

    July 10, 2014 / No Comments

    Numeric ASCII Win2 Mac2 Copy FileMaker related Dec Hex char Meaning1 Ctrl- Ctrl- Calc3 Exp. Imp. Comment 0 0 NUL Null @ 0 0 DO NOT USE literally in calculations! 1 1 SOH A “?” 1 1 2 2 STX B B 2 2 3 3 ETX End of text C C “?” 3 3 4 4 EOT D “?” 4 4 5 5 ENQ E E “?” 5 5 6 6 ACK F “?” 6 6 7 7 BEL Bell G “?” 7 7 Does not ring any bell today. 8 8 BS Backspace H H 8 8 Deletes character 9 9 HT Horizontal tab I Tab 9 9…

    Read More
    MySyte

    You May Also Like

    Unhiding the “admin” block in Moodle

    May 22, 2014

    Downloading the Free U2 Album in iTunes

    September 10, 2014

    XML parsing error: whitespace expected

    July 10, 2014
  • Computers,  FileMaker

    XML parsing error: whitespace expected

    July 10, 2014 / No Comments

    In one of the XML imports I had created for FileMaker I was continually receiving the following error: I couldn’t figure out what it meant? What was a XML parsing error: whitespace expected?  I had rewritten my xsl stylesheet sever times with no success.  Finally, on a hunch i removed all spaces from my xsl stylesheet name.  Wola!  no more error. (ex. ICD10CMChapterInfo.xsl  vs. ICD10 CM Chapter Info.xsl)

    Read More
    MySyte

    You May Also Like

    Remove Duplicates from List() function

    July 10, 2014

    The Savior Makes All Things Right

    April 13, 2014

    Where You Can Find Your Plex App Downloads

    January 28, 2022
  • Computers,  FileMaker

    Remove Duplicates from List() function

    July 10, 2014 / No Comments

    Let ( [ TheValue = LeftValues ( Text ; 1 ) ; TheCount = ValueCount ( Text ) ; NewText = Replace ( Substitute ( “¶” & Text & “¶” ; [ “¶” ; “¶|” ] ; [ “|” & TheValue ; “” ] ; [ “|” ; “” ] ) ; 1 ; 1 ; “” ) ] ;      Case ( TheCount > 0 ;           TheValue & RemoveDuplicates ( Replace ( NewText ; Length ( NewText ) ; 1 ; “” ) )      ) ) For more information: http://www.briandunning.com/cf/492

    Read More
    MySyte

    You May Also Like

    Downloading the Free U2 Album in iTunes

    September 10, 2014

    Maximum hits/per minute or second

    July 10, 2014

    Creating QR Codes with FileMaker

    July 10, 2014
  • Computers,  FileMaker

    Creating QR Codes with FileMaker

    July 10, 2014 / No Comments

    I came across a good article on FileMaker and QR codes. “Using Google’s Chart API for QR Codes, Custom Functions and theScriptMaster plug-in by 360Works, I created the FileMaker Pro QR Code Creator. There are 2 options for displaying and creating the QR Code: Create QR Codes in Web Viewer Store a QR Code as a PNG file in a container field” Here’s the link. http://fmprodb.com/197/creating-qr-codes-with-filemaker.html

    Read More
    MySyte

    You May Also Like

    WordPress Front-end Editor Error

    October 10, 2014

    Hosted FileMaker File Make Pre Upload Tips

    July 10, 2014

    Exporting RTF text from a FileMaker field

    July 10, 2014
12

Menu

Recent Posts

  • Software Company to Keep an Eye On for Mac Users
  • Parsing JSON in FileMaker
  • AF 9A 2017
  • BTCPay Server on Mac
  • Where You Can Find Your Plex App Downloads

Categories

  • Baseball
  • Bitcoin
  • Blog
  • Brigg
  • BTCPayServer
  • Computers
  • Documents
  • FileMaker
  • Football
  • Gabe
  • Laugh
  • MacOS
  • Moodle
  • MU Wordpress
  • Music
  • OS X Server
  • Plex
  • Religion
  • Rugby
  • Shipley
  • Spencer
  • Sports
  • Uncategorized
  • Wordpress
  • WPLMS

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org