hmm if the DLL is throwing the error and not your code, it sounds like the DLL is bad.
you might try replacing it with a copy from a system that doesnt have this problem, rebooting and seeing if that doesnt clear it up. ----- Original Message ----- From: "Bill Downall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 8:50 AM Subject: Re: Witango-Talk: print problems with witango pages > I know nothing about this. This is not my code, this is in the Microsoft DLL > shdoclc.dll Does the microsoft debugger display do that word wrapping, > perhaps, where the rest of that line after the ? would not fit? > > Bill > > On Thu, 8 Jan 2004 08:43:04 -0800, Alan Wolfe wrote: > > >Hi Bill, not sure about javascript but in C++, the ?: operator all has to be > >on one line. JS is alot more forgiving but have you tried doing it like > >this? > > >this._aaRect[this.nStatus][0].contentSrc = (fReallyUseStreamHeader) ? > >dialog.Arguments.__IE_OutlookHeader : this._strDocURL; > > >all one the same line (i bet thats going to word wrap cause of email...) > > > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
