Results 1 to 3 of 3

Thread: Clear Mask Edit Box

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    2

    Red face

    Hello All
    How can I clear maskeditbox ?
    tnak all

  2. #2
    Member
    Join Date
    May 2000
    Location
    Canada
    Posts
    52
    MaskEdBox1.Mask = ""
    MaskEdBox1 = ""
    MaskEdBox1.Mask = YourMask

  3. #3
    Hyperactive Member Steve Stunning's Avatar
    Join Date
    Jul 1999
    Location
    Fairfax, Virginia
    Posts
    314

    Cool

    If you are asking how to clear text that was typed into the MaskEdBox, I always use the Mask format and PrompChar in the Property Section.

    Example: My mask for a date is ## / ## / #### So I clear it with __/__/____. A underline for each # placement.

    MaskEdBox1 = "__/__/____"

    Hope this will help till someone gives you something better.

    Steve Stunning

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