Input mask right to left

  • Thread starter Thread starter Mark A. Sam
  • Start date Start date
M

Mark A. Sam

Hello,

I would like entry in a textbox to move right to left in a number field so
that it fills the decimal part first. I tried using the ( ! ) exclamation
point ni the mask, but it did nothing. I tried it on both A2000 and A2007.
Thanks for any help and God Bless,

Mark A. Sam
 
I misread Help as saying the characters will fill in from right to left,
they won't.
 
I don't know if I understood properly but

have you tryed to right align the text box?

Cheers
Rui
 
No, what I wanted to do was be able to type in a number, first filling in
the decimal places, then the number, so that the operator wouldnt have to
hit the dot on the keyboard. Instead, I put a message on the screen not to
type in the decimal point and in the Afterupdate event of the textbox, I
divided the textbox value by 100.
 
Back
Top