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: *

  1. ChristianWhite

    XML Parsing Error: no element found

    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...
  2. ChristianWhite

    Gridview--how to not show invalid dates?

    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...
  3. ChristianWhite

    Downloading Office 2007 files from IE into client-side Office 2007

    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...
  4. ChristianWhite

    Formula based on empty or populated sibling suberport

    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?
  5. ChristianWhite

    Too many units on the group axis

    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"...
  6. ChristianWhite

    CR 11 lining up bottoms of text in boxes

    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...
  7. ChristianWhite

    What's the best feature to use for this layout?

    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...
  8. ChristianWhite

    VB 6.0----Crystal 11 export to csv--dll out-of-date?

    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...
  9. ChristianWhite

    Subdividing bars in a histogram

    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...
  10. ChristianWhite

    Subreports

    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 !
  11. ChristianWhite

    CR 11 drops formatting in 25+ page exported HTML

    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...
  12. ChristianWhite

    How to change data-axis-label orientation

    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
  13. ChristianWhite

    Crystal XI export plucks charts

    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...
  14. ChristianWhite

    Reusing subreports, changing a parm value each time

    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...
  15. ChristianWhite

    Crystal XI (11) Developr failed to export to HTML (error -2147190908)

    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...
  16. ChristianWhite

    Keep Group Together, except...

    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...
  17. ChristianWhite

    Crystal 10 variables

    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...
  18. ChristianWhite

    Crystal 10 truncates right edge of memo rows

    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...
  19. ChristianWhite

    Crystal-ASP IE error: Memory could not be read

    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...

Part and Inventory Search

Back
Top