CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Forms and Data

Threaded View

  1. #1
    Join Date
    Oct 2008
    Posts
    3

    Forms and Data

    I have a form with textboxes tied to a dataset. When I click on add a new record I would like to fill in one of the databound boxes with some info but i can't see the info until I add an additional new record then navigate back. Any ideas on how to see it right away? It seems like a refresh problem.
    Thanks
    Last edited by sturner333; October 10th, 2008 at 07:38 AM.

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