Questions tagged [crystal-reports-2011]
43 questions
5
votes
5 answers
Crystal Reports "Object Size and Position" is not working
When I set the object size and position, sometimes Crystal Reports changes it. For example:
X: 0.1, y: 0.1, Width: 1.9, Height: 0.133
Changes to
x: 0.1, y: 0.139, width: 1.9, height 0.094
How can I fix it?

Nick
- 3,217
- 5
- 30
- 42
3
votes
1 answer
Is it possible to implement a CSS class in crystal reports for Visual Studio 2012 (winform or WPF application)?
I need to change the font size of data label in bars but it's not possible with the visual studio version of crystal reports. I think that I can change it using a cssClass, but I have never used css with crystal reports.
How can I implement Css…

Boanerge
- 369
- 2
- 15
2
votes
0 answers
crystal report are not displaying my records
I have sap Crystal Report 13 in my application, It is working fine in simple tables, But in specific scenario like: I have a table which loaded via store procedure when i load this table, then report going to be called and after showing the report i…

TechnicalKeera
- 923
- 10
- 20
1
vote
0 answers
Cannot find parameter field Pm-Command.Name in subreport 12. SAP B1
I created report which has sub report in Crystal Reports 2011 in two different databases, I set Link between main report and its subreport, My report works fine in crystal report design but if I import it in SAP B1 9.2 PL10 I get error message while…

Schadrack Rurangwa
- 413
- 12
- 28
1
vote
1 answer
Prompts not working correctly in Crystal Reports
I have a report which I would like to create prompts for both VENUE and DATE RANGE, and after having these prompts bring back the incorrect data, I have deleted both and tried to start again from the beginning.
To begin with, I have a Crystal Report…

Asher
- 348
- 1
- 3
- 19
1
vote
1 answer
Crystal Reports cut of string
I'm new to Crystal Reports and I'm looking for a way to cut off a string if the string is too long and replace the end with ...
So I'm using Crystal Reports to generate Word or PDF Files. The Problem now is that I have a textfield that is too small…

Hebi
- 15
- 4
1
vote
0 answers
Crystal report : File is too large for attachment. Error code:0 [CRWEB00000119]
I am completely noob to crystal report , I have been getting this error , when I invoke a crystal report.
The viewer could not process an event. 69699249b79df46.pdf File is too large for attachment. [] ---- Error code:0 [CRWEB00000119]
I have…

user3769778
- 967
- 2
- 7
- 26
1
vote
0 answers
Crystal Reports 11 - How to wrap the entire report, its on landscape but too wide
I need to create a C11 report that can be run on a dynamic date range that is passed in. However, the landscape page setup is still not wide enough to fit all the months in a year. The months are headers along the top and each has the same four…

MHDeveloper
- 11
- 3
1
vote
1 answer
Crystal Reports, Cross Tab Report, Placing Headers Over Summary Data
I have produced a cross tab report in Crystal reports 2011 based on a SQL database.
Here is a screen shot
Now by default the cross tab report does not seem to give the summarised data any headers, so that my report shows 4 totals in each cell, but…

PJW
- 5,197
- 19
- 60
- 74
1
vote
1 answer
Crystal Reports Group Header with Formula Field
So I made a Crystal Report with some custom Group headers(ie. Created a formula field based off database data then used it in a group header). The Formula specifically that seems to be giving me trouble is:
IF {Quote.Field1} = true THEN…

justsomeguy
- 115
- 1
- 11
1
vote
2 answers
Where in the database can I get the country name that matches addr_countrycode
I am using Sage CRM and creating reports in Crystal Reports 2011
I would like to display the country name that is in Addr table but it only has a code IE for Ireland.
So my question is, where do I get the value Ireland (instead of IE)

Rachsherry
- 145
- 1
- 13
1
vote
1 answer
How to clear Recently Used Reports in Crystal Reports 2011
Is there a stackoverflow forum, which could answer Crystal Reports 2011 queries?
I'm looking for instructions on how to clear the Recently Used Reports list on the first page.
Thank you.

Mark
- 7,778
- 24
- 89
- 147
0
votes
1 answer
Crystal Reports: Too many arguments given to this function
I am new to crystal and still learning, I have the following formula field in crystal
IF ISNULL({command.Step1}) AND ISNULL({@step1 15 day check}) THEN ToText({command.step1Due}, 'MM/dd/yyyy') ELSE ToText({command.step1}, 'MM/dd/yyyy')
I keep…

pihard314
- 1
- 1
0
votes
0 answers
Crystal Report Loop until True and Return Value
I have a field called "Step Number" and would like to determine the previous step. There are two tables: Work Order Step (WOS) & Route Steps (RS).
I would like to state something along these lines:
Take the "Step Number" and subtract 1.
Continue…
0
votes
1 answer
How to output 2 excel files from a single crystal report rpt file
The requirement is that for a given set of date parameters I want to to output a premium and a tax excel separately. Currently i have 2 separate rpt files to generate the premium file and tax file. I am thinking to merge both of them and run 1…