Announcements
Hello,
i am sure there is an easy fix, i just don't know how
when i create checks in payment journal, checks are printed from the bottom first. it will print document in order 3, 2. 1 instead of 1, 2.3
how do i set it up so i print from the top to bottom? it messes up my check number sequences
thanks
One idea is to sort the payment journal after you populated all lines but before you print the checks - for example based on your screenshot sort based on the Document No. field in descending order so the first row contains 03, the second row contains 02, etc. This way the row with 01 will be at the bottom and print first
Hi Chow,
Check the applied key of DataItemTableview property of General Journal data item. Ususally dataitem sorts based on this field. If not check the code anywhere they applied setcurrent key for that dataitem if yes change the key based on required sorting.
You can also apply the sorting in RDLC side. See below .
Regards,
Mahesh U.
André Arnaud de Cal...
294,097
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator