Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 10:59 AM
shank
Guest
 
Posts: n/a
Default expected end

I'm getting an Expected 'End' error on the following.
What did I forget?

<%
p = rsSpecs("OrderNo") & chr(13) & chr(10)
p = p & rsSpecs("Description") & chr(13) & chr(10)
p = p & media & chr(13) & chr(10)
p = p & rsSpecs("m_Specs") & chr(13) & chr(10)
p = p & ""
%>

thanks!


  #2  
Old July 19th, 2005, 10:59 AM
Ray at
Guest
 
Posts: n/a
Default Re: expected end

That is not the cause of your expected end error. There must be something
before this like an If or Sub or Function or Select or something else that
requires a corresponding End.

Ray at work

"shank" <shank@tampabay.rr.com> wrote in message
news:eoEDfei1DHA.1304@TK2MSFTNGP10.phx.gbl...[color=blue]
> I'm getting an Expected 'End' error on the following.
> What did I forget?
>
> <%
> p = rsSpecs("OrderNo") & chr(13) & chr(10)
> p = p & rsSpecs("Description") & chr(13) & chr(10)
> p = p & media & chr(13) & chr(10)
> p = p & rsSpecs("m_Specs") & chr(13) & chr(10)
> p = p & ""
> %>
>
> thanks!
>
>[/color]


  #3  
Old July 19th, 2005, 10:59 AM
Curt_C [MVP]
Guest
 
Posts: n/a
Default Re: expected end

That section isn't the problem... what's above it?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


"shank" <shank@tampabay.rr.com> wrote in message
news:eoEDfei1DHA.1304@TK2MSFTNGP10.phx.gbl...[color=blue]
> I'm getting an Expected 'End' error on the following.
> What did I forget?
>
> <%
> p = rsSpecs("OrderNo") & chr(13) & chr(10)
> p = p & rsSpecs("Description") & chr(13) & chr(10)
> p = p & media & chr(13) & chr(10)
> p = p & rsSpecs("m_Specs") & chr(13) & chr(10)
> p = p & ""
> %>
>
> thanks!
>
>[/color]


  #4  
Old July 19th, 2005, 10:59 AM
shank
Guest
 
Posts: n/a
Default Re: expected end

You're right! I had an If statement up above that I didn't notice.
sorry!

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:%23RyApii1DHA.2412@TK2MSFTNGP10.phx.gbl...[color=blue]
> That is not the cause of your expected end error. There must be something
> before this like an If or Sub or Function or Select or something else that
> requires a corresponding End.
>
> Ray at work
>
> "shank" <shank@tampabay.rr.com> wrote in message
> news:eoEDfei1DHA.1304@TK2MSFTNGP10.phx.gbl...[color=green]
> > I'm getting an Expected 'End' error on the following.
> > What did I forget?
> >
> > <%
> > p = rsSpecs("OrderNo") & chr(13) & chr(10)
> > p = p & rsSpecs("Description") & chr(13) & chr(10)
> > p = p & media & chr(13) & chr(10)
> > p = p & rsSpecs("m_Specs") & chr(13) & chr(10)
> > p = p & ""
> > %>
> >
> > thanks!
> >
> >[/color]
>
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles