FormatNumber (FileMaker Pro Custom Function)

FormatNumber ( number, format ): Returns text string of number in the requested format. Function allows complete FileMaker Pro number formatting using an intuitive format structure. Examples: FormatNumber ( 14725.3675, “$,.2 US” ) = $14,725.37 US FormatNumber ( -14725.3675, “$(,.2) … Continue reading

Posted in Custom Functions, FileMaker Pro, Software | Tagged , , , | Leave a comment

FormatDateTime (FileMaker Pro Custom Function)

FormatDateTime ( dateValue, timeValue, format ): Format the dateValue and/or timeValue as specified in format. If dateValue or timeValue are empty current date or current time are used. Optionally, use the backslash as an escape code to include text not … Continue reading

Posted in Custom Functions, FileMaker Pro, Software | Tagged , , , , | Leave a comment

GetValueIndex (FileMaker Pro Custom Function)

GetValueIndex (valueList, valueString, matchCase, occurrence): Retrieve the index of the matching valueString in the valueList. Returns 0 if not found. Optionally, toggle case-sensitive searching by passing a boolean through matchCase, and, search for a specific valueString occurrence (a negative occurrence … Continue reading

Posted in Custom Functions, FileMaker Pro, Software | Tagged , , , , | Leave a comment

Rename File Extension (AppleScript Folder Action)

Rename file extension (Folder Action) Attach this script as a folder action to rename the file extension of files added to the folder. Open the script, edit the properties at the top of the script to enter the extension to … Continue reading

Posted in Applescript, Folder Action, Software | Tagged , , , , | Leave a comment

How to Prevent Spam Quarantine in Amavisd-new

To prevent spam from being quarantined to some non-accessible mailbox in Amavisd-new you must deactivate the quarantine command in etc/amavis/amavisd.conf. To do this, find (or add) the following variables in the etc/amavis/amavisd.conf file and set them so that they read: … Continue reading

Posted in Mail, Server, Uncategorized | Tagged , , , , | Leave a comment

Why you Should be using PHP’s PDO for Database Access | Nettuts+

“PDO – PHP Data Objects – is a database access layer providing a uniform method of access to multiple databases.” via Why you Should be using PHP’s PDO for Database Access | Nettuts+. PDO is a fantastic addition to PHP … Continue reading

Posted in PHP (Server Side Includes), Server, Uncategorized | Tagged , , | Leave a comment

Hello visitor!

Welcome to Lorenz Companies. I hope to keep you coming back with some interesting links and compilations of knowledge. Get wisdom and with all thy getting, get understanding.

Posted in Uncategorized | Leave a comment