Hi,
Considering myself as an experienced user of C1 for ActiveX I'm totally puzzled by C1NumericEdit's (2.0.20073.33104) behaviour in unbound mode.
I'm trying to create an input mask for say numbers from 0 to 999.99. So I've set the DateType to 'decimal' , FormatType to 'CustomFormat', CustomFormat to '##0.00', the EditMask to '##0.00' and the value to 0.
After doing so, I'm not allowed to enter numbers < 100, eg. 23.34. Instead I'm always forced to enter 3 digits before and 2 digits behind the decimal point.
In TDBInput there were two options: Format and DisplayFormat. Settings Format to '##0.00' and DisplayFormat to '##0.00;;Null' displayed the initial value as '0.00' and I could enter a number say '23.34' and everything was fine.
In C1NumberEdit that initial value is being display like '__0.00" and, like I said before, I'm forced to enter 3 leading digits. Furthermore, afterwards the value property is still 'null' as the text property contains the entered number.
I hope, I made myself clear. Can anyone help, please ?
Thanks in advance,
Stephan