|
|
|
|
LooperEndFilling (Function) In french: ZoneRépétéeFinRemplissage Ends the process to populate a Looper control programmatically. Reminder: The start of fill was specified by LooperStartFilling. The progress of this operation is represented: - by an infinite progress bar displayed at the bottom of the control.
- by an internal window.
LooperStartFilling(LOOP_MyLooper) FOR i = 1 TO 10000 LooperAddLine(LOOP_MyLooper) Multitask(-1) END LooperEndFilling(LOOP_MyLooper)
Syntax
LooperEndFilling(<Looper control>)
<Looper control>: Control name Name of the Looper control to be used.If this parameter corresponds to an empty string (""), the Looper control to which the current event belongs will be used. Remarks This function has no effect on the Looper controls linked to a data file or query.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|