View Single Post
Old 06-08-2009, 01:28 PM   #1 (permalink)
Darnel_380
Registered User
 
Darnel_380's Avatar
 
Join Date: Apr 2009
Location: Illinois
Posts: 82
OS: Windows XP SP3, Vista


[SOLVED] Site will not load page

I am new to working with websites and am now in charge of a couple of websites for my job.

The problem I am having is that the newer site of the two will not seem to load any of the data from the database (I assume).

Here is the error message I get:

Quote:
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'FP_FieldVal'

/chiro.asp, line 1065
The site is coded in .ASP and otherwise works fine. The exact line will vary depending on what category you chose. Here is a link.

And here is the code around line 1065: (1059-1070)
Code:
<%
Dim x, bgcolor
 if x = 1 then
     bgcolor="#756FE6"
     x=2
Else
    bgcolor="#336699"
    x=1
End if %>
					<td bgcolor='<%=bgcolor%>'>
					<img src="../images/<!--webbot bot="DatabaseResultColumn" s-columnnames="ID,Item&nbsp;Number,Product&nbsp;Manufacturer,Notes,Categories,Record&nbsp;Name" s-column="Record&nbsp;Name" b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat preview="&lt;font size=&quot;-1&quot;&gt;&amp;lt;&amp;lt;&lt;/font&gt;Record&nbsp;Name&lt;font size=&quot;-1&quot;&gt;&amp;gt;&amp;gt;&lt;/font&gt;" startspan --><%=FP_FieldVal(fp_rs,"Record*Name")%><!--webbot bot="DatabaseResultColumn" endspan i-checksum="31877" -->" width="75"></td>
					<td bgcolor='<%=bgcolor%>'>
It looks like the previous person who created the site used a template because it has all sorts of notes in the actual code, but I am unable to find that template. Any help would be appreciated.
Darnel_380 is offline   Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here