selena1
Programmer
- Apr 7, 2003
- 69
I have changed messages that I get when some error happend, changing resource strings in DBConsts.pas.
For example:
SMaskEditErr = 'Invalid input value. Use escape key to abandon changes';
I have change dwith:
SMaskEditErr = 'T............';
But i can't get non english letters in messages. How can I solve this trouble?
THANKS!
For example:
SMaskEditErr = 'Invalid input value. Use escape key to abandon changes';
I have change dwith:
SMaskEditErr = 'T............';
But i can't get non english letters in messages. How can I solve this trouble?
THANKS!