Back with some more information...
did some testing and I isolated the problem.
What I do is the following:
I wrote an Outlook COM Add-In in C#. This add-in captures all changes to appointments and displays a window where the user can add some additional information which is stored in some...
Hi,
we are having problems with updating appointments. When we create an appointment in Outlook 2003, save it, close the appointment en open Webmail, the appointment is there. When we change the time of the appointment in Outlook, save it en connect to Webmail again, the appointment is still at...
Hi,
I'm having problems with the decimal separator when exporting Excel data to an XML-file.
I have a number of cells which I export to XML using a data map:
ActiveWorkbook.XmlMaps("exportmap_Map").Export URL:="d:export.xml", Overwrite:=true
Simple and clean...
The problem is the decimal...
uhmmm...
I think I explained it a little bit wrong. :)
At this moment, I call the macro through automation and pass the parameters directly to the macro :
Private Sub Command1_Click()
Dim wrdApp As Object
Dim wrdDoc As Object
Dim strFileName As String
Set wrdApp =...
Hi,
does anybody know if it's possible to open a word template using VB and pass parameters to this template and use them in a VBA-macro without passing them directly to the macro?
So, it's like opening the template with commandline parameters from the "Run" prompt, for example...
Hi,
I'm having a little trouble with exporting Reports to Excel. I'm trying to export it from the Crviewer. I'm using Visual Basic 6 and Crystal Reports 8.0 in a Windows 2000 environment. The neccessary dll's for export are distributed.
The weird thing is that after deploying my application, the...
Hi,
we are trying to update a table using ADO (2.6). We have a Sybase System 11 database.
The weird thing is, the rs.update works fine UNTIL we try to update a varchar-field in the table.
ex.
with rs
.fields("Status") = 5
.fields("AuditDate") = Now
.update
end with...
Hi,
I'm looking for a way to copy a file to an FTP server. It's not an FTP-server on the internet but on a LAN. I have an IP from a computer somewhere on the local area network of our company.
I tried it with the MS Internet Transfer control like this:
with ctlFTP
.Protocol = icFTP
.URL =...
Hi,
a collegue of mine was given the advice, to use CreateObject instead of using the "new" keyword.
Dim xlObject = Excel.Application
set xlObject = CreateObject("Excel.Application")
set xlObject = New Excel.Application
She asked me what the advantage was of using...
I know there's a version on one of the Visual Studio CD's. It's v4.6 (ancient!!) but I can't remember which CD it is.
It's located under a directory \Common\Tools\crysrep
You can also download it from their website but that's an evaluation version.
When you install the Crystal Reports Designer Component, you can choose it from your Project Menu (like forms, modules,...) and add a Crystal Report to your project.
It similar to using the Data Reports from Visual Basic but better and it has more properties to play around with! :)
The designer...
Had the same problem.
You have to add the needed runtime files yourself to your package.
Crystal Decisions have a page where they givve some more information on this topic and which files to include in your package.
http://support.crystaldecisions.com/kbase/c2007290.asp
Hi,
I have just converted my reports to use the p2soledb.dll to connect to a SQL Server 2000 Stored procedure.
When previewing the report (or verifying the database), I'm getting an empty error dialog followed by an "Server has not yet been opened" error. The first error is my...
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.