Functions in order of    date added  function name  comments  rating

webviewer_button ( bgCol ; textCol ; content )

This function returns an HTML content formatted for a webviewer.

    By El_Pablo   (2 comments Posted 3 March 2010   Rating:  unrated

StringConstruct ( text ; prefix ; suffix ; altText )

Shows a value if present with an option prefix and suffix, otherwise shows alternate text

    By Chad S.   (0 comments Posted 19 February 2010   Rating:  unrated

ShowValueCascade ( fields ; altText ) ( fields ; altText )

Given a text string of fields, it will return the first non-empty value, if all are empty, will return an alternate value

    By Chad S.   (0 comments Posted 19 February 2010   Rating:  unrated

ShowValue ( text ; altText ) ( text ; altText )

Attempts to show a value, if it's empty, shows an alternate value

    By Chad S.   (0 comments Posted 19 February 2010   Rating:  unrated

RemoveSmartQuotes ( text )

Removes any single or double smart/curly quotes from the specified text (requires FileMaker v10)

    By Andrew Duncan   (0 comments Posted 9 February 2010   Rating:  unrated

xmlSetH ( name ; value ; xml )

store multible named values in one field or variable! sets value of a tag within a xml by hierachical name

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlGetH ( name ; xml )

store multible named values in one field or variable! get value from named tag by hierarchical name

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlGetTop ( name ; xml )

store multible named values in one field or variable! gets value of a tag with given name

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlSetTop ( xml ; value ; name )

store multible named values in one field or variable! usefull to pass multible values over as a scriptparameter -- part or xmlGetH / xmlSetH ---

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlFirstTagValue ( xml )

gets the content of the first tag in xml -- part or xmlGetH / xmlSetH --- requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlFirstTag ( xml )

gets the first tag of the xml requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlWithoutFirstTag ( xml )

the xml without the first tag and its content -- part or xmlGetH / xmlSetH --- requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlTagN.valuePosEnd ( N ; xml ; name )

search position of the corresponding end tag for the N-th start tag with the given name result is the position of the last character bevor the searched end tag

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

xmlFirstTagName ( xml )

results the first name in the xml text

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

TrimSpaceCR ( text )

remove any leading and trailing " " or "¶" as an extension of FM function Trim(text)

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

 

« Previous 1 2 3 4 5 6 7 8 9 10 11 Next »

 

 

 

 

 

 

Top Tags

Text Parsing  (24)
List  (19)
XML  (15)
Format  (14)
Date  (12)
Debug  (12)
Layout  (11)
Variables  (10)

 

Filter  (9)
Layout Objects  (6)
ValueIterator  (6)
Recursive  (5)
Dev  (5)
Interface  (5)
Text  (5)
Number  (5)