Hello,
I'm being handed a new project with Crystal Reports and I've never used them before. Does anyone know of any good tutorials for beginners? I'm interested in designing standard repo...
I am new to Crystal Report. I am using VB.NET and Crystal Report 8.5
I created a report, when connecting to the database, I only see tables but not store procedures, I have all the access ...
Hi, i would like to export .rpt files to pdf, txt, excel etc using vb 6. In VB 6 i have use the crystal report viewer 9 to open the crystal report. By rite the viewer should already have the a...
Hi
Where can I get a free viewer so that I can send a report and the viewer to a user who doesn't have crystal reports? I want to be ablt to use the drill down functionality, hance I can't...
Hey there
I am having a hard time trying to figure out how to load in external report files (that reside in a folder on the same computer as the application) into the Crystal Report Viewer ...
Hi,
I've got a very urgent question so it would be very very nice if someone can help me. I've got the following problem: I've to design a Intranet-Portal which offers some Cristal Reports ...
Hello experts,
I am trying to create simple report viewer in VB.NET (VS 2003)
I put CRViewer control on the form and trying to assign .rpt file name to the ReportSource property
But it d...
Hi,
I am using a webform with one text box to pass a string parameter to a CR. The code is below.
When the page loads it asks..
The report you requested requires further information.
--...
I made a simple report in CR 10.
I want to display one field independent of the mail query.
So how can i write a sql to render the field.
And one more point where can i write this sql qu...
i need some crystal Reports interview Question(if possible Answers). and some in Crystal Report in dot net too. i need it soon.
Thanks
I have a delivered app that is running on Citrix/Metaframe servers. There is an install problem with the application. On some of the servers I'm getting the the following error running as adm...
I am trying to do a conditional sum of premiums where the isnew field =1. When I try the formula below I get the following error: "The summary/running total field could not be created"
Su...
hi I`m working in a windows application on VS 2005 and I made reports using Crystal Reports for Visual Studio 2005
when I deploy the project on XP and print any document it goes so fine
...
My SQL query is followed:
SELECT PLANS.PLAN_NO, .............
when data is showed on CR it has the format 55,409.00 for expamle. I want the format is 55409 so I change my SQL query to
...
Here's my question:
We have an oracle server with four different databases that represent four different environments. (MAN_TEST, MAN_PROD, MAN_DEV, MAN_PILOT). I have a Crystal Report web ...
Hello,
I need advice on how to implement Crystal Reports within VB application using SQL Server 2000 as back-end.
I have stored procedure that I intend using with my Crystal Report. What...
Hi,
I want to know if we can use crystalreportviewers115 instead of cystalreportviewers11.
I am calling my crystal reports from ASP.
I am new to crystal reports,any help is greatly apprecia...
I've set File -> Options -> Fields -> Number -> Number Tab -> Custome Style -> Customize -> Negatives to -123 in my report because I want negative numbers represents with leading negative sign...
Can you have more then one if statement in a formula in Crystal Reports 8.5?
IF InStr ({@Footnote},"A") < 1 then
'* A = Abnormal' + chr(13)
IF InStr ({@Footnote},"H") < 1 then
'*...
We have a report that includes variables to calculate an adjusted total.
The problem we have is that we need to suppress a group header where the value of a formula (including a variable) in...
I'm working with crystal report and Visual Basic. I'm using Crystal Report for the first time.
I need help on how to call crystal report file (.rpt) file using Crystal Report Viewer Control...
I am using Crystal Reports XI and Visual Studio 2005 to deploy Crystal Reports as (.aspx) web pages. For printing the reports, I am using the ActiveX print control provided by Crystal. The sol...
We are in a process of hiring a person who will, among other tasks, develop Crystal Report solutions for our firm. I noted that many of the previously listed interview question lists have...
I have the following problem when the value is returned to the screen the number show like 2,009 how do I rid of the comma? Is there a format function?
Dim MonthInt as number
Dim MonthStri...
I have a begindatetime field and a shift field I am passing as a parameter to a report. If the shift =1, I want to return all records from the begindatetime up to midnight of that day.
I w...