|
|
|
|
|
- Handling Table, Looper, List Box, ListView and Combo Box controls based on a data file using properties
- Modifying the item displayed in Table controls populated programmatically, based on a data file and based on a variable
- Table control populated programmatically
- List Box control populated programmatically
- ListView control
- Limitations
DisplayedItem (Property) In french: RubriqueAffichée
The DisplayedItem property is used to: - Find out the item or the variable displayed by the control.
- Modify the item or the variable displayed by the control.
Remarks: - In the report "Opening" event, this property is used to modify the item displayed in a control when the data source of the report is modified through programming (by SourceName for example).
- If this property is used in the control "Before printing" event, the change will be performed the next time the control is printed (indeed, the item value is already read when running the control "Before printing" event).
- The displayed item can come from a data file, a view or a query.
- The stored item or variable is defined in the window or page editor, in the "Content" tab of the control description.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|