This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
Printing with Template shows two dialogs
Posted by:
Brian Lehmann (---.bcbst.com)
Date: Tuesday, 30-Mar-2004, 22:49:16
Has anyone run into an issue with two Print dialogs being displayed (one on top of the other) when passing in a print template? It only seems to happen with a print template. meaning
this.htmlEditor1.Print(false, "c:\\printtemplate.html", true);
causes two dialogs for me, but
this.htmlEditor1.Print(false);
does not.
Any ideas?