I'm connecting (in my dev environment) to an HP4600. The color settings are set to automatic and print in grayscale is *NOT* checked. But when I turn on print preview, the data still goes to black & white. The datawindow is dynamically generated (with syntaxFromSQL). The rows color setting is changed dynamically to an if condition
dw_1.Modify("Datawindow.De
"~~'*E~~', " + invo_colors.is_errColor + &
", If(Left(Error, 2) = ~~'*W~~', " + invo_colors.is_warnColor + &
", " + invo_colors.is_infoColor + "))'")
Main Topics
Browse All Topics





by: sandeep_patelPosted on 2004-03-22 at 07:40:04ID: 10649692
hi,
as it is happening on the print preview mode and printing i think it's not problem with powerbuilder, but it is with your printer settings. Check the color settings in your default printer. whether color property is yes or no ? which printer u r using ?
-sandeep