You are here: Start » Program Examples » HMI Handling Events - CSV Editor
HMI Handling Events - CSV Editor
Aim:
The application presents the HMI that allows users to edit a CSV file like a spreadsheet program.

Hints:
The application is fully driven by HMI Events.
Solution (AVS):
Macrofilter Main.

Macrofilter Initialize_HMI.

Macrofilter SendTable.

Macrofilter SelectRow(True).

Macrofilter SendRow.

Macrofilter AddRow.

Macrofilter SetColor_DisableButtons.

Macrofilter DeleteRow.

Macrofilter UpdateRow.

Macrofilter IndexValueChanged.

Macrofilter RowSelectionChanged.

Macrofilter SaveToCSV.

Further Readings
- HMI Controls - List of HMI controls.
 
