|
-
Jan 24th, 2018, 02:40 PM
#1
Thread Starter
New Member
[RESOLVED] TextBox is printing backwards on form
Hello, strange problem here. It was working then 'Something' must have happened to change it.
When I type into all the textboxs on my form, the the text is backwards, in other words if I try to type
'ABC' into the box, the cursor slides left after every stroke resulting in 'CBA' in the box. I have already looked at
the propertys box at the 'RightToLeft' and it is FALSE on all forms so thats not it. I have never seen this happen before.
Any ideas on what I may have done without realizing it to make this happen?
I do have some code in the TextBox_Change() event but it only forces caps on.
Here is the code --- txtTYPE.Text = UCase(txtTYPE.Text) ---
Like I said this WAS working fine, then I noticed it. Not sure what I did to make it change.
Any ideas??
Thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|