Hello,

When I open a quote I get three script errors.

Line 527, char 1, Error : syntax Error, Code 0
Line 665, char 163, Error: Expected '}', Code 0
Line 516, char 72, Error: Object expected, Code 0

We haven't altered these pages.

Thanks in advance,
Loreeta

RE: Script Error on Quote by taoyue

taoyue
Thu Jun 01 18:14:17 CDT 2006

------=_NextPart_0001_08948999
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

<Loreeta@discussions.microsoft.com> wrote:
> When I open a quote I get three script errors.
>
> Line 527, char 1, Error : syntax Error, Code 0
> Line 665, char 163, Error: Expected '}', Code 0
> Line 516, char 72, Error: Object expected, Code 0


Could you install a script debugger and provide more context, e.g. which
file, and a couple of lines around the failing line of code? Visual Studio
Express is now free to download and use.


--
Tao Yue
Microsoft Dynamics CRM Development
This posting is provided "AS IS" with no warranties, and confers no rights.
------=_NextPart_0001_08948999
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fmodern\fprq1\fcharset0 Lucida Console;}}
\viewkind4\uc1\pard\f0\fs16 <Loreeta@discussions.microsoft.com> wrote:
\par > When I open a quote I get three script errors.
\par >
\par > Line 527, char 1, Error : syntax Error, Code 0
\par > Line 665, char 163, Error: Expected '\}', Code 0
\par > Line 516, char 72, Error: Object expected, Code 0
\par
\par
\par Could you install a script debugger and provide more context, e.g. which file, and a couple of lines around the failing line of code? Visual Studio Express is now free to download and use.
\par
\par
\par --
\par Tao Yue
\par Microsoft Dynamics CRM Development
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par }
------=_NextPart_0001_08948999--


RE: Script Error on Quote by Loreeta

Loreeta
Tue Jun 13 14:29:01 CDT 2006

Thanks for the reply.

The file is edit.aspx under quote.

and the error occurs at

<div id="areaForm" class="area">
<script language="javascript">window.attachEvent("onload", crmFormOnLoad);
function crmFormOnLoad() {crmForm_onload();}
</script>


and fails at ("onload", crmFormOnLoad);

Loreeta

"Tao Yue [MSFT]" wrote:

> <Loreeta@discussions.microsoft.com> wrote:
> > When I open a quote I get three script errors.
> >
> > Line 527, char 1, Error : syntax Error, Code 0
> > Line 665, char 163, Error: Expected '}', Code 0
> > Line 516, char 72, Error: Object expected, Code 0
>
>
> Could you install a script debugger and provide more context, e.g. which
> file, and a couple of lines around the failing line of code? Visual Studio
> Express is now free to download and use.
>
>
> --
> Tao Yue
> Microsoft Dynamics CRM Development
> This posting is provided "AS IS" with no warranties, and confers no rights

RE: Script Error on Quote by Loreeta

Loreeta
Tue Jun 13 14:34:01 CDT 2006

Sorry, it fails on {crmForm_onload();

Loreeta

"Loreeta" wrote:

> Thanks for the reply.
>
> The file is edit.aspx under quote.
>
> and the error occurs at
>
> <div id="areaForm" class="area">
> <script language="javascript">window.attachEvent("onload", crmFormOnLoad);
> function crmFormOnLoad() {crmForm_onload();}
> </script>
>
>
> and fails at ("onload", crmFormOnLoad);
>
> Loreeta
>
> "Tao Yue [MSFT]" wrote:
>
> > <Loreeta@discussions.microsoft.com> wrote:
> > > When I open a quote I get three script errors.
> > >
> > > Line 527, char 1, Error : syntax Error, Code 0
> > > Line 665, char 163, Error: Expected '}', Code 0
> > > Line 516, char 72, Error: Object expected, Code 0
> >
> >
> > Could you install a script debugger and provide more context, e.g. which
> > file, and a couple of lines around the failing line of code? Visual Studio
> > Express is now free to download and use.
> >
> >
> > --
> > Tao Yue
> > Microsoft Dynamics CRM Development
> > This posting is provided "AS IS" with no warranties, and confers no rights

RE: Script Error on Quote by AustinJones

AustinJones
Tue Aug 08 18:23:01 CDT 2006

Have you found a fix for this yet? I've been trying to solve this one for
months now with no success. I just applied a hotfix from Microsoft that
related to revised quotes, but did not also solve this issue which is present
immediately upon creation of a new quote.

"Loreeta" wrote:

> Sorry, it fails on {crmForm_onload();
>
> Loreeta
>
> "Loreeta" wrote:
>
> > Thanks for the reply.
> >
> > The file is edit.aspx under quote.
> >
> > and the error occurs at
> >
> > <div id="areaForm" class="area">
> > <script language="javascript">window.attachEvent("onload", crmFormOnLoad);
> > function crmFormOnLoad() {crmForm_onload();}
> > </script>
> >
> >
> > and fails at ("onload", crmFormOnLoad);
> >
> > Loreeta
> >
> > "Tao Yue [MSFT]" wrote:
> >
> > > <Loreeta@discussions.microsoft.com> wrote:
> > > > When I open a quote I get three script errors.
> > > >
> > > > Line 527, char 1, Error : syntax Error, Code 0
> > > > Line 665, char 163, Error: Expected '}', Code 0
> > > > Line 516, char 72, Error: Object expected, Code 0
> > >
> > >
> > > Could you install a script debugger and provide more context, e.g. which
> > > file, and a couple of lines around the failing line of code? Visual Studio
> > > Express is now free to download and use.
> > >
> > >
> > > --
> > > Tao Yue
> > > Microsoft Dynamics CRM Development
> > > This posting is provided "AS IS" with no warranties, and confers no rights