Results 1 to 2 of 2

Thread: masked edit

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    1

    Angry 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

  2. #2
    Member
    Join Date
    Dec 2000
    Posts
    51
    I think it is a bug in the control, I tried to recreate what you did I am having the same trouble with the control.

    If it is any consolation it isn't just you.
    Everyone!!! Can I have your attention please?

    Sit back, Relax and watch the world unfold before your very eyes.

    Mystical isn't it, oh well I tried!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width