|
-
Sep 2nd, 2000, 07:41 AM
#1
Thread Starter
New Member
Hello All
How can I clear maskeditbox ?
tnak all
-
Sep 2nd, 2000, 01:22 PM
#2
Member
MaskEdBox1.Mask = ""
MaskEdBox1 = ""
MaskEdBox1.Mask = YourMask
-
Sep 2nd, 2000, 02:24 PM
#3
Hyperactive Member
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.
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
|