ReportControl_SelUpOrDown is a helper function to modify the record order in a report control. Add a button to the control and call this function in the button callback function.
Return Value
svInit is a string vector to initialize the dialog box, see DialogBox
Parameters
svInit is a string vector to initialize the dialog box, see DialogBox
iControl is the index of the report control and refers to the vector svInit.
If bUp is TRUE (1) the selected records are moved up. Otherwise the records are moved down.
History
| Version | Description |
|---|---|
| 4.2.2 | New |
id-276744