We have inherited C++ code that contains a huge amount of dead code. We were looking for a tool that could help identify that code, or those portions of the code that are never referenced.
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!
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...
Thanks - that's exactly what I was trying to ask. Thought I'd tried thatthis morning but apparently did something different. I'm really not blonde, I promise. Thanks for your help.
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?
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...
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...
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...
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...
Will take some time to set up but I have someone willing to do it for me. Sounds like some lengthy information that I assume you wouldn't want posted here. Do you want me to send via e-mail?
Our DBAs seem to have resolved this, although I'm not crazy about the resolution. What they did was to set up a temp table, load all the OEL entries into that table, do the select from that temp table, and then clear the table before the next transaction.
Since it still has to read the...
Gotcha on the STATS question. Thanks to all who have replied. We are trying everything that has been suggested, along with working with Oracle. Sadly, we probably cannot avoid the full table scans since the customer refuses to 'require' any fields. It worked for them in 8i so it's hard to...
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 || ' ' ||...
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...
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...
Thanks, but actually that UC formula in the select is exactly what I'm trying to avoid. I'd much rather do it through the edit mask.
Only one question remains for me. That one above, where I defined it as >&&&CC will allow a single character when entered. Shouldn't that mask force a minimum...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.