Hi Erel,
I feel a little ridiculous asking this question, especially since I know that you are busy with the new release.
On the other hand, I have worked in a number of languages over the years (including early Java), where you could spend literally days trying to figure out how to restrict data in a text box to numeric input with a set number of positions before and after the decimal point.
My question then, is there a numeric mask that can be applied to a textBox (or some other control) that will allow me to create a numeric only data input field on the form. I know I can do it by testing each character, but I thought there might be a more elegant and simpler way of doing this.
Might the answer lie in one of the library dll's?
I have searched the forum, as well as the help files and I did not find any numeric masked data input information.
Please advise.
Thanks again for the great work.
Regards,
David
I feel a little ridiculous asking this question, especially since I know that you are busy with the new release.
On the other hand, I have worked in a number of languages over the years (including early Java), where you could spend literally days trying to figure out how to restrict data in a text box to numeric input with a set number of positions before and after the decimal point.
My question then, is there a numeric mask that can be applied to a textBox (or some other control) that will allow me to create a numeric only data input field on the form. I know I can do it by testing each character, but I thought there might be a more elegant and simpler way of doing this.
Might the answer lie in one of the library dll's?
I have searched the forum, as well as the help files and I did not find any numeric masked data input information.
Please advise.
Thanks again for the great work.
Regards,
David