Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a crystal report for JobOrder..
1. the first part will be details of job order - which I can do
2. in details section it should show the services for this job order - this too i can do
3. it should show items used for each service --this is where I need ur help

items for each service is dynamic and some service may not use any items . the no.of items, their qty , their unit all coming from database. below is db schema..

http://www.vbforums.com/showthread.php?723479-Crystal-reports-help&p=4426593#post4426593[^]



service_id contains sitem_id

the third part should be like :
Service1 : item1=25cm, item2=40cm
Service 2:
Service 3: item6= 90mm

If anyone needs any more clarification let me know.

Please if anyone can give atleast is this possible in crystal reports as Im developing windows app in vb.net 2008, mssql 2005.
It would be also helpful if some1 tells me from where to start then I will search on that..I dont know what this type of requirement is said

thanks in advance
Posted

For your crystal report first you need to pick the fields that want to show in reports using joins in query if need put some conditions that what you need(item1=25cm, item2=40cm)

Step1: you need to create the CrystalReport1.rpt
step2: create the data set in that select your fields that want to show in reports and
add where conditions for list of items
Step3: connect the data set to your CrystalReport1.rpt report and set the condition
Step4: Add text box and button to your Report in that text box you give the values in dynamic for
items1 like 25cm,40cm then click the button it will generate your CrystalReport
 
Share this answer
 
the solution you gave is for normall cyrstal reports and I know this as mentioned above but my problem is different plz ready question carefully.
 
Share this answer
 

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