Hello all
I have a component of a text box on the form, in some cases, is the introduction of a number with a decimal point in it and sometimes enter text.
How can I make the text box to comply with it
Thank you
Hello all
I have a component of a text box on the form, in some cases, is the introduction of a number with a decimal point in it and sometimes enter text.
How can I make the text box to comply with it
Thank you
set the type to text, if you then need to do any math with the entry you can convert it to a number with the val function.
if the field is bound to a table, your table field type must also be text to accept both