Forum: VB.NET Sep 1st, 2005 |
| Replies: 3 Views: 7,279 I did specify the location of the report in the report name. I found the problem. It was that I didn't have the correct location for the report. Once I put the report in the right location the... |
Forum: VB.NET Aug 30th, 2005 |
| Replies: 3 Views: 7,279 I do:
paramField.ParameterFieldName = "P1"
' Set a value to the parameter.
paramValue.Value = strTemp
paramField.CurrentValues.Add(paramValue)
paramField.DefaultValues.Add(paramValue)
'... |
Forum: VB.NET Aug 5th, 2005 |
| Replies: 1 Views: 3,657 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... |
Forum: VB.NET Aug 3rd, 2005 |
| Replies: 1 Views: 2,284 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... |
Forum: Community Introductions Aug 3rd, 2005 |
| Replies: 0 Views: 1,270 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... |