Thanks for the quick replies. I don't think the recipient email address is the problem, I have used several and they all seem to work under outlook or OE, they only fail under Hotmail.
I am not certain that Hotmail is Mapi compliant, there are two things that lead me to believe it is though...
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...
Thanks very much for the quick responses. I got the original query to work by using aliases. Here is what it looks like now (I may play around with the inner join method if I have time):
SELECT T1.* ,P1.Description as ProductName,
L1.LocationId,
L1.Description as LocationName...
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 =...
What database are you running? I have seen this a couple times (different reports, different users) using Pervasive 2000 and CR8. We spent alot of time trying to troubleshoot it and finally what got rid of the error in both cases was to uninstall/reinstall Pervasive 2000. The only thing I can...
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.