
Hi All,
I have a case where I need to have a specific currency format for a TextInput Field. For one Field it is no problem, but is there a way to define the format one time and use it then from that place for every TextInput Field ? Because at the moment I set a variable in the OnChange property of one TextInput Field and define in the Default property the format of it. But of course I can't use this variable for all Fields because obviously it is showing the same figure in all and it can't be the right way to set a variable for all 50 Fields.
So is there a way ? Thanks in advance
Have you tried making a Canvas Component to do this and handle its values internally? If it works, then you can just reuse that Component 50 times.