3/21/2026 10:26:02 PM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Opportunity screen - Copy Opp Info to E-mail
Posted: 13 Aug 07 5:34 AM
|
Hi there,
I am getting an issue in SLX Opportunity screen. When I click on Copy Opp Info to E-mail on the snapshot, I get the following error. Please help to solve the issue.
Exception EAccessViolation:
Access violation at address 77C47ECD in module 'msvcrt.dll'. Read of address 00000000
Exception location: [77C47ECD]{msvcrt.dll} wcschr |
|
|
|
Re: Opportunity screen - Copy Opp Info to E-mail
Posted: 13 Aug 07 12:29 PM
|
| I believe MSVCRT.DLL is a C++ runtime library. Since SalesLogix was written in Delphi, I would suspect that something in your Outlook install may be messed up. Try uninstalling/reinstalling Outlook and see if it helps. |
|
|
|
Re: Opportunity screen - Copy Opp Info to E-mail
Posted: 13 Aug 07 6:32 PM
|
It is indeed the MS VC++ runtime library, though that does not mean that it is not being used from within Delphi.
Are you able to step through your code and determine exactly which line is causing the error?
Does this error occur for all users, or just one? |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|