ProLinga Tutorial |
---|
If the user selects an entry in the multi column list box (List View), we want the selected value to be copied to G-deviceNumber.Search
LIST GET Device VALUE G-deviceNumber.Search COLNO 1 DISPLAY entryFilter
Here we get the value from the first column of the List Store "Device" and store it in the Variable Group entry "deviceNumber". The field is visually updated on the screen with the "DISPLAY" command.
<< Logic: DeviceSearchList | Logic: DeviceSearchOK >> |