ReportControl_RemoveSelectionΒΆ

ReportControl_RemoveSelection is a helper function to remove the selected records from a report control. Add a button to the control and call this function in the button callback function.

svInit = ReportControl_RemoveSelection(svInit, nControl)

Return Value

svInit is a string vector to initialize the dialog box, see DialogBox.

Parameters

svInit

svInit is a string vector to initialize the dialog box, see DialogBox.

iControl

iControl is the index of the report control and refers to the vector svInit.

History

Version Description
4.2.2 New

id-776257