Creating a report threadsafe?
I am creating a report at runtime when a form is created. When the form
is visible, TppReport's PrintToDevices is called.
To improve the user's perception of performance I would like to create the
report in a thread (possibly before the report is requested), give it to
the form and have PrintToDevices called when the form is visible and the
report generated.
Can I do this?
Thanks,
Joanne
is visible, TppReport's PrintToDevices is called.
To improve the user's perception of performance I would like to create the
report in a thread (possibly before the report is requested), give it to
the form and have PrintToDevices called when the form is visible and the
report generated.
Can I do this?
Thanks,
Joanne
This discussion has been closed.
Comments