C
Chris Thunell
I would like to open a form and pass variables to the new form as needed.
Example:
Dim myform as new chrisform
myform.visible = true
But what i would like is
Dim myform as new chrisform(Record=5)
or
Dim myform as new chrisform(5)
so the form would get this information, and then open the appropriate
record.
I think this is called overloading??? or doing something with a base class??
Any ideas?
Thanks!
Chris
(e-mail address removed)
Example:
Dim myform as new chrisform
myform.visible = true
But what i would like is
Dim myform as new chrisform(Record=5)
or
Dim myform as new chrisform(5)
so the form would get this information, and then open the appropriate
record.
I think this is called overloading??? or doing something with a base class??
Any ideas?
Thanks!
Chris
(e-mail address removed)