Word (Fill) - selections

Demonstrates examples for the functions lsttxt(), lsttitle(), lst()

Further information about Word (Fill) you will found here.

The functions can be only used with selections!

Function lsttxt()

The displayed value (option) of the selection list is written directly into the corresponding placeholder in the Word document.


e.g. function in the Word document: selSelectionList1.lsttxt()

Function lsttitle()

The transferred value (title) of the selection list is written directly into the corresponding placeholder in the Word document.


e.g. function in the Word document: selSelectionList4.lsttilte()

Function lst( col )

The index of the selection list is used to write the corresponding column values to the placeholder in the Word document.


e.g. function in the Word document:

selSelectionList7.lst(col1) // 2. value of line in the data source

selSelectionList7.lst(col2) // 3. value of line in the data source

 

This example use the data source "SelectData".