Posted by Mujtaba
2015-10-28

dear i need to change the text field to numbers only
Posted by Tom
2015-11-04

>i need to change the text field to numbers only

Open web/codelib/asc/df.fl.(table-name).inc.php in a text editor and find the field definiton of the field you want to modify. For example,
'my_field'=>array(
XA_CLASS=>'CVText',
XA_CAPTION=>....,
XA_REQUIRED=>....,
XA_SIZE=>....,
),
Find the line, XA_CLASS=>'CVText',. Change CVText to CVNumber.