Input Mask

G

Gicha

I am trying to set an input mask to fill data from the
right but to auto fill the beginning with zero's. That
is: Typing 12345 would yield 00012345 ... typing 123
would yield 00000123. Is this possible?
 
J

John Vinson

I am trying to set an input mask to fill data from the
right but to auto fill the beginning with zero's. That
is: Typing 12345 would yield 00012345 ... typing 123
would yield 00000123. Is this possible?

Use the Format property instead: set the Format of the field to
00000000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top