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

    Question on Subreport

    Just curious but can someone tell me what is causing the Re-Import when Opening to be grayed out? It is checked but grayed out. On most of the subreports I have, they are not grayed out so I can uncheck the re-import. Thanks, -lw
  2. kskid

    BOE Database layout

    Is there a BOE database layout available for BOE XI? I'm hoping I can write a Crystal Report to list all the reports stored in BOE along with the folder location and output destination, etc. Otherwise, I will have to do this all manually for the 200+ reports I have stored in there. aaaargh!
  3. kskid

    Widowed Group Header

    Crystal XI, R2 with ODBC connection to Oracle 8I database. I have a report with GH1, GH2 and detail section with GH2 as Keep Together. Is there a way to prevent a GH1 from printing on the bottom of the page if I cannot include a GH2 and detail section along with it? Thanks, -lw
  4. kskid

    Group Selection in Crosstab...

    CR XI, R2 with Oracle DB using ODBC My main report consists has a record selection formula to select the records I want. I also have a group selection to list only those groups that fail to meet a summary criteria. I also have a crosstab in report header to provide a summary of data...
  5. kskid

    Windows AD Authentication

    URGENT!!!! BOE XI, R2 on WIndows 2003 Does anyone know the fix for the following message? The Active Directory Authentication plugin could not authenticate at this time. Please try again. If the problem persists, please contact your technical support department. I've got users ready to...
  6. kskid

    Accessing BOE database

    BOE XI, Sp2 with Crystal Developer XI, sp 2. How can I access the BOE Enterprise database? I want to write a Crystal Report and report a summary status of Crystal Reports currently stored in BOE. -lw
  7. kskid

    Why can't User Print from Infoview

    Business Enterprise XI, R2 The user cannot print from Infoview so I deleted the Crystal Print Control from \Windows\Downloaded Program Files\ and then logged off the PC. Had user log into PC. I then linked to Infoview, logged in as myself, run the query, print the report (a new Crystal Print...
  8. kskid

    Handling Discrete Parameters

    System configuration: Crystal XI, Sp2 with ODBC connection to Oracle 8i database. The purpose of the report is to follow the progression of a case through the database based on which table(s) that contain the same case. First, can I create a group on a parameter containing discrete values...
  9. kskid

    Recovering Corrupt Report

    Report worked before but when I tried to open it, I recieved the following message The report was created in Crystal XI R2 so I can't use a different version as suggested (I do have Crystal 8.5) and since I have the most experience with Crystal Reports, that makes me the de facto...
  10. kskid

    Online vs Scheduling

    Business Objects and Crystal XI, SP2 with Oracle 8i database using ODBC connectivity. With, Infoview, I can successfully create my docket listing online with parameters I enter. However, when I try to schedule it through Infoview with the same parameters, I get an invalid time when I enter a...
  11. kskid

    Linking to a subreport command

    How can I link a main report field to a subreport command field? Thanks in advance -lw
  12. kskid

    Extracting chucnks of CLOB data

    oracle 8i I have never worked on a table.field with a data type of CLOB. I am writing a PL/SQL procedure and need to extract the data in blocks of 3760 characters. Any ideas would be very much appreciated. Thanks, -LW
  13. kskid

    Update record and remove leading blank

    I use the following select to pull the erroneous records with leading blanks but can't quite figure out how incorporate it into an update transactions select leftrim(fname,' ') from master where substr(fname,1,1) = ' ' and fname is not null
  14. kskid

    Print Oddity

    Crystal 11 Service pack 2 Oracle 8I database with ODBC connectivity I export a report to Adobe Acrobat and all the graphs look fine. I then printed it. On a couple of graphs, the bars did not print. I right clicked each bar and to Format Bar Riser.... and changed it from a gradient to a...
  15. kskid

    BOXI, Rel 2 Print Problem or is it me?

    With BOXI Infoview, Release 1, what I saw in Crystal Viewer and what I printed were the same. With Release 2, my printout is different from the Crystal Viewer. What was in Times New Roman 8 is now Arial bold 10. Any idea what I am missing?
  16. kskid

    Date Selection

    Can someone explain why the following works SELECT * FROM TABLEA WHERE TABLEA.DATE = TO_DATE('20060605','YYYYMMDD') but not this SELECT * FROM TABLEA WHERE TABLEA.DATE = SYSDATE - 1 I'm using Oracle 8i
  17. kskid

    Exporting CSV file in CR XI

    CR XI on ORacle 8i database using Oracle ODBC connectivity With CR 8.5, I had to create a fake page header in order to export my title row follwed by the detail rows. However, that same report converted to CR XI does not produce the same results as 8.5 did. I am getting the title row on the...
  18. kskid

    CR XI - Fail to Export

    Crystal XI Oracle 8i using Oracle ODBC When I run a report in Crystal XI, everything runs fine but when I try to export it to PDF, I get a pop-up with an error message that it "Failed to export the report" followed by another pop-up with "Not supported". I can run other reports and it runs...
  19. kskid

    BO XI - Cannot print in PDF format

    CR XI and BOXI From BO CMC, the reports runs fine from the History Tab as long as the fomat is Crystal. I go to the Schedule Tab and change the Format from Crystal Report to Acrobat. Go back to History tab and run the recurring report again, I get the Print error message. Am I missing a fix...
  20. kskid

    Passing Parameter to Subreport

    CR XI Oracle 8i using Oracle ODBC Driver I receive a parameter from the main report for use in a subreport. No problem there. Question there is how can I incorporate the parameter into the Add Command of the subreport. I tried to use the same parameter name but that didn't work. What I am...

Part and Inventory Search

Back
Top