--
You received this message because you are subscribed to the Google Groups "TheDBCommunity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thedbcommunit...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/thedbcommunity/1a84239f-5339-4d2e-90d1-3cb148dfc6fbn%40googlegroups.com.
Thanks for the suggestions.
Just for reference, I finally created several tables with identical fields and added a temporary table to consolidate their contents. This table is emptied and repopulated before each report generation:
```Since printing was mentioned:
DOSBOX-X can be configured to redirect LPT1 output to a file. This captures the report as a print file, which can then:
- Be sent to a dot matrix printer via RawPrint.exe, since Windows 10/11 no longer supports raw printing (matrix printers are indestructible and will outlast civilization), or
- Be converted to UTF-8 and used to generate a PDF.
I think DOSBOX-X defaults to code page 850 — that's what my legacy printer is set to, and German characters print fine.
It also accepts UTF-8 pasted from Windows and converts the characters on the fly.
Despite the age of the tools, the setup works — and you can still copy and paste between PARADOX DOS and the modern world.