Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. datavalue

    Connect to Network Ports greater than 32767

    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...
  2. datavalue

    CI_INFOOBJECTS

    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...
  3. datavalue

    Large Number of Reports with missing Events

    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...
  4. datavalue

    Large Number of Reports with missing Events

    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...
  5. datavalue

    Winsock/ActiveX Dll problem in ASP

    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 =...
  6. datavalue

    Withevents not working with Type Library

    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.
  7. datavalue

    Withevents not working with Type Library

    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...
  8. datavalue

    &quot;Batch&quot; Reports?

    We make our reports dependent upon an event as well. This way our reports start daily after 2am but only once the trigger to fire the report appears.
  9. datavalue

    Login from VB is insecure

    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...
  10. datavalue

    Login from VB is insecure

    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...
  11. datavalue

    Visio UML code generation

    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
  12. datavalue

    How to Generate Code from UML

    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

Part and Inventory Search

Back
Top