A thread proc must be defined as Sub MyProc() so no parameters are allowed,
which is what the compiler is telling you.
-Chris
>I would like to start a print job running on its own thread in order to
>give
[quoted text clipped - 26 lines]
> to
> get printed.
Ron Weiner - 28 Apr 2006 15:36 GMT
Thanks Chris.
I got around this by pointing the thread to a new Sub that calls the the
PrintOneRecord sub with the appropriate prameter. It all seems to be
working OK.

Signature
Ron W
www.WorksRite.com
> A thread proc must be defined as Sub MyProc() so no parameters are allowed,
> which is what the compiler is telling you.
[quoted text clipped - 31 lines]
> > to
> > get printed.