P
Pat Garard
G'Day All,
Win Xp Pro SP2: Outlook 2003 SP2: When trying to print an e-mail.
Msgbox: A Runtime Error has occurred.
Do you wish to debug?
Line: 1343
Error: Unspecified error.
(vbYesNo+ vbCritical)
Debug with Microsoft Script Editor shows:
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;
[! Unknown Exception]
Any advice would be appreciated.
Win Xp Pro SP2: Outlook 2003 SP2: When trying to print an e-mail.
Msgbox: A Runtime Error has occurred.
Do you wish to debug?
Line: 1343
Error: Unspecified error.
(vbYesNo+ vbCritical)
Debug with Microsoft Script Editor shows:
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;
[! Unknown Exception]
Any advice would be appreciated.