| ASCII - Converts higher ASCII characters to their
HTML equivalent. |
|
|
| Char11 To Return 1.5 - This file converts Text
Files by substituting char11 into char13 (the real Carriage Return).
It ensures your exported Text Files have real carriage returns instead
of the char11. This version has increased the speed of the AppleScripts. |
|
|
| Clairvoyance - A neat file that teaches you how
to implement Type Ahead functionality in your files. This is useful
when you have many people that you need to select from a list. |
|
|
| Clean Text - Prevents improper data entry by
checking for double spaces, extra returns at the end of a field, and
other common data entry issues. |
|
|
| EXTRACT.FP3 - Here is a quick and easy way to
extract email addresses from a text field. There is one method using
a calculation and another method using a script. |
|
|
| Fonts.FP3 - This file will show you how to effectively
use different point sizes with your fonts and how to layout text. |
|
|
| HiLight - Demonstrates a technique for highlighting
your search criteria in the records you just found. |
|
|
| NameSplitter 1.2 - Same as the city, state, zip
splitter, but for names. Very handy. |
|
|
| Shrink Text - Removes the carriage returns at
the end of each line that some emails have so you don't waste paper
when printing. |
|
|
| Text Style - Shows one technique
for changing the color of the text in a field. |
|
|
| Text Proper - Script technique for
setting all the records in the found set to proper text format (e.g.
jOhN to John). |
|
|
| TypeAhead1 - A file that shows you
how to create a type-ahead function in your files. Useful when you
have a large list of values to select from. |
|
|
| TypeAhead2 - Shows you how to simulate
type ahead in your own solution. |
|
|