R
Roy Lehmann
What XML do I need to enable running the onAction sequentially for the same
selected item?
selected item?
Roy Lehmann said:What XML do I need to enable running the onAction sequentially for the
same
selected item?
Roy Lehmann said:<group id="tab01grp02" label="Run">
<dropDown id="ddnPrintReport" label="Report: "
supertip="Print Report"
getItemCount="ddnCount"
getItemLabel="ddnLabel"
getItemID="ddnID"
onAction="PrintReportSelect">
</dropDown>
</group>
What do I have to add to the above code to run the same item in the
dropdown
list twice in a row?
onAction="RunPrintReportSelec2t">
Let me be clearer. What I want to do is run the report, do something else
on
the same ribbon, and then come back to the dropdown list and run the same
report again.