Posted By:
arul_raj
Posted On:
Tuesday, September 30, 2008 04:18 AM
Hi, I have two tables vendorinfo having fields vendor code and its details and second table having vendor code versus order number. And how to build a report in format using JSF? Example: vendorinfo --------- Vendor_code Vender_details 100 chennai 200 Bangalore OrderInfo -------- Vendor_code Order_Number Example : Vendor_code Order_Number description 100 s100 Medical 100 s200 Provision 200 s100 Medical 200
More>>
Hi,
I have two tables vendorinfo having fields vendor code and its details and second table having vendor code versus order number.
And how to build a report in format using JSF?
Example:
vendorinfo
---------
Vendor_code Vender_details
100 chennai
200 Bangalore
OrderInfo
--------
Vendor_code Order_Number
Example :
Vendor_code Order_Number description
100 s100 Medical
100 s200 Provision
200 s100 Medical
200 s50 Hardware
Required Report
Vendor 100
s100 Medical
s200 Provision
------
Vendor 200
s100 Medical
s50 Hardware
------
It print first customer ,its detail and then page break and then second customer it details and so on. so
that the person who wants to take out the print have to give the command once thus saving his time when there are so many records.
Regards,
Arul
<<Less