Results 1 to 3 of 3

Thread: Masked Edit Box

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    11

    Masked Edit Box

    I'm trying to use a Masked Edit Box on my form and then trying to get the (Text) from it.... but in my debug window it's empty.

    VB Code:
    1. Debug.WriteLine("AxMaskEdBox1.Text is  " & AxMaskEdBox1.Text)

    debug window.
    AxMaskEdBox1.Text is (blank)

    How do I get what I type into the MaskEditBox to show up so I can do some validation.

    Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Mar 2004
    Location
    Prato - Tuscany - Italy
    Posts
    461
    Here I can't verify it, but if I well remember what is called 'Text' in a textbox, in most cases must be referred as 'ctltext' in a masked edit.
    Try to change 'text' property with 'CtlText' and let me know if it works. Good job
    Live long and prosper (Mr. Spock)

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    11

    Thanks

    Thanks. That was it.

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