Data.Show
Top  Previous  Next


Displays the [Data] section in a preview dialog, possible to abort or continue before the actual script starts



"Abort" aborts and sets error to 1. "Continue" continues.

Click the numbered column headings to sort data in the dialog (the [Data] section is not affected).

Category
Data section

Script section
[Batch], [Undo], [Init], outside Data.Loop..EndLoop statement

Data.Show [Caption]

Caption [Optional parameter]
Window caption, "[Data] section" if none specified  

Labels
Set labels through the DataShowLabels variable, the variable must be set before the Data.Show command.
Format: LabelForColumn1§[LabelForColumn12§][LabelForColumn3§].
Write a zero in the label definition for a column to hide a column.

Label example
Name the first three columns "First", "Last" and "Username" and hide the rest of the columns.

[Batch_Begin]
SET DataShowLabels=§First§Last§Username§0§0§0§0§   
Data.Show   
[Batch_End]