M
Manuel
When open an email in MS Outlook 2003 and try to print I get a error message:
"A runtime error has ocurred. Do you wish to debug?"
"Line: 1343"
"Error: Unspecified error"
When I chose to debug I get the following text in the debuging program with
a break in line 1343:
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;
}
The second from the last line is where the debug program breaks
: this._strDocURL;
Please help. If need be please email me at (e-mail address removed) so I can email
the entire text.
Thank you
"A runtime error has ocurred. Do you wish to debug?"
"Line: 1343"
"Error: Unspecified error"
When I chose to debug I get the following text in the debuging program with
a break in line 1343:
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;
}
The second from the last line is where the debug program breaks
: this._strDocURL;
Please help. If need be please email me at (e-mail address removed) so I can email
the entire text.
Thank you