Present repeating data to the user in a grid format – a bit like a spreadsheet.
Command structure:
«CaptureInGrid(Party,Yes)»
Examples of usage:
«ForEach(Party)»
Full Name: «FullNames»
Type: «ChooseFromList(Type,,Individual,Entity)»«Type»
Contact number: «ContactNumber»
«End()»
«CaptureInGrid(Party,Yes)»
The original mechanism for capturing repeated data in the classic / pre-v14 interview was for each instance of the repeater to be presented in the XpressDox interview’s tree view, and for the v14 / web interview it is on a separate form, but with the inclusion of the «CaptureInGrid()»
into the above snippet, the interview would look like this:
Notes:
- Click “Add Party” to add a new instance of the repeater.
- There is a “Delete” button to the right to delete the item.
- Click on the “Edit” button to open the item in the traditional form
- Drag the items up and down in the list to re-arrange them.