Hi
I'm hoping to create an accordion with the last accordion displaying an invoice containing options picked in earlier accordions.
I have tried to replicate what I have down previously with dbr.tab by adding the report to be called and a parameter eg:
select 'dbr.tab', 'Summary','sp_DBR_SS_Summary', inPltID;
This works great with the invoice being created every time the tab is selected.
Is this functionality in dbr.accordion?
I've tried select 'dbr.accordion','Summary','sp_DBR_SS_Summary',inPltID;
and select 'dbr.accordion','Second','sp_DBR_SS_Summary(inPltID)';
but nothing gets displayed.
I have also used
'dbr.accordion','Summary';
call sp_DBR_SS_Summary(inPltID);
dbr.accordion.close;
This loads the report when first clicked but doesn't reflect any changes the user subsequently makes?
Cheers
Jake