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