darkman0101
Technical User
Ok.. who wants to let me in on a secret?
I have an application that uses the Crystal Report Control.
If the user hits the Cancel button on the parameter form for the report once CrystalReport.action = 1 is set the report runs anyway, (and depending on the report this can take a while).
What I want to do is run this in another thread so the user can kill it and not kill the main app.
I understand that VB 6 does not support createthread()...
So what's the answer?
I have an application that uses the Crystal Report Control.
If the user hits the Cancel button on the parameter form for the report once CrystalReport.action = 1 is set the report runs anyway, (and depending on the report this can take a while).
What I want to do is run this in another thread so the user can kill it and not kill the main app.
I understand that VB 6 does not support createthread()...
So what's the answer?