I'm working on migrating our application to PB2022 from PB2017 R3 and found that our print settings dialog no longer sets the printer for our application. I double checked the registry location we are using for it (HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\Device) and that is properly being changed, but when we print, it uses the system default printer instead of what the user configured.
Has PB2022 changed the registry location it gets the selected printer from when the datawindow Print() function is called? If so, where is it so I can change the location it looks?