I have CR XI on my laptop for developing reports. I have a client that has an older custom application that supports the viewing of v8.5 Crystal Reports. He's not willing to change on his end. I don't have v8.5 Crystal Reports to develop or modify reports for him.
What are my options?
Can...
I still don't understand when to use the keyword New and when not to, when declaring an object.
Example: System.IO.Directory does not require a New keyword to create a variable. However, System.IO.DirectoryInfo does require New for a new variable.
How do I know this? Other than...
I'm trying to work on the "Fractions" implementation in C++. I've been given the header as follows but can't figure out how to implement the functions for getFract / putFract. The user would type "1 2" to represent 1/2. Can someone help? Thanks!
....excerpt from fraction.h...
I feel foolish for asking but what am I missing? I'm simply trying to set a variable equal to a single character.
Dim myChar As Char
myChar = 'A' 'This gives "Expression Expected" error
myChar = "A" 'Option Strict is on so this won't work
How should I be doing this?
Is it possible to...
I'm trying to loop through a Word document and find all occurrences of a particular word. However, once it finds all of them, the Do-Until loop appears to lock up or get stuck since it really hasn't hit the end of document. If I change the .Wrap property to wdFindContinue it just loops...
That appears to have been the core of my problem. I was using a formula field versus a table field.
This gets me wondering. Why does CR act differently when looking at a table field versus a formula field? Why should it care where the recordset comes from?
I have a parameter that the user enters (OrderSalesLimit). I'm wanting the report header to say: "There were (x) orders with a sales limit of (y) or greater."
I tried the following but it did not work. It only ever shows a value of 1.
Global NumberVar iCounter;
whileprintingRecords;
if...
I'm not sure I follow?
I could create a simple table to cross reference the names but how do I get CR to display the name of the database it's 'hitting'?
I want to create a generic report and use it on multiple databases. I was hoping to look up the name of the ODBC connection and use a formula to lookup and display a user friendly name on the top of the report.
Example:
If ODBCName = 'dbPhoenix' then ReportHeader.Title = 'Phoenix Regional...
We are looking for a simple CR Viewer for a handful of our employees. We're not interested in building a .net or web solution. Using CR XI Pro. I browsed the web for viewers and the following is about the only one that caught my eye.
Anyone have feedback on this product or others similar to...
I have a simple report getting a list of last name, first name, phone number. It works fine except I want to exclude the names "Smith" and "Jones" from the group selection in the group tree.
How do I do this?
I tried somethinglike {table.lastname} <> "Jones" as a formula but it just returned...
I have a simple report being displayed via ASP.NET in VB. Every time I hit a navigate button on the CRViewer toolbar the report disappears (no errors). I had to add the following code to my Page_Load routine to get the results I wanted.
If Page.IsPostBack Then...
Thanks for the feedback. Unfortunately I still can't get it. I've deselected the report option for saving with data. It doesn't appear I have the EnableParameterPrompting property available in my versions (see versions in previous post).
At least you've confirmed it is a capability. Thanks...
Using CR v9.2 along with VS.2003
In CR I have a single parameter (integer) and when I preview it prompts me the way I expect. However, when I put this into my asp.net page it doesn't prompt me for a value for my parameter; instead it uses the last saved when I was in CR. I can change the...
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.