Hi
I have CR 9 advance, however I am facing quite a bit of problem trying to get to know 'The Crystal Web Report Server'.
First: How do I install The Crystal Web Report Server?
Does it refer to RAS?
If so how do i install RAS? Becuse during installation there are no references...
Hi
I have CR 9 advance, however I am facing quite a bit of problem trying to get to know 'The Crystal Web Report Server'.
First: How do I install The Crystal Web Report Server?
Does it refer to RAS?
If so how do i install RAS? Becuse during installation there are no references...
Thank you in advance..
I am using CRPEAut32 .dll Crystal Automation Server.. cr engine 6 object library...
Done followings:
Dim app1 As CRPEAuto.Application
Dim rpt1 As CRPEAuto.Report
Dim strapppath As String
strapppath = App.Path
Set app1 =...
Thank you in advance..
I am using CPEAUT32
Done followings:
Dim app1 As CRPEAuto.Application
Dim rpt1 As CRPEAuto.Report
Dim strapppath As String
strapppath = App.Path
Set app1 = CreateObject("crystal.CRPE.Application")
Set rpt1 = app1.OpenReport(strapppath & "\Last Year's...
Thank you in advance..
I am using CPEAUT32
Done followings:
Dim app1 As CRPEAuto.Application
Dim rpt1 As CRPEAuto.Report
Dim strapppath As String
strapppath = App.Path
Set app1 = CreateObject("crystal.CRPE.Application")
Set rpt1 = app1.OpenReport(strapppath & "\Last Year's...
Can anyone please tell me where to download CPEAU32.dll for Crystal report engine automation server?
I got version 6 for net but i need version 7, I can't find one with CRW 9 but I need to use it.
Any help would be appreciated.
Thank you all in advance..
I have just started using crystal ocx in VB
I got the following report Last Year's Sales.rpt which i display.
However, AT RunTime
1) I want to disable Group Tree.
2) I want export button hidden.
3) Assign a Title
For 1 i can only see the following which carry the...
I have the following SQL which works as SQL statment however it need to do a little bit more as mentioned below:
SELECT
Customer.Country, customer.[customer name], SUM(Orders.[Order Amount])AS [Sum Of Orders Placed]
FROM
Customer JOIN Orders ON customer.[Customer ID] = orders.[Customer...
I have the following SQL which works..
SELECT
Customer.Country, customer.[customer name], SUM(Orders.[Order Amount])AS [Sum Of Orders Placed]
FROM
Customer JOIN Orders ON customer.[Customer ID] = orders.[Customer ID]
GROUP by Customer.Country,customer.[customer name]
HAVING...
Thank you in advance..
In subreport:
===========
WhilePrintingRecords;
Shared currencyVar RegSupSubTotal := sum({@RegSupRsale}, {COMPANY.STATE});
RegSupSubTotal;
(placed in GF of subreport)
In Main report:
==============
WhilePrintingRecords;
Shared currencyVar RegSupSubTotal;
RegSupSubTotal...
Thank you in advance..
I have situation where i need to write a note based on condition where
A Customer has placed at least 3 Orders over £500 in the same year.
GRouped by: Customer Name.
Detail
section: OrderID, OrderDate, OrderAmount, Running Total(for customer with order over 500)...
I want to increase employee salary according to information chart shown blew.
I have a hire.date field as datetime format for employee and I am increasing their salary field value by:
Date of
hire Salry
Year Range Raise
===== ======...
I have graph reflecting sales by city Grouped under Region.
I would like to suppress this chart when a region has only one City in it.
I know it sounds like a conditional suppress format,but anyone please please show me how?
Thank you
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.