Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Parameters to Forms
Message
De
14/11/2000 07:48:28
Peter Walburn
Omega Data Services Ltd
Aberdeen, Royaume Uni
 
 
À
14/11/2000 07:21:10
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00441495
Message ID:
00441506
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform