updating form object using class object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    #1

    updating form object using class object

    Hi,

    I have a form with controls on it.

    I got some canned code on connecting to a SQL Server 2000 and running a DTS
    package. This code is a class module.

    I would like to be able to have the events occuring (there are lots of
    console.writeli ne) in the class module to be output to a multiline text box
    on the form.

    The class module is not aware of the existence of the form or needs to know
    of the existence, hence I need to a method or event that will output to the
    calling object.

    I also need an event or method that polls the executing procedure in the
    executing class for outputed values.

    I simply don't know how to do this.

    Does anyone know of any resources, websites, or code example or explanation
    on where to get started .

    thanks

    Chris
Working...