Well yeah..last resort cuz I don't want to clutter the list with work
stuff :)

Anyways..here's the really SIMPLE code!

----------------

<html>
<head>
        <title>Trinidad And Tobago Energy Guide-Updating Index</title>
</head>

<body>

<cfquery name="listeguide" datasource="eguide" dbtype="ODBC">

SELECT      tblCompany.entryid,tblCompany.CName, tblCompany.CAddr,
tblCompany.CAddr2, tblCompany.CState, tblCompany.CZip,
tblCompany.CCountry, tblCompany.Ctel1, tblCompany.Ctel2,
tblCompany.cemail, tblCompany.curl

FROM         tblCompany

</cfquery>

<cfcollection action="REPAIR" collection="eguide">

<CFINDEX
        COLLECTION = "eguide"
        ACTION = "REFRESH"
        TYPE = "CUSTOM"
        QUERY = "listeguide"
        TITLE = "listeguide.CName"
        KEY = "entryid"
        BODY = "listeguide.CName"       
        EXTERNAL = NO>
        
<cfsearch collection="eguide"
          name="myResults"
          criteria="">


<cfdump var="#myResults#">

------------------

I mean..I took out ALL the extra stuff from the query and just left it a
BASIC query..BASIC Select query, Basic Index statement..

What am I doing wrong??

I even narrowed the Body to just one field.

-Gel


-----Original Message-----
From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 18, 2002 11:49 AM
To: CF-Community
Subject: RE: Verity experience


Last resort!
Harumph!
** chants **
** Show us your code! Show us your code! **

~~
Stephenie 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to