Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Dialog-less printing in 7.02 without Background Printing

edited June 2003 in General
Has anyone seen a way to supress the print dialogs without background
printing. I'm in a spot where meeting the thread safe needs of background
printing is a pain in the neck, but turning off the dialogs with
ShowPrintDialog := False seems to kick me into background mode. Am I
missing something?

D6
RB7.02pro


--
Jeff Blackwell

Comments

  • edited June 2003

    Murphy's Law dictates that the minute I post a problem, I find the
    answer.... grrrr.

    For anyone in my predicament: Set backgroundprintsettings.Active := false
    and backgroundprintsettings.Enabled := false, along with the ShowPrintDialog
    := false, and things work just fine. It just seems odd to have Background
    mode as the default.



  • edited June 2003
    Jeff,

    Glad you found a solution. The BackGroundPrintSettings should all be set to
    False by default. They may have been loaded with a .rtm file that saved
    them down at an earlier time.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.