Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix 121961: when a data procedure with input and output parameters, the "Preview OutPut Parameter " doesn't work

- Summary:
Fix 121961: when a data procedure with input and output parameters, the "Preview OutPut Parameter " doesn't work


- Bugzilla Bug (s) Resolved:
121961: when a data procedure with input and output parameters, the "Preview OutPut Parameter " doesn't work


- Description:
1: In construction of output parameter _expression_ to retrieve output parameter value, the _expression_ size should be equal to the count of output parameters and the _expression_ index should be based on output parameters instead of parameters.

2: Add Preview Output Parameter Page only to SPSelectDataSet.


- Tests Description:
Manual test (UI feature)


- Files Edited:
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/OutputParameterPreviewPage.java

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/DataSetEditor.java

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top