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

Thread: Forms and Data

  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.

  2. #2
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: Forms and Data

    Can you elaborate a little more please. i.e post the code in your add button.

    Cheers
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

  3. #3
    Join Date
    Dec 2007
    Location
    South Africa
    Posts
    263

    Re: Forms and Data

    you have to Explain in Detail what you want

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