hi,
iam working as a software engineer in vb.net
iam very new to vb.net
i have been given a task of populating data to crystal report from vb.net classes,printing should be very fast.
i have done some pretty work on displaying crystal reports from vb.net using crystal report viewer.
but now i had a very tough situation...
i need to do the following things
1)Design a windows form with a simple combobox which takes all the batch ids from foxpro database.
2)When a batchid is selected and a button called "Print Orders" is Clicked,this batch id should be passed as a parameter to class.
2)The data should be fetched from more than three tables
3)All the data should be populated to crystal report through classes,so that there is no coupling of database and report directly.
so what is the meaning of populating data from classes to crystal reports?
could any body please tell me how to go forward to make it successfull.i have been trying to find out the approach from the last two days.can any body give me the idea.....
if would be very thankful if somebody provides me a some sample code.......
iam drawing the flow....
windows forms(Reports)
|
|
|
vb.net class (which should fetch data for the report)
|
|
|
Foxpro database
regards
varma
iam working as a software engineer in vb.net
iam very new to vb.net
i have been given a task of populating data to crystal report from vb.net classes,printing should be very fast.
i have done some pretty work on displaying crystal reports from vb.net using crystal report viewer.
but now i had a very tough situation...
i need to do the following things
1)Design a windows form with a simple combobox which takes all the batch ids from foxpro database.
2)When a batchid is selected and a button called "Print Orders" is Clicked,this batch id should be passed as a parameter to class.
2)The data should be fetched from more than three tables
3)All the data should be populated to crystal report through classes,so that there is no coupling of database and report directly.
so what is the meaning of populating data from classes to crystal reports?
could any body please tell me how to go forward to make it successfull.i have been trying to find out the approach from the last two days.can any body give me the idea.....
if would be very thankful if somebody provides me a some sample code.......
iam drawing the flow....
windows forms(Reports)
|
|
|
vb.net class (which should fetch data for the report)
|
|
|
Foxpro database
regards
varma