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 Shaun E 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: *

  • Users: JBBJWS
  • Content: Threads
  • Order by date
  1. JBBJWS

    Mapi Export

    I have been having problems with Mapi exporting. If I set Outlook or Outlook Express as my default email service the export works ok. If I try to set Hotmail as the email service, I get this error message: Error 2 returned by function <MapiResolveName> I can go into word and send an email...
  2. JBBJWS

    RDC in Delphi or C++

    Does anyone have any experience using the RDC with Delphi or C++? How does it compare to the VCL? Any problems installing or using??
  3. JBBJWS

    RDC vs. Delphi VCL

    I am pretty new to Crystal development. In the context of Active Data reports, can someone tell me the difference between RDC and the VCL? Are they completely separate ways of dealing with the same problem or do you have to use the VCL with RDC?
  4. JBBJWS

    Msvcp50.dll

    When I try to register CDO32.dll I sometimes get an error that load library failed. I have run dependency checks and the machines that have the problem are missing MSVCP50.dll. Is this dll installed by Windows? If so, anyone have any idea what happened to the dll? The machines that have had...
  5. JBBJWS

    CDO32.DLL

    Is there any way to get CDO32.DLL to self register or must it be done manually? I am using CR8 and CBuilder 5.
  6. JBBJWS

    Crpe error 656

    Hi, Does anyone have any experience with this error? I am using Delphi 5 and CR8. I checked the Crystal KB and it said to add: If ErrorNum = 656 then IgnoreError := cTrue to the VCL component in the OnError event. I played around with this a couple ways but met with no success. Does...
  7. JBBJWS

    Crpe error 656

    Hi, Does anyone have any experience with this error? I am using Delphi 5 and CR8. I checked the Crystal KB and it said to add: If ErrorNum = 656 then IgnoreError := cTrue to the VCL component in the OnError event. I played around with this a couple ways but met with no success. Does...
  8. JBBJWS

    Union problem

    I need to do a report based on 6 ticket tables and a product table (for the product description). Here is what I have tried: (I am only using 2 ticket files for this illustration) select ticket1.*, products.description as productname from ticket1, products where ticket1.productid =...

Part and Inventory Search

Back
Top