Hi All
I have designed a form with a textbox in screen painter.
I have given a character from the coding to be entered in the textbox
that is
if I type A, O will be displayed.
like that it will be going on.
but a problem occurs.
if a character is pressed, the alternate character is been displayed. No problem in that.
But before displaying the alternate character ,the actual character is displayed.
while typing A first A is displayed and then it changes to O.
How to solve this problem.
-Anto