Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~385 People Reached
Favorite Tags
Member Avatar for newjerseydr

I created an application in .net that emails a person using mapi and outlook 2000. It works fine on pc that has outlook 2000 sp1, but doesn't work on pc that has outlook 2000 no sp. Outlook 2000 puts the recipaddress in quotes. Does anyone know how I stop Outlook …

Member Avatar for Jhon1975
0
127
Member Avatar for newjerseydr

I do: paramField.ParameterFieldName = "P1" ' Set a value to the parameter. paramValue.Value = strTemp paramField.CurrentValues.Add(paramValue) paramField.DefaultValues.Add(paramValue) ' Add the parameter to the ParameterFields collection. paramFields.Add(paramField) CrystalReportViewer.ParameterFieldInfo = paramFields strReportSource = strReportSource & "Transaction For Specified Account.rpt" CrystalReportViewer.ReportSource = strReportSource Then I get "Load report failed" Any suggestions? Thanks....

Member Avatar for Paladine
0
103
Member Avatar for newjerseydr

I created an application in .net that emails a person using mapi and outlook 2000. It works fine on pc that has outlook 2000 sp1, but doesn't work on pc that has outlook 2000 no sp. Outlook 2000 puts the recipaddress in quotes. Does anyone know how I stop Outlook …

Member Avatar for jagatcba
0
87
Member Avatar for newjerseydr

Does anyone know how to stop Outlook 2000 from prompting about A program is trying to automatically send e-mail on your behalf. I created a vb .net application to send e-mails using mapi but I get this message from Outlook 2000. Is there anyway to stop Outlook 2000 from prompting …

Member Avatar for jagatcba
0
68