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 bkrike 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: ckwizard77
  • Content: Threads
  • Order by date
  1. ckwizard77

    No Current Zip Entry Error Help!

    I am using <CFX_JCOMPRESS to create a zip file using a scheduled task. Recently I have been receiving an error that states NO Current Zip Entry. CODE: <CFX_JCompress ACTION="NEW" FILEIN="#outfilepath##outfile#" FILEOUT="#zippedfile#"> Here is the java error message...
  2. ckwizard77

    Help! My Bar Charts show in Gray not in color CR10

    I have created 3 bar charts that show 3 bars in color. When I run them through Crystal 10 the color shows and when I run them locally the color shows. The problem occurs when I run them from the Crystal Server. The bars in the chart all show up in gray. We are using both (Asp.net or Classic ASP...
  3. ckwizard77

    Preview Tabs not displaying for Main Report and On Demand Subreports?

    When I open the CrystalReportInteractiveViewer using ASP and Crystal Reports 10 there are no tabs displaying for my Main Report (the main report displays fine) and when I click on an On Demand report the report opens in the main window and I can not toggle back and forth between main and...
  4. ckwizard77

    Keep Main Header Group Visible Using On Demand Subreport

    I have a main report which has a group header of account numbers. I also have on demand subreports that a user can click on to view the subreports. When the user clicks on the on demand subreport I no longer have the group header of account numbers. I am using Crystal 10...
  5. ckwizard77

    How to keep Main Report available with On Demand Subreport

    I have a main report that has a group tree. I also have On Demand subreports in the main report. When I click on the OnDemand subreports the report opens in the viewer window and the group tree disappears along with the main report. Is there a way to have the subreport open in a separate tab, so...
  6. ckwizard77

    How to get OnDemand subreport to open in New Tab with Main Report

    Is there a setting or method to get an OnDemand supreport to open in the same Active X Viewer (CrystalReportInteractiveViewer) on a different tab. Example: The main report opens in the viewer. When the user clicks on a detailed colummn (which is an ondemand subreport)in the main section the...
  7. ckwizard77

    Creating subreport on Demand as Blank to overlay Main report values

    I have a main report. I would like to create an on demand subreport, but I want the caption to be blank so I can overlay it over the main reports values. This way when a user clicks on the main reports values they will really be selecting the subreport. I know this was done in our older version...
  8. ckwizard77

    How ro get Main Report Value to be clickable for On Demand Subreport

    I have a Main Report in Crystal 10. Inside the Main report there are columns of data that I need to display an ON Demand subreport if they are clicked on. Right now the Main Report works but the column values are not clickable and the sub report names are listed over the top of the Main report...
  9. ckwizard77

    How to get Main report value to Display as link for On Demand Report

    I have a Main Report in Crystal 10. Inside the Main report there are columns of data that I need to display an ON Demand subreport if they are clicked on. Right now the Main Report works but the column values are not clickable and the sub report names are listed over the top of the Main report...
  10. ckwizard77

    Help! - Subreport Name shows not Main report value

    I have converted some Crystal 8 reports to Crystal 10 reports. These reports have subreports that are displayed when clicking on the main reports value. Example: if the value 30 is displayed in the details section of the main report and the user clicks on it a subreport for that value will be...
  11. ckwizard77

    How do I change Database location at runtime using Crystal 10 and ASP

    I have some old reports that were created in crystal 8.0. I changed the reports to crystal 10 and pointed the connections to our development server. Without creating new reports for our production server, How can I set the Database Location(Server), loginId Password etc to do this at runtime. I...
  12. ckwizard77

    Easy One I hope (Report.PluginInterface)

    Where can I find all the properties and methods to the Report.PluginInterface?
  13. ckwizard77

    WHY Does DB Properties List Non-Existant servername

    I am converting some crystal reports in 8.0 to crystal 10. when I go through the database expert and right click the database for properties, the properties state a server that no longer exists. Can anyone explain why? Also, the reports still work on the website using Crystal 8 even though the...
  14. ckwizard77

    session(&quot;oRpt&quot;).ReadRecords Error

    I can not figure out for the life of me why this would be blowing up here. Any suggestions would be appreciated. session("oRpt").ReadRecords Calling a Stored Procedure.... Here is the Error: Error Number -> -2147189180 Error Source -> Crystal Reports ActiveX Designer Error Description -> The...
  15. ckwizard77

    Crystal 10 Viewer Displays but is empty (Migration from crystal 8)

    I have tried to migrate my crystal reports 8 to crystal reports 10. I tried bringing the reports in to Crystal 10 saving, reconnecting to db and running them without changing the code, but I cannot get a report to display. The reports will display when I run them through Crystal, but ont in my...
  16. ckwizard77

    Using prompt# in Crystal reports 8 not showing data for Crystal 10

    I am using the prompt# command to send multiple parameters and value through a URL to be viewed in crystal 8. When I do this in Crystal 10 I get nothing? Here is the url: str1="/Reports10/genReport.asp?reportname=SummaryTest.rpt" & _ "&prompt0=" & s_Boro & "&prompt1=" & s_Category & "&prompt2="...
  17. ckwizard77

    HELP? Select statement to get first & last name from full name Field

    I need help creating a query that will extract the first, last and middle Intial from a field (ex. FullName). The fields may include data like this: Coward, Sam Truman, Harry S Case, Jr., Justin W I need to get Justin w Case, Jr. or Justin W Case Jr. I have tried for hours using InStr, Left...
  18. ckwizard77

    Help: Reading Files in a folder on Network machine not using FSO.

    I need help looping through a folder and Reading Files on Network machine not using FSO. This is what I have so far but I receive an error stating: The microsoft Jet Engine could not find the object test.txt. Make sure the object exists and you spell its name and the path name correctly. Dim...

Part and Inventory Search

Back
Top