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...
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.