Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing values to forms
Message
From
16/05/2002 21:57:53
Ron Hodge
Sebrex Systems, Inc.
Dacula, Georgia, United States
 
 
To
16/05/2002 10:54:26
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00657241
Message ID:
00657966
Views:
29
Mike,
I tried what you suggested and it works great:

From the calling program:

Dim frmAuditBatch As New auditbatch(Me)
frmAuditBatch.Show()

and in the called program:

Public Sub New(ByVal sender As System.Object)
and then refer to sender.var1, sender,var2, etc.


Or
Dim frmAuditBatch As New auditbatch(var1,var2,etc)


and in the called program:

Public Sub New(ByVal Var1 as integer, etc)


Thanks!
Ron Hodge
Sebrex Systems, Inc.
Atlanta, GA
Previous
Reply
Map
View

Click here to load this message in the networking platform