Re: IE Script Error in OE when trying to print



"benedict1" <benedict1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:95DAE4C3-6173-4938-A2D6-5826355B4EE7@xxxxxxxxxxxxxxxx
>I get this error when trying to print a newsletter I subscribe to while in OE
> --------------------------------------------------------------------------------
> Line: 1344
> Char: 1
> Error: Unspecified error.
> Code: 0
> URL: res://C:\WINDOWS\system32\shdoclc.dll/preview.dlg


Let's try doublechecking what you have at that line in your version
of that module.

E.g. enter in the Address bar of an IE window:
res://shdoclc.dll/preview.dlg
and do a View Source of the result.

Assuming that opens up a Notepad window make sure
that Word Wrap is unchecked (e.g. in Format menu)
and Status Bar is checked (e.g. in View menu)

Next scroll to line 1344 and see what's there.
E.g. here is what I have from 1338 to 1344 inclusive:

<example>
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)
</example>


FWIW

Robert Aldwinckle
---


>
> Do you want to continue running scripts on this page?
> ---------------------------------------------------------------------------
> I use an HP PSC 2175 printer.
>
> I can get around it by copying everything into Word or Easy Word and
> printing the text. But then the pictures are lost. I know this has
> something to do with HTML setting somewhere, but can't find it.
>
> Anyone know how to fix this?
>
> Thank you.
>
> Never used to see this.
>
> --
> Thank you for your help,
>
> benedict1
>



.



Relevant Pages

  • Re: IE URL obfuscation
    ... Normal c strings terminate at the first NULL char. ... When using a browser shell, the shell uses COM and B-strings to get the info ... IE - it's just the presentation code for the address bar that's goofed. ... code "NT1003" when registering to take the TICSA exam at www.2test.com. ...
    (NT-Bugtraq)
  • Re: Warning with K&R style function definition
    ... void foo(bar) ... Your declaration says that the caller passes an argument of type char. ... Your definition says that the caller passes an argument of type int, ... void foo(int bar); ...
    (comp.lang.c)
  • Re: IE Script Error in OE when trying to print
    ... "Robert Aldwinckle" wrote: ... > E.g. enter in the Address bar of an IE window: ... > Assuming that opens up a Notepad window make sure ... > function CPrintDoc_InitDocument(fUseStreamHeader) ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Warning with K&R style function definition
    ... void foo(char bar); ... The compiler warns that the ...
    (comp.lang.c)
  • Re: Warning with K&R style function definition
    ... void foo(bar) ... Your declaration says that the caller passes an argument of type char. ... void foo(int bar); ...
    (comp.lang.c)

Loading