I have a Visual C++ application that prints Crystal reports using the API. If a user previews a long report, then sends it to the printer, and then switches to another application, the print job gets cancelled before it finishes. What could be causing this behavior?
Thanks for your help.
I have found the Code Comment Builder Wizard on Dev Ashish's site to be invaluable. It lets you block a section of code and comment it all at once. You can find it at: http://www.mvps.org/access/modules/mdl0031.htm.
Here's how I would do it. First, get rid of TimeCard.JobName. It's needlessly cluttering up your database. All you need is TimeCard.JobNum. If you know that number, you can get the JobName by looking it up in the Jobs table. Create a form based on the TimeCard table.
Put a combo box on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.