StevenK you may be right but i did a lot of tests for previewing , exporting etc etc and my suggestion is full copy of this folder.Now i have managed to have a full client application with all the options i want and with no problems.
You realy need to copy the hole Crystal folder to clients winnt for later ploblems (beliave me) also copy to c:\winnt\system32 the rest
p2sodbc.dll
p2ssql.dll
ntwdblib.dll
pg32conv.dll
sscsdk80.dll
with both P2 dlls into system32 you will not have to change DB driver/provider of the report...
I ve managed to make a program that logs the CDR sys parameters from COM1 all the records seems to be ok but i dont know what option is for the agent login and logout and i really need to monitor this operation.
Thanks on advance
or use this and manipulate excel like a recordset
Dim cnnDB As ADODB.Connection
Dim rst As ADODB.Recordset
Set cnnDB = New ADODB.Connection
Set rst = New ADODB.Recordset
With cnnDB
.Provider = "Microsoft.Jet.OLEDB.4.0"
.Properties("Extended...
here is the code i used in one of my aplication:
I read every 3 minutes the unread messages of a mailbox and them i mask them as unread
Dim con As ADODB.Connection
Dim rst As ADODB.Recordset
Dim objSess, objInbox, objMsgColl, objMsgFilter As Object
Dim objMess As Message
Private Sub...
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.