I am looking for a way to sort checks when printing them from the Payment Journal. Is it possible to use SETCURRENTKEY in the OnPreReport trigger of the report to force sorting?
Yes it should be possible. But it’s better if you use SETCURRENTKEY in the OnPreDataItem trigger of specific DataItem or even better in the DataItemTableView property of that DataItem.