Results 1 to 5 of 5

Thread: Passing data using multiple forms

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2002
    Posts
    16

    Angry Passing data using multiple forms

    I have four forms. I want to display the name entered on form1
    on form4. I want to display the data selected from form2 and form3 on form4. Finally, I want to accumulate the number of variables I selected from form2 and form3 and put that total on form4.

    Donne

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    that's nice.
    what are you having problems with?
    edit:
    on second thoughts so as not to be too narky try adding public properties to your forms

  3. #3
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Originally posted by DeadEyes
    that's nice.
    what are you having problems with?
    edit:
    on second thoughts so as not to be too narky try adding public properties to your forms
    What he means is instantiate the forms in a module, declaring them as public. (I think )
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jul 2002
    Posts
    16
    The big problem is when I make a selection from form2 or 3 is passing that literal and counter to form4

  5. #5
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Originally posted by DONO
    The big problem is when I make a selection from form2 or 3 is passing that literal and counter to form4
    Post your code for instantiating the forms.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

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