ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 23rd, 2004, 11:42 AM
kgraber kgraber is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 37 kgraber User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 41 m 7 sec
Reputation Power: 5
Expected 'End' problem

I'm getting the Expected 'End' error and I know it's becuase I'm missing an end if statement but I don't see where. Can someone take a look at my code and see if they can help me. thanks.

<%
function ShowRating(rid)
const MIN_RATINGS_BEFORE_SHOW = 3

dim rs1
dim avgRating
dim avgWhole
dim decPart
dim decCalc
dim finalRating
dim altText

set rs1 = Server.CreateObject("ADODB.Recordset")

rs1.ActiveConnection = conn
rs1.Open "Select sum(rating),count(*) from rest_ratings where rid=" & rid

if rs1.fields(1) < MIN_RATINGS_BEFORE_SHOW then
Response.Write"[Restaurant not rated yet]"
else
avgRating = rs1.Fields(0).Value/rs1.Fields(1).Value
end if
if Instr(1,CStr(avgRating),".") > 0 then
avgWhole = Left(CStr(avgRating),Instr(1,CStr(avgRating),".")-1)
decPart = Mid(CStr(avgRating),Instr(1,CStr(avgRating),".")+1,2)

if decPart <> "" then

if CInt(decPart) >= 5 then
decCalc = .5
else
decCalc = 0
end if

finalRating = CInt(avgWhole) + CCur(decCalc)

else
finalRating = avgRating
end if
else
finalRating = avgRating
end if

altText = "Average visitor rating of" & finalRating & " out of 5"

for i = 1 to CInt(finalRating)
Response.Write"<img alt='" & altText & "' src = '/images/rating_on.gif'>"
next

if CInt(finalRating) <> finalRating then
Response.Write"<img alt='" & altText & "' src = '/images/rating_half.gif'>"

for i = CInt(finalRating)+2 to 5
Response.Write"<img alt='" & altText & "' src = '/images/rating_off.gif'>"
next
else
for i = CInt(finalRating)+1 to 5
Response.Write"<img alt='" & altText & "' src = '/images/rating_off.gif'>"
next
end if

%>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > Expected 'End' problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT