I have a program in c# that connects asynchronously to a server. It connects without a problem but I do not get any response messages back from the server.
The port number I am trying to connect to is above 32767.
I have managed to create a server and the client can connect to the server...
Most queries are done against CI_INFOOBJECTS.
Try doing
SELECT TOP 100 * from CI_INFOOBJECTS
SI_PROGID is a useful thing to look at, it shows there are various object types held in CI_INFOOBJECTS
Look in the CE_SDK.chm file for SI_PROGID on your Crystal Enterprise CD.
You can list the...
I have identified the script to list recurring reports with events and highlight which events are missing :
' The InfoStore object used to query the APS.
Dim IStore
' The name of the folder that will store the report.
Dim FolderName
' The path and file name of the report.
Dim...
The NT EventVwr reports that we have a number of reports with missing events. I am after a CSP script to list out the reports with missing events.
I know how to list all the reports in the system using CI_INFOOBJECTS and I know how to list all the events. But I don't know how to identify which...
I have written an ActiveX dll in VB that uses the Winsock.dll (I tried the mswinsck.ocx first but have the same problem). It is called MyPriceTcpApp.dll with a class called TCPIP.
I am trying to creating an object to use my code within ASP.
eg
<%
Dim lPrices
Dim lWinTcp
Set lWinTcp =...
Thanks for sharing your knowledge Bob.
It is possible to get event notifications using callbacks. I believe the server dll has to provide a function to receive the method to be called back. I've worked around the problem as I wasn't allowed to change the server dll. And I didn't have the budget.
I am working on a VB project where a Server .tlb file written in C++ by somebody else will enable me to determine when something happens on the server. The problem is that the typelib file that I try to use wont allow me to use the keyword withevents. I tried the following :
Private Withevents...
I tried your idea of the POST method but I couldn't get it to work. Crystal Enterprise did not want to accept the Post method. I don't know if it was due to the version of IE (IE5.00.3314), the version of Crystal we are using or a coding error. It's most probably the IE version as I can't stop...
We are using Crystal Enterprise 8.5 and a VB WebBrowser application to access unmanaged reports.
To access the reports we use the url
: //someserver/somedir/somereport.rpt?somepromptexparms&User0=someuser&Password0=somepwd&CMD=Export&EXPORT_FMT=U2FPDF:0
The problem is this is insecure - it...
I have Visio but I don't have .NET enterprise edition. I have developed a program to produce C# code from Visio UML static structure models. Please post any constructive comments about it to this forum.
See the site www.ddddata.com/umlexporter
Many thanks
Peter
As I didn't have the Enterprise edition. I've developed a COM Addin for Visio.
See the site www.ddddata.com/umlexporter
Please post any comments on this application to this forum.
Many thanks
Pete
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.