|
-
Aug 8th, 2002, 06:14 PM
#1
Thread Starter
New Member
masked edit
When I try to assign text to the masked edit control, nothing appears. Yet when I refer to the text property, the text is there.
MaskBox1.Mask="##/##/##"
MaskBox1.Text = "11/11/11"
' the masked box blanks out
Textbox1.text=MaskBox1.text
' the result is 11/11/11
I know the text property is black, because I can type in the masked edit box and see what I type
Any ideas?
Bob
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
|