Navigation: Function Reference > User Script Functions > Grid.generateAlert()

Grid.generateAlert()

Top  Previous  Next

Grid.generateAlert( aRow: Integer; aData: String );

 

Generates an alert in the ScanExpert Viewer Grid where aRow is the row occupied in the grid by the driving symbol and aData is the text string to be displayed in the alert.

 

Parameters

 

aRow

integer value offset into the grid. use getRow() function to determine row.

aData

string value - alert text to be displayed.

 

generateAlert