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 Chriss Miller 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: *

  • Users: arh
  • Order by date
  1. arh

    Method '~' of Object '~' failed

    When calling one MTS object from another both written in VB6 on a transaction context, the environment sometimes raisers the following error. -2147164157 Method '~' of Object '~' failed
  2. arh

    Drill down using a graph

    David The problem I have is that the summary field I'm using is a formula (one of three to maintain a running total) this formula is not available in the group graph option, in fact this option is greyed out until I create a summary field. How do I base the graph (using the graph group option)...
  3. arh

    Drill down using a graph

    David I hope you remember me, we have met through Crystal info at a rather large car makers in east anglia. Anyway I have a report with three levels of drill down and I want to create a graph at each level and drill through that. However when I create the graph it will not let me drill down...
  4. arh

    Drill down using a graph

    Is it possible to create a summary value based on a formula so that I can use the drill down feature of a chart? I understand the example report shipped with version 8 (world sales report) the field they use in the total sales from the DB, the field I use is complex and has to be a formula...
  5. arh

    ActiveX Viewer prints additonal blank paegs

    The problem is related to the margin size of each report. There are several solutions 1) read all the documentation from Seagate try all the different 'fixes' the suggest or 2) Get the updated viewer (version 8.0.0.502) However using this viewer stops the export to Excel working (unless...
  6. arh

    Cool Bar ActiveX control

    I thought the cool bar was part of the standard set of controls that shipped with VB6. There is no .lic file on the machine used to develop the ActiveX control, in fact it should be the same build as the machine it fails to display on. Why ship a control the restrict it's use?
  7. arh

    Cool Bar ActiveX control

    I'm using the cool bar control in my ActiveX project, it all works fine. However when I use the package and deployment wizard to build an internet package cab file and distribute it via the web my activeX control fails to display. If I then open the VB source code on the machine it failed to...
  8. arh

    Colour or bars in graph at runtime

    Everytime I run a report with a graph in, the colours for each item in the result set change depending on where the item is in the result set. Is it possible to fix or bind a result set value to any given colour? Many thanks
  9. arh

    Export via web to Excel format failed

    Bit more info. If I view a report published by any one of our web servers on my local machine and try exporting to excel it works fine. If I view same report on same URL on another machine anywhere on the network no joy. The only difference I can see is I run Excel 2000. I have yet to...
  10. arh

    Export via web to Excel format failed

    A report published via a web server displays and exports into all formats except Excel. All required dll's are present the error returned is: CRAXDRT error occured on server -2147190908. Failed to export report Any thoughts please. regards arh
  11. arh

    setting the zoom level in the Web

    I can control the ActiveX viewer by changing code in SmartViewerActiveX.asp eg <PARAM NAME=&quot;EnableRefreshButton&quot; VALUE=1> <PARAM NAME=&quot;EnableGroupTree&quot; VALUE=0> <PARAM NAME=&quot;DisplayGroupTree&quot; VALUE=0> How do you set the zoom level at run time? Thanks
  12. arh

    Blank pages when printing via WEB

    A report written in Crystal Version 8 when printed from the design environment is fine. However when called through IE5 on an Intranet it generates every other page as blank, when printing. I found an article &quot;c2005415&quot; on the Seagate knowledgebase which when implemented seems to have...
  13. arh

    Clireg32 Dcom problems

    Solution: Use the bugged fixed version of clireg32.exe
  14. arh

    HELP!! Smart Viewer Server Error

    Two Things to try 1) Has the server that publishes the report via the web got the same DSN as the development machine used to write the report? 2) Have you passed in the correct values when opening the report, ie DSN, Database and uid,password? as below. set crtable =...
  15. arh

    Clireg32 Dcom Problems

    having built some Dcom servers that are running under MTS, I need to register these on my client machines. The app runs through the web so a cab file is used to download the OCX and the needed tlb, vbr files. The inf within the cab works, after a 'little editing' but I can't get clireg32 to...
  16. arh

    Clireg32 Dcom problems

    having built some Dcom servers that are running under MTS, I need to register these on my client machines. The app runs through the web so a cab file is used to download the OCX and the needed tlb, vbr files. The inf within the cab works, after a 'little editing' but I can't get clireg32 to...
  17. arh

    Exporting to Excel boarders not there

    When I select Excel as an export format from the ActiveX viewer in a wab page the reports export OK but the colours and boarders are missing. Any thoughts would be very helpful Thanks.
  18. arh

    Refreshing of a URL using prompts

    two things to check: 1) make sure that save data with report is not checked 2) try printing the parameteres passed into the report via the URL at the top of the first page of the report. This should help see where the problem is.
  19. arh

    Parameter arrays used to select records via an intranet

    When I create a parameter field that allows multiple discrete values to be entered. How do I assign these entered values to the parameter array in the parameters collection within an Active Server Page I'm using the following ASP code: set ParamDefCollection =...

Part and Inventory Search

Back
Top