Ok, problem solved:
i just had to right click the report and then designer --> printer setup, in that screen i had to click landscape!
that's it...
GRTZ
Ok so far i have this:
report.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.Landscape
or
report.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.DefaultPaperOrientation.Landscape
but my crystal report viewer still shows it in portrait...
Hello,
I have a very simple question, but i don't know the answer :s How do you make your report in CR in landscape state?
I've been searching the internet for a couple of weeks, with still no result...
TIA
Hello,
I'm having trouble selecting records from VB code. My code so far is this:
Dim rap As ReportDocument = New ReportDocument
rap.RecordSelectionFormula = "year({@Order}) = 2004 and month({@Order}) = 3"
rap.Load(Replace(Application.StartupPath, "\bin", "") & "\reports.rpt")...
Hi, thx for replying
it still doesn't work, with this formula i get the totaal number of cards. I need to how many card there are with number 4 or number 2.
GRTZ
Hello,
Is there a function that counts a certain field based on a condition?
f.e. I need to count how many times a card has been used: How many cards have been used where the card = 4.
In excell there is a function called countif or sumif. How can I do this in Crystal reports?
TIA
Hi, i'm using CR9. I got the solution. I added a setup project to my existing one and I added 4 merge modules, found in the "C:\Program Files\Common Files\Merge Modules" folder.
Then I had to fill in the product license key and now it works!
I didn't had to install Crystal reports on the other...
Hello,
I'm trying to run my reports on a computer with windows98. I've developped an application that shows all kinds of reports, using a "report viewer" control.
I've allready installed the dotNet framework 1.1 on the win98 computer, but now my application needs to run besides the windows app...
Hello,
I'm having trouble creating a chart in CR9.
The chart has to display the average count of items that were sold each day.
In the chart I have grouped each day and for each day I have a total count of the number of orders. But when i try to take an average of that total count, it won't...
Hello, i'm also searching how to fill a list item, and i've found this code: only in my program this doesn't work :s
First: Create a Program unit
called "build_call_type_list":
PROCEDURE build_call_type_list IS
group_id RecordGroup := Find_Group('RGDNUMBER');
list_id Item...
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.