CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Masked Edit Box,date, andDatabse

    Dear All
    I have a Masked Edit Box in which I am displaying a Date from a Database. Problem is, when I edit a record,update it, and then try to navigate through the Recordser all the fields move properly excetp the Masked edit Field which remains static.I am really stcuk at it
    Thankx in Advance...


  2. #2
    Join Date
    Jun 2000
    Posts
    2

    Re: Masked Edit Box,date, andDatabse

    Use the dt_picker controll instead of mask edit, it looks much better and works in this situation.



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

Featured