I have a report with 2 groupings. Each group has 7 rows and totals.
For example I have 1 group with:
A, 1000, 1000
B, 2000, 1000
C, 1000, 1000
D, 2000, 2000
Totals, 6000, 5000
Another group with:
A, 2000, 3000
B, 3000, 3000
C, 2000, 2000
D, 1000, 2000
Totals, 8000, 10000
What I would then...
I am using Crystal 2008. I've created a bar chart and changed on of the series to a line. Is it possible to remove the markers or change the size of them?
I am trying to create a stored proc with a dynamic sql statement. What I am trying to accomplish is passing the count(*) to a integer variable. Below is my sql. The @iPul is returning NULL. How should I change this so I can get the value in @iPul?
SET @SQLFromWhere = ' FROM P LEFT Join S...
I am using VB6 and have Lead Tools Raster Imaging 13 . I have never used lead tools and would like to create a tif file from VB. The tif page is an audit form that will have a table layout at the top with data pulled from our database and the rest of the page will have checkboxes. I will...
I have an app that opens a crystal report, sets the login info, passes the parameter, then exports the report. Below is part of the code I am using. I need to run this report multiple times with new parameter values. How can this be accomplished without doing OpenReport everytime?
Dim Report...
I wrote a script to query up about 50 ids. Loop thru them and open up the crystal report and pass the ids then export it to pdf format.
I have 2 questions.
1. Instead of doing the below statements each time is it possible to do a refresh?
Set Report = crxApplication.OpenReport("test.rpt"...
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.