ReportControl_SelUpOrDownΒΆ
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.
- svInit = ReportControl_SelUpOrDown(svInit, iControl, bUp)
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.
- bUp
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