System information
Any character that does not appear in the preceding table can appear in the first part of the mask as a literal character. Literal characters must be matched
exactly in the edit control. They are inserted automatically, and the cursor skips over them during editing. The special mask characters can also appear as
literal characters if preceded by a backslash character (\).
The second field of the mask is a single character that indicates whether literal characters from the mask should be included as part of the text for the edit
control. For example, the mask for a telephone number with area code could be the following string:
(000)_000-0000;0;*
The 0 in the second field indicates that the Text property for the edit control would consist of the 10 digits that were entered, rather than the 14 characters
that make up the telephone number as it appears in the edit control.
A 0 in the second field indicates that literals should not be included, any other character indicates that they should be included. The character that
indicates whether literals should be included can be changed in the EditMask property editor, or programmatically by changing the MaskNoSave typed
constant.
The third field of the mask is the character that appears in the edit control for blanks (characters that have not been entered). By default, this is the same as
the character that stands for literal spaces. The two characters appear the same in an edit window. However, when a user edits the text in a masked edit
control, the cursor selects each blank character in turn, and skips over the space character.
Setting EditMask to an empty string removes the mask.
tb_ccscript_processing: (used for storing answers)
id: autoincrement PK
datum: row age
operatorid: the id of the caller operator
clientid: the id of the called client (from tb_cclient)
ccid: campaign_client foreign key
questionid: the id from tb_ccscripts
answerid: the id from tb_ccscript_answers
answervalue: entered value (saved as text, but can represent other data type. for example date-time)
Note:
data inputs can be saved to tb_cclient or tb_campaign_clients if specified so. column names must be prefixes with client. or campaign. keywords. see the
keywords
section for more details










