Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I have 1 table name inventory. the fields I have are serial number,category,description, image, cost price, selling price.

Now in search bar, the user selects from drop down box, search by category.

the categories entered are earrings,bracelets,necklaces etc.

if user want all the earrings data entered so far to get it printed in crystal report or directly from grid view, how to do so?

i created crystal report, i did even group by category. but in that case 1st group earrings getting printed, then bracelets etc.

i dont want to be printed like that.

if user selects one single category earrings, that earrings details or data should be printed.

Can anyone help me?

I have already searched many links.

if any one can provide me the way to do so.

Thanks
Sudeshna
Posted
Comments
Sinisa Hajnal 2-Feb-15 6:11am    
You obviously have the data in the report or it wouldn't get printed. All you have to do is pass into the report dataset which is already filtered to contain only single category data.

Much easier then filtering via report parameters.
sudeshna from bangkok 2-Feb-15 22:39pm    
i did not understand, can you explain a bit more
sudeshna from bangkok 2-Feb-15 23:30pm    
can anyone please tell me?
sudeshna from bangkok 3-Feb-15 0:29am    
is there any experts who can help me?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900