Payment - Invoice and stock detail report
Hello...
I have to prepare a new report for this type... I have customers records and finance records of each customer in a new table and stock record in different table and stock movement table in a different placee too.
Im listing customer name in top of page and financial details of the customer... But if this line is "sale invoice" then i need the show detail of invoice bttom of this line. How can i achieve this.
At current ;
im using text file and coding every word letter by letter and i think FR can achieve this.
I tried a ado query for finance movements and another adoquery for stcok movements. and make the finace DS is the datasource for stock table...
In FR i have used master band for finance and detail band for stock movement details but now only invoices in and their detail in the table and other financial record are lost.
Regards
I have to prepare a new report for this type... I have customers records and finance records of each customer in a new table and stock record in different table and stock movement table in a different placee too.
Im listing customer name in top of page and financial details of the customer... But if this line is "sale invoice" then i need the show detail of invoice bttom of this line. How can i achieve this.
At current ;
im using text file and coding every word letter by letter and i think FR can achieve this.
I tried a ado query for finance movements and another adoquery for stcok movements. and make the finace DS is the datasource for stock table...
In FR i have used master band for finance and detail band for stock movement details but now only invoices in and their detail in the table and other financial record are lost.
Regards
Comments
solved. i have used subreport as detail band and embed it in a child band. problem gone