I'm revisiting an old application of mine--a comments page that sends an email--for an edit. But before I can do that, I'm trying to get it to run properly. I'm seeing an error I don't remember seeing during its development.
On trying to run the app for the first time since development, I saw...
First time programming a full three-tier application, and I've been handed a biggie (as projects go in my group).
When I retrieve a datetime into a c# middle-tier object datetime property from the data tier, the datetime has to have a value. Not always having a valid date, I initialize it to...
I’m working with the following code in ASP 1.1, SQL Server 2000 database.
Main test workstation has: Office 2007, IE 7
Secondary test workstation: Office 2003, IE 6
Fired by a link, the code at bottom of my post downloads to the client some content stored as a binary field in SQL, opening it...
Assume a main report with subreports 1 and 2. For a given set of parms, if sub 1's stored procedure returns no resultset, I would like to suppress subreport 1 and renumber the text-box caption of sub 2, which can use a formula, as sub 1.
Is there a method available to discover sub 1 is empty?
I'm doing a bar chart where the number of items for the x-axis can vary from 1 unit up to so many that Crystal won't display the x-axis labels (when Crystal displays those labels, it's all-or-nothing).
I increased the quantity at which the x-axis labels disappeared by selecting the "staggered"...
I'm trying to place text boxes for headings on a report.
Vertically, the text boxes have varying quantities of rows of text, all right-aligned for purposes of my description.
I need the bottoms of all heading texts to line up with each other just above a line in the page header--but bottoms of...
Sometimes I could use a report that prints the contents of an entire resultset or group--headings, details, summaries, and all--then, under different headings,
prints the contents of another whole resultset or group: again, headings, details, summaries, and all.
Is this what groups are suited...
Using VB6, I'm trying to convert a Crystal 11 file to a csv.
With Report.ExportOptions
.FormatType = crEFTCommaSeparatedValues
.DiskFileName = strTargetDirectory & "\" &
strEntityName & "\" & strFilename & "." & strFormat
.DestinationType = crEDTDiskFile
End With
Report.Export...
I'm designing a histogram in Crystal XI, Win XP Professional version 2002 SP2, SQL Server 2000.
Here's how it should look when I finish:
y-axis
(Number of
Subscribers)
400
300
200
100
0...
How does one get a page header into a subreport--and make it behave as a page header to the subreport for the pages it occupies within the main report?
Is it really obvious and I'm overlooking it, or is it not do-able?
In the words of Batman's nemesis, Riddler: Riddle me this !
Crystal 11; XP Professional sp2; SQL Server 2000
My HTML 4.0 export, having grown past about 25 pages, drops formatting around the 25-page mark: Bolds and underlines disappear; the font size stays fixed; the pages break without regard to design of where they should fall, splitting charts...
Using Crystal 11, I've got labels on my bar-chart axes. The text of the labels prints horizontally.
How can I get, say, an x-axis label to appear vertically or diagonally?
Crystal 11; SQL Server 2000 stored procedure; XP Professional 2002 sp 2
I'm exporting a Crystal 11 report to HTML 4.0: a main report with five linked subreports.
Regardless whether I've chosen the option for pages separated or not, subreports that have a chart appear having everything except the chart. The other subreports are 100% as expected.
I'm opening the...
I'm designing a report for a publisher, with a summary of five publisher subreports at the end.
A publisher may have an unspecified number of journals; each journal occupies a detail line comprising 25 journal subreports.
The main report should print a detail for a journal such as Popular...
I've written an automatic exporter in VB 6 that works great for exporting Crystal reports to PDF and Excel en masse.
However, using almost identical code for HTML and--that not working--experimenting with various export options, I consistently get error -2147190908: Failed to export the report...
I often see group headers printed as the last line on my pages. I would like these groups instead to start on the next page--"Keep group together" seems best.
Problem, though: I expect the user would prefer to have a fairly compact report. If I use Keep Group Together, then I'll often get a...
In Crystal 10, I'm trying to print some detail headings in the detail lines, since having all the report's headings in the page header would be a traffic jam at page top. I'm trying to print detail headings only at their first occurrence on each page.
In the page header, I set the variable...
We've just upgraded from Crystal 8.5 to 10.
Our reports now clip off the right edge of each row of memo memo fields, as though along a vertical line, cutting through characters and spaces alike. Printout appears the same.
The truncation happens in two environments, but not the third. We've...
A user can "dial up" a Crystal report, of perhaps twenty, from my ASP.
I'm having trouble with a report I'm trying to add to the selections.
The report runs fine in CR Developer.
I copied the report from an ASP application that ran it in IE without problem.
My application is also designed...
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.