Printing inturrupted by runtime error - Outlook 2003 SP2

K

KMY

Background:

WinXP HM, HP Pavilion zd7140us notebook with P4 3.0Ghz processor, 512 RAM,
ZoneAlarm Security Suite (problem is present with ZoneAlarm on or off),
printer: network based HP OfficeJet 7410. The line > : this._strDocURL; <
in the script below is where the break interupts the VBS.

How to resolve this is lost on me. Can anyone offer assistance?


When running the debug... the following section is what appears to be the
problem.

function CPrintDoc_InitDocument( fUseStreamHeader )
{
var fReallyUseStreamHeader = (fUseStreamHeader &&
(dialogArguments.__IE_OutlookHeader != null));
this._anMerge[1] = (fReallyUseStreamHeader) ? 1 : 0;
this._nStatus = (fReallyUseStreamHeader) ? 0 : 1;
this.AddFirstPage();
this._aaRect[this._nStatus][0].contentSrc = (fReallyUseStreamHeader)
? dialogArguments.__IE_OutlookHeader
: this._strDocURL;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top