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

    Save Report using QuickReport

    Of course, my code is in an afterprint event. What is the Application->ProcessMessages() for?
  2. satelite

    Save Report using QuickReport

    Hi there I need to save a report by program, I'm using Quick Report V 3.0 pro, and C++Builder 5.0, here is my code QuickRep1->Prepare(); QuickRep1->QRPrinter->Save(ORD0420RSF->FileName1); it creates the file, but breaks with the following error message: Access Violation at address...
  3. satelite

    How to remove a library

    I deleted all the references that were on the .cpp and .h files, I don't see and .rc files, is the .res the equivalent?, if so, I can't edit it with the note pad, or any other file from the project, except the .cpp and .h files. Regarding the second answer which file exactly are you talking...
  4. satelite

    How to remove a library

    Hi there, i tried to use eDocEngine from Gnostice with quick Report, but didn't install correctly, I remove it from my packages, but I'm getting a linker error: [Linker Fatal Error] Fatal: Unabel to open file 'GTCOMPRESSIOND5.LIB', I don't know why is trying to include this library, since I...
  5. satelite

    Error message when getting an email with an attatchemnt file

    If I can use a different component instead of NMPOP that could solve the problem I'm having with Attatchment Files, I'll consider so please, if you know either how to solve this using NMPOP or a different component let me know. Thanks in advance.
  6. satelite

    Error message when getting an email with an attatchemnt file

    I have an application that reads mail messages from a mail server, it works fine with plain text messages, but when one of the mail messages contains an attatchment file, I'm getting the following error message at this instruction...
  7. satelite

    How can I extract information of a .Key and .cer file?

    The .key and .cer files are generated by an external application provided by the SAT in Mexico (I.R.S.), to be used for the electronic invoice.
  8. satelite

    How can I extract information of a .Key and .cer file?

    I need to get the private key and sign up and encrypt some information. I'm currently using C++ Builder 6.0

Part and Inventory Search

Back
Top