In the source printdc.c in function HB_FUNC( PRNDUPLEX ) // ( nValue ) --> nOldValue should be added the line
to set any nValue only if the duplexprint for the printer is present.
Or a second way == better: A separated function IsDuplexprinter() similar to IsColorprinter()
if (pDevMode->dmFields & DM_DUPLEX)Or a second way == better: A separated function IsDuplexprinter() similar to IsColorprinter()
