Board index » delphi » MaskEdit problem

MaskEdit problem


2003-11-13 06:51:03 AM
delphi56
running on BCB 6.0 +IB 7.0.1+IBX 6.08
when trying to change EditMask Property in the way like this
IBTable->Fields->Fields[1]->EditMask="122\/00000\/00;1_"
I've got "." (dots) instead of "/" (slashes) because of date
format I have got on PC.
Could somebody advise how to turn slashes into slashes (not a dots)
on PC with date format turned to dd.mm.yy
P.S. as you may see I am using "\" (backslash) while tyring to enter "/"
like literal.
 
 

Re:MaskEdit problem

Hi !
How can I get rid of that {*word*76}y error message of : "Ivalid input value. Use
escape key to abandon changes"
This error always raise, when I click somewhere else on the form, and
MaskEdit not full filled. But filling in all given chars is shouldnot be a
must.
Can you help me on this matter, please ?
Thanks a lot in advance,
Moore
 

Re:MaskEdit problem

Sorry, I had found it.
Thanks anyway,
Moore
"D.Moore" <XXXX@XXXXX.COM>writes
Quote
Hi !

How can I get rid of that {*word*76}y error message of : "Ivalid input value.
Use
escape key to abandon changes"

This error always raise, when I click somewhere else on the form, and
MaskEdit not full filled. But filling in all given chars is shouldnot be a
must.

Can you help me on this matter, please ?

Thanks a lot in advance,

Moore