Hello all,
I have created a report in CR9 that is an invoice for our customres. This invoice is not a static item, it can have anywhere from 2 to 6 different columns in the middle of the report. Basically the report is set up like this
Col 1 to Col 3 - set standard for each report
Col 4 to Col 12 - generated at run time by the stored procedure with values being passed back into the report
Col 13 - standard total for each report
So for each group, depending on what they will be billed for, the stored procedure creates the tables, but it needs a parameter in order to get the correct columns.
So that parameter needs to be passed in from VB because it is the primary key for the billing table. Is this possible to do? I have looked through my books and on their site but have not found anything in regards to this.
Any help, as always, is greatly appreciated.
Brian
I have created a report in CR9 that is an invoice for our customres. This invoice is not a static item, it can have anywhere from 2 to 6 different columns in the middle of the report. Basically the report is set up like this
Col 1 to Col 3 - set standard for each report
Col 4 to Col 12 - generated at run time by the stored procedure with values being passed back into the report
Col 13 - standard total for each report
So for each group, depending on what they will be billed for, the stored procedure creates the tables, but it needs a parameter in order to get the correct columns.
So that parameter needs to be passed in from VB because it is the primary key for the billing table. Is this possible to do? I have looked through my books and on their site but have not found anything in regards to this.
Any help, as always, is greatly appreciated.
Brian