|
|
|
|
|
- Use conditions
- Sort
- Handling a binary memo
- Modifying a Looper control without attributes
LooperModify (Function) In french: ZoneRépétéeModifie Changes the values of the attributes in a row of a Looper control. - TAB characters into the attributes/controls.
- all types of values into the attributes/controls.
LooperModify(LOOP_Looper1, ProductName + TAB + ProductCode, Index)
LooperModify(LOOP_Looper1, LastName + TAB + FirstName + TAB + ...
PhoneNum + TAB + FaxNum, 12)
Syntax
LooperModify(<Looper control> , <Value> [, <Index>])
<Looper control>: Control name Name of the Looper control to be used. If this parameter is equal to an empty string (""), the modification will be performed in the current Looper control. <Value>: Character string List of modified values. This parameter must have the following format:
<Value 1> + TAB + ... + <Value N> The different values must be specified in the order of the attributes (Looper control description window). To specify no value for an attribute, use an empty string ("") or 0 (depending on the type of the attribute). <Index>: Optional integer Index of the row to be modified.- If this parameter is not specified, the modification will be performed on the current element.
- If <Index> is greater than the number of rows, LooperModify is equivalent to LooperAdd.
Remarks Use conditions LooperModify can be used on: - a Looper control based on a data file,
- a Looper control populated programmatically.
Sort If LooperModify modifies a sort attribute of the current Looper control, the sort order set with this attribute will be removed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|