Thanks lbass
Actually, my care is Report View,
my report will have Three Summary columns,
one is for 50 records,
second is for data type,
another is for all of records.
I will put the First Summary column behind(below) the last records
So it will look like "Grand total"(for 50 records 1...
Hi, Expert
I want to limit record number(50 records) per page,
and it will have a total column which is amount Salary,
so now I had set some formulas into report
First(in report Details)
------------------------------------------------------------
WhilePrintingRecords;
Global numbervar...
I want to Pass parameters into crystal report from VB6.
But whatever I try, it don't work Fine,
always Show the message "This field name is not known".
Crystal Report::
Parameter: a.@cmpy;
b.@p1
formula:
a. If {?@cmpy} in ["USA","usa"] then
"This is test 1 sentences"
else if...
Sorry, I had solved this question...
Because my Subreport which is link to mainreport,
So before verify subreport's DB, I must delete all link first, and after verify, add link parameter to mainreport, then save. The error don't happen...LOL
So I don't know is this the way to solve this...
Hello,
recently, I had to Add a Input parameter into Store Procedure
like
CREATE PROCEDURE dbo.test
@flag varchar(4) = '',
@user varchar(8) = '',
@cmpy varchar(4) = '',
@func varchar(1) = '' --This is new add parameter
as
.......
and there is a Crystal report reference it...
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.