I have a report that grabs from four views. We are now adding a new row/field to these views.
My question is if there is any way that I can just use the report I have and somehow get the new fields added withoug redoing the whole report.
Crystal ver. 8.0
I have this query.
Select
1 "Topbottomflag"
a."row"
......
How can Get the 1 "TopbottomFlag" to stay in the SQL statement. After i edit the Show Sql and run the report the 1 "Topbottomflag" disappears. Is there any way that I can get this to stay...
I have a slight problem. I have a report which is structured the following way with two groups.
First group we will call Provider ID, second group will be called Seller ID. Before each Seller ID there is a header, which is my problem.
When run it is structured in this way
(Note: Numbers and...
Have some reports. they all work but I've never ven tried our last report because it uses a field that is 1000 characters long(the data in it may not be that long). Before Crystal came along we used delphi to strip the text field of the unneeded parts. At the end we would come up with a...
First, what export dll are you using. I know there are two versions of the excel export. One has one check box the other has 4 or 5 checkboxs/options. You want that second one.
Second what are you exporting it too. Excel 7 extended is what you need. Then you can make the columns almost as...
Are there suppose to be no parameters prompt when running from the VB application?
If so then this should work.
Report.EnableParameterPrompting = False
that is what we do.
If you mean passing a variable from main to subreport, I would try making them shared variables.
in basic mode
Main
Shared x as number
//stuff
formula=x
Sub
Shared x as number
// divide
formula = ??
I know it works if you share the value from the sub to the main report because that is what...
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.