Time:
Scotland: Sat, 6:41 am
Rhode Island: Sat, 1:41 am
Florida: Sat, 1:41 am
New Mexico: Fri, 11:41 pm
California: Fri, 10:41 pm

Click here to visit Livelife365.com

Click here to visit nmdarts.com



Buy this Ad Space.

180px wide.

Please get in touch with KH@ if you are interested and make an offer.

Selanac Embroidery and Screen Printing

Embroidery
Screen Printing
Signs and Banners
Promotional Advertising

WEBSITE

Contact Paul Canales
TEl: USA 732-901-8417
CELL: USA 732-773-1339


Please click here for more information


For continued disscussion on this topic : ColdFusion: Problems Displaying Verity Collection Items After Search


crazydiamond
11-13-2003, 01:23 AM
I posted a message earlier about the Verity Collection problems i was having. I have tried another way and I now have a different problem!

At the top of my search I have the following value:
5 advertisement(s) matched your query.

This obviously means that the search has found records matching the criteria i entered. However the search refuses to display the results and i get this error:

Variable EXPIRYDATE is undefined.

you can replace the variable EXPIRYDATE with any of the table variables in my database - it's all the same.

here is my code:

<cfsearch collection="adVerityCollection" name="findAds" criteria="#keywords#">
<CFIF findads.RecordCount GT 0>
<CFoutput query = "findAds">
<B>#findads.RecordCount#</B> advertisement(s) matched your query.
<P>
<a href="advertdetails.cfm?adnum=#key#">#expirydate#</a><BR>
</CFOUTPUT>
<CFELSE>
Sorry, No records were returned from your request.
</CFIF>

here is the code which i used to update the verity collection:

<cfquery name="get_db_info" datasource="advertisements">
select *
from ads
</cfquery>

<cfindex query="get_db_info"
collection="adVerityCollection"
action="update"
type="custom"
key="adnumber"
title="adverttitle"
body="sellername, adverttitle, emailaddress, dateentered, expirydate, advertisementcontents, category, region">

Your Collection has been updated.

------

The collection updates without any problems and as i said earlier the search is obviously finding records matching the entered criteria - it's just that it doesnt display any of the fields which are in the database table which i thought i had set up correctly with the update verity code.

Cheers