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