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

    Code for: Repeat group header on each page

    Is it possible to change the "Repeat group header on each page" via code? I have code like this: For kk = 1 To oCrystal.crReport.areas("GH2").Sections.Count OSection = oCrystal.crReport.areas("GH2").Sections(kk) OSection.Repeat_group_header_on_each_page = FALSE I cannot determine what the...
  2. BCarol

    Export to Excel data only - group header alignment

    In Crystal reports, exporting to Excel works fine. However, exporting to Excel data only has two issues: Report looks like this: jan feb mar Tom 100 110 220 The months (jan feb mar) are in a Group header. Problem #1 When exporting to Excel data only, the "jan" moves to...
  3. BCarol

    Supress - what is wrong with my formula

    This is what I want: (CurrentFieldValue = 0 and {testH.UHEAD3_13} ="") or ({test1.ctotid} IN ['O','C'] and {test1.REP} IN ['No','Nc','NC']) However, it suppresses everything. if I use the first part, i.e.: (CurrentFieldValue = 0 and {testH.UHEAD3_13} ="") it works OK. How do I enter my...
  4. BCarol

    Crystal 9 export to Excel

    I can export to Excel from the Crystal Viewer window, and I can also export directly to Excel using some code that I wrote. However, if I try to do both in the same session, the second one gives an error. I have to close my application. When I run it again, it works fine. Any suggestions on...
  5. BCarol

    Crystal 9 Report Viewer - how to trap error

    Sometimes the Report viewer gives this error: Crystal Report Viewer ----------------------------------------- Failed to export the report. Error formatting the page. I guess this is an internal error message. How can one trap for this error and give another message? I tried code in the Error...
  6. BCarol

    Crystal Reports: indent second line

    Can I indent the second line of a field? In format I tried -.5 for the first line indentation, but CR9 does not allow negative values. How can I tell it to indent the second line, so it looks like this: Jan Feb Mar Freight adjustment 10 20 30 for year end...
  7. BCarol

    Why is "Disk file" option under Export not here

    When choosing Export from preview window, most users get two options for destination: Application and Disk file. I have a problem with two users who only get Application, not the "Disk file" option. The Application option works fine - they can view an Excel spreadsheet OK. The file...
  8. BCarol

    Cr9 prints garbage on some printers

    Several users of my app report that they cannot print reports. It looks OK in Preview, but prints very strange fonts. A search on the Crystal site reveals that this is a known issue. http://support.crystaldecisions.com/library/kbase/articles/c2013278.asp It seems that it is a printer specific...
  9. BCarol

    Select printer from preview

    Using preview in runtime, user wants to print. But she gets no chance to select a printer. How can I give her the ability to select her printer form the preview window?
  10. BCarol

    Export to Wod

    Do you also find this: When I export to Word each item of data is placed into a Word text box. Though it can be read in Word it makes editing the document difficult. Is there a way to get paragraphs? Or is there a way to convert the Word document itself? Any tips?
  11. BCarol

    Export Crystal 9 report to html (using RDC and runtime)

    On my development machine I can export a report to html. However, when I do this on another PC running Windows 98 that has all the required runtimes, it creates the html folder but does not create the .html files. The other export formats (Word, PDF, etc) all work fine. Can someone point me in...

Part and Inventory Search

Back
Top