i want to genrate Crystal Report
which include date Between and AND condition which are provide by the Users
how can i pass?
Printable View
i want to genrate Crystal Report
which include date Between and AND condition which are provide by the Users
how can i pass?
You leave too much for guessing... you should give more details.
To pass only the records that I need to Crystal Reports I usually do the restriction in the Procedure level (of SQL Server). Of course, I connect Crystal Reports to that procedure, and NOT to the table (or view)...
Now if you are doing it in the same style as me, then you probably got your answer, otherwise, you should say what database you are using, how do you call Crystal Reports, what programming language you use, etc.
Don't leave us guessing !
The more information you give us, the more precise our response will be...
I m using Vb.net 2005
And i hve MSACCESS database :)
and i want to pass between and parametter for sales report
Unfortunately I don't know how to do it with VB.NET (I'm a beginner with .NET), so you will have to wait for someone knowledgeable in .NET
Oh ok Thank you for your reply :)Quote:
Originally Posted by CVMichael