WMitchellCPQ
Programmer
Hi there,
Im having problems passing form controls to a class which i have written. Im using the following approach, which isnt working:--
outside class
------------
classname.addControlData(Multipage.PageName)
inside class
-----------
'class methods
Public Sub addControlData(PageName)
PageName.Control1.Value = "Blaaah"
PageName.Control2.Value = "Blasss"
End
Im not sure how to pass my form and controls properly can someone help
Thanks
Will
Im having problems passing form controls to a class which i have written. Im using the following approach, which isnt working:--
outside class
------------
classname.addControlData(Multipage.PageName)
inside class
-----------
'class methods
Public Sub addControlData(PageName)
PageName.Control1.Value = "Blaaah"
PageName.Control2.Value = "Blasss"
End
Im not sure how to pass my form and controls properly can someone help
Thanks
Will