Harness and Section forms
|
You can embed a report display (a list view display) within a section, harness, or flow action form using the ListView non-autogenerated control.
You cannot embed two list view displays using data from the same report within a single section.
Create the list view rule to be presented.
As of V6.2 SP2, the List View control does not appear in the Advanced control group. Embed the report using the method described here..
Complete the following fields.
Field |
Description |
||||||||||||||||
Property | No property value is computed by this control. | ||||||||||||||||
Control |
Select ListView. If the destination cell is not empty, the control replaces the current contents of the cell.
Click () and complete the Parameters window.
Click OK to close the window. |
||||||||||||||||
Behavior |
Optional. Leave blank if no dynamic form actions to other parts of the form are to occur based on user updates or values for this field. To establish a dynamic form action, click the magnifying glass icon () to open the Client Event Editor in a new dialog window. Complete the Client Event Editor to select an event ( Click the help icon ( ) on the Client Event Editor for assistance. For general information on this capability, see Harness and Section forms Help — Client Event Editor. Event support is available for harnesses, sections, and flow actions that have Generate for set to |
4. Complete the Cell Properties panel — General tab
The General tab for a ListView control is identical to the General tab for a Text Input control. See Completing the Layout tab — Adding a Text Input control — General tab.
The Advanced tab for a ListView control is identical to the Advanced tab for a Text Input control. See Completing the Layout tab — Adding a Text Input control — Advanced tab.
Notes
The control ListView supports the configuration described here. Do not select ListView in the Control field on the General tab of a Property form.
You can't use the report paging feature in a list view display within SmartInfo pop-up section that has a close box.
A specific list view display can occur only once in any user form or flow action form.
As an advanced alternative to the approach described here, you can use the listView JSP tag in hand-coded flow action, section, or harness, and disable auto-generation of HTML code. See listView JavaServer Pages tag.