|
-
Jul 27th, 2004, 06:48 AM
#1
Thread Starter
Junior Member
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
-
Jul 27th, 2004, 06:51 AM
#2
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
-
Jul 27th, 2004, 09:23 AM
#3
PowerPoster
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.
-
Jul 27th, 2004, 09:33 AM
#4
Thread Starter
Junior Member
The big problem is when I make a selection from form2 or 3 is passing that literal and counter to form4
-
Jul 27th, 2004, 09:35 AM
#5
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|