CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    22

    ActiveForm problem?

    Hi all gurus,
    I'm getting data from oracle to a form and it works ok,but when i make another form and get more data for the 2nd form, and while it's receiving data i activate the first form to inspect the data, the program sends the data to the activated first form,but the title is ok on the 2nd form. How could i make it so that it would send all data to the new form,not caring if i activate other forms while one is receiving data?


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: ActiveForm problem?

    I suppose you are using bounded controls. Am I wrong? In case, you should switch to non-bounded ones, which exactly means to retrieve data and refresh controls manually...

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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