Results 1 to 2 of 2

Thread: Form loading/re-appearing

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Littlehampton, W Sussex GB
    Posts
    203

    Post

    I am loading one form and then another. When I unload the second I want to run a procedure to re-display stuff on the first form. If its been there all the time what event to I attach the procedure to?

  2. #2
    New Member
    Join Date
    Feb 2000
    Posts
    8

    Post

    If all the data is in the same place as the original first-form load, you can just call it's Form_Load sub after changing the sub to public. For example, the first form loads all it's data from variables, so re-assign the variable data and use FirstForm.Form_Load. Or: First form gets it's data from a file, so rewrite the file and then call form_load. Or: FirstForm.Text1.Text = ???, FirstForm.Check1.Value = ???, etc.

    Hope this helps!

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