- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Create a list box
Create a list box that displays data from the DataStore.
- Create a list box:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the list box, select, and enterRandomDataListBox.
- Configure the list box:For more information about dynamic links, see Create dynamic links.
- InProperties, create a dynamic link betweenModeland .
- Create a complex dynamic link betweenQueryandTextofDataFilterTextBoxby using a string formatter.
- Format
- SELECT Column1 FROM Table1 WHERE Column1 LIKE '%{0}%'
- {0} DynamicLink
For more information about dynamic links, see Create dynamic links. - Create a dynamic link betweenDisplay value pathand .TIP: You may need to enterColumn1manually.For more information about dynamic links, see Create dynamic links.
- Create a dynamic link betweenOrder byand .TIP: You may need to enterColumn1manually.For more information about dynamic links, see Create dynamic links.
Provide Feedback