|
|
|
|
|
- Overview
- Adding or modifying a row in a data-bound Looper control
- Deleting a row from a data-bound Looper control
Programming the browsing Looper controls
Here are the main concepts for programming browsing Looper controls. Several WLanguage functions allow you to manage the browsing Looper controls through programming. Adding or modifying a row in a data-bound Looper control The addition and modification of a row in a Looper control (and of a record in the data file) consist of two phases: - Add or modify the record in data the file (via a form window or page, for example)
- Redisplaying the content of the browsing Looper control (LooperDisplay).
Deleting a row from a data-bound Looper control To delete a row in a Looper control RepeatString file: - Delete the record from the data file (via HDelete).
- Redisplay the content of the browsing Looper control (via LooperDisplay).
Important The LooperRecNum function returns the current record number in a file RepeatString field.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|