
***********************
CustomFieldsDemo1.wfm
***********************
This form demonstrates three data types. All three are stored in a 
database table as strings, but are morphed into a data, a logical, and a 
number for use with form controls. The three disabled entry fields show 
the raw data as it is stored in the table. To update the raw data (and see 
the updates in the entryfields) save the row or navigate away and then 
back. (I use these fields with a mySQL database where the administrator 
insists that all data be stored as strings.) 

***********************
CustomFieldsDemo2.wfm
***********************
This form demonstrates two custom fields that store logical values in a 
DBF table, but display the values with characters.

The form also includes an example of how a user might create their user 
defined field type. In this example radiobuttons are used with full 
descriptions of the field values (Freshman, Sophomore, etc.).  The values 
are stored as "1", "2", etc.  The beforeGetValue and canChange methods 
that morph this field is located in the same file as the form.