Hello Experts,
I am working on my Pick List PLD Layout.
I have a few UDFs on the Pick List screen that I added.
When I go to Sort the table, everything looks correct.
But when I go to print, only the system fields print out correctly and the UDFs stayed in their original rows (unsorted).
Here is an example of the ORIGINAL data:
ItemNum Qty UDF UDF
Item2 3 Cup White
Item1 5 Dish Black
Here is an example of the SORTED data:
ItemNum Qty UDF UDF
Item1 5 Dish Black
Item2 3 Cup White
Here is an example of the PRINT PREVIEW data:
ItemNum Qty UDF UDF
Item1 5 Cup White
Item2 3 Dish Black
Can anyone provide some suggestions as how to fix??
Thank you!!!!