Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarsBar

    Switching Applications Kills Print Job

    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.
  2. MarsBar

    Question about commenting

    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.
  3. MarsBar

    Setting values in a table to another record

    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...

Part and Inventory Search

Back
Top