Oh, help...
I have a TEdit box in which I want to enter currency. I want the thing to start out looking like:
$0.00
and enter the digit '1' and get
$0.01
then enter the digit '2' and get
$0.12
I'm not really concerned about getting the ',' like:
$1,234.56 (although that would be nice...)
I've tried every combination of an editmask in a TMaskEdit but can't get it to enter Right-To-Left...
I've read the thread that suggests Woll2Wall, but not for $xxx.00
I've read the thread that suggests seltext, sellength.. but that doesn't make any sense that it has to be that hard.
I've tried everything I can with KeyUp/Down/Press but always end up with the character showing like:
2$0.01
Before Keyup gets control which is "aesthetically" displeasing...
IS IT REALLY THIS HARD OR HAS MY MIND GONE TO MARS?
Thanks for any suggestions!
JGS
I have a TEdit box in which I want to enter currency. I want the thing to start out looking like:
$0.00
and enter the digit '1' and get
$0.01
then enter the digit '2' and get
$0.12
I'm not really concerned about getting the ',' like:
$1,234.56 (although that would be nice...)
I've tried every combination of an editmask in a TMaskEdit but can't get it to enter Right-To-Left...
I've read the thread that suggests Woll2Wall, but not for $xxx.00
I've read the thread that suggests seltext, sellength.. but that doesn't make any sense that it has to be that hard.
I've tried everything I can with KeyUp/Down/Press but always end up with the character showing like:
2$0.01
Before Keyup gets control which is "aesthetically" displeasing...
IS IT REALLY THIS HARD OR HAS MY MIND GONE TO MARS?
Thanks for any suggestions!
JGS