Entering and Editing Data in a Data Field

During form processing, the contents of a data field are stored in string representation in the edit buffer. When the user enters or edits data in a data field, the changes are actually made to the edit buffer, not to the underlying data variable associated with that field. The underlying data variable is not changed until the string in the edit buffer is validated and converted to the appropriate data type (see below).


Home Contents Previous Next