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

    C++ Cross-reference Software

    We are looking for cross-reference software (for routine names and data labels)for C++ code. Thus far we have surprisingly been unable to locate anything. Any suggestions? Thanks in advance!
  2. CESHRPR

    Can't see new database fields in report 8.5

    I have to create a report very similar to one already existing so I am using that old report as a starting place. However, the new report requires fields that are new to a table already used in the report. When I check in SQL Plus, the new fields are in the table. When I add the database...
  3. CESHRPR

    Changing default time in Date/Time v9.0

    The default on the date time fields in my reports is to current date, and current time. User wants begin time to default to 00:00:01, and end time to 12:59:59. Can't quite figure out how to do this for date/time parameters. Maybe through the ranges? I don't know - help?
  4. CESHRPR

    Suppressing SOME flds on detail line

    This is probably so easy, but I'm at a loss. Take example below: CMPY PROCID AMOUNT STATUS EVENT 1234 092393 999.99 READY ORGRDYHLD 1234 092393 999.99 READY ORGRDYHALT 1234 092393 999.99 READY RPARDYHLD 1234 092393 999.99 USED...
  5. CESHRPR

    Rpt Hdr (.jpg logo) dead center on Export to MS Word

    I have been to the Knowlege Base and searched ad nauseum for this particular problem, as I know there are a number of issues with exporting to MS Word. I am simply unable to nail anything down with so much information out there. Using Crystal 8.5. I have a .jpg logo in the Report Header which...
  6. CESHRPR

    Printer drivers and comma formatting???

    I have a situation where on different desktops and laptops, the commas in numeric fields appear, or don't appear. I have read the Crystal paper called "Printer Driver Dependency: How to design reports that print consistently in different PC environments." While this specific...
  7. CESHRPR

    Commas in formula text field - 6.0 - 8.5

    Please tell me if this makes any sense at all. The following is a formula for a text field called @credit_total in a 6.0 report. While customer_file.credit_total is a numeric, the formula field has to be a text field in order to populate it with asterisks if the field is too large. I used the...
  8. CESHRPR

    Temp space fills up in 9i but not 8i

    The following query runs with no issues in our 8i code, but since upgrading to 9i the temp space fills rapidly every time, and Oracle must be recycled. Long query attached below, but does anyone know what creates this difference in 9i? select cf.organization_grp_val || ' ' ||...
  9. CESHRPR

    Suppress page headers on subreport

    I have a report with a subreport in it. For the initial report, I want the page headers. I do not want those page headers for the subreport. I tried a suppress formula where it suppressed the page header if ReportTitle = 'OP' (which is the name of the subreport). That didn't work. I can put...
  10. CESHRPR

    Unwanted paging after Report Header (v 8.5)

    My report header plus the page header should print on the first page. Instead, the report header is printing on a page by itself, then the second page starts with a page header. The only setting I have checked in section format for report header is free-form placement. The 0page header...
  11. CESHRPR

    Edit Masking

    I'm new at this and could use some help with edit masking. First, I want to verify that I am doing something correctly. I have a parameter to be entered that should be upper case, all letters (although the default is '*') and must be at least three characters but not more than 5. I have...
  12. CESHRPR

    Converting CR 6.0 to 8.5 in VB6 GUI

    Desperately seeking info about upgrading Crystal Reports. Currently we have CR 6.0 in a VB6 application. Moving to Windows 2000 so we need to upgrade Crystal. I've heard that there is no conversion - that the 6.0 reports must be rewritten from scratch. In testing this theory, I created 8.5...

Part and Inventory Search

Back
Top