Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters to Forms
Message
From
14/11/2000 07:48:28
Peter Walburn
Omega Data Services Ltd
Aberdeen, United Kingdom
 
 
To
14/11/2000 07:21:10
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00441495
Message ID:
00441506
Views:
8
Thanks for that. That'll do the job. I was hoping that there would be an easy way to create a form property, without resorting to public variables, but I'll cope with this.

Thanks,

Pete
>=== Correction Form1 ===
>Private Sub Command1_Click()
>Form2.sData = "test"
>Form2.Show
>End Sub
>=== Form2 ===
>Public sData As String ' the easiest way to create a property :-)
>Private Sub Form_Activate()
>MsgBox sData
>End Sub
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform