Hi Guys,
I have been scouring the forum to see if i can find a quick snippet of code but with no success. being under pressure also does not help...
I need to have an editbox start with "0000.00" and when a users enters a value, the numeric value needs to start on the right and fill in towards the left like this:
editbox is set to accept DECIMAL_NUMBERS and its start value is 0000.00
"0000.00"
"0000.01"
"0000.12"
"0001.23"
"0012.36"
I have tried to multiple the value by 10 each time, possibly moving the decimal point 1 over but i my app shuts down and closes even in a try catch
then i tried to use the numberformat functions on the textchange value, same diffs,
my app shuts down and closes even in a try catch
Any suggestions...
I have been scouring the forum to see if i can find a quick snippet of code but with no success. being under pressure also does not help...
I need to have an editbox start with "0000.00" and when a users enters a value, the numeric value needs to start on the right and fill in towards the left like this:
editbox is set to accept DECIMAL_NUMBERS and its start value is 0000.00
"0000.00"
"0000.01"
"0000.12"
"0001.23"
"0012.36"
I have tried to multiple the value by 10 each time, possibly moving the decimal point 1 over but i my app shuts down and closes even in a try catch
then i tried to use the numberformat functions on the textchange value, same diffs,
my app shuts down and closes even in a try catch
Any suggestions...