Results 1 to 2 of 2

Thread: Edit masking in a text box

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    2
    I am using a text box to display birthdates from a database.
    I have an edit function that allows a user to change
    the birthdate.
    Is there a way to edit mask in a text box without using the microsoft edit mask control?
    Thanks in advance.
    dand444

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ottawa,ON,Canada
    Posts
    217
    Naturally there is a way, but it's not realy worth the trouble. You can do it by watching events on the control (like change and keypress), using functions (like Format, InStr, Mid, and Replace), and some API calls.

    Have fun (if you go this route).

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