the table existed since yesterday,
I changed the name of the query from market to markets and did this throughout the code from market.c_marketid to markets.c_marketid and market.market to markets.market.
This corrected the problem, so I'm happy. Thanks
-----Original Message-----
From: Knudsen, Douglas
Sent: Wednesday, July 14, 2004 12:02 PM
To: CF-Talk
Subject: RE: attribute value...
did you change the table def for rmarket at some point? CFMX has some strange table def caching that could throw this sort of error.
Doug
-----Original Message-----
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 12:53 PM
To: CF-Talk
Subject: RE: attribute value...
You're looping over that query so try removing "market.market" and just
use "market."
195 : <cfloop query="market" >
196 : <option value="#market.c_marketid#" <cfif tmp1 IS
market.market >selected</cfif>>#market.market#</option>
197 : </cfloop>
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

