I have a Progress Control on a Form and a class (ImportClass) which imports rows from a file.
I would like to call the PerformStep method of the form control from the Import class.
Does anyone know how this can be achieved?Code sample would be appreciated.
I would like to call the PerformStep method of the form control from the Import class.
Does anyone know how this can be achieved?Code sample would be appreciated.
Comment