Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
sh100 #1
cfif not giving expected results
Hi, I am firing Query & comparing Name with string1
even Name is equal to string1 statements inside cfif is not executed
Code:
<CFQUERY name="SearchS" datasource="t1">
SELECT Name
FROM MyTable
WHERE id = 1
</CFQUERY>
<cfoutput query=" SearchS ">
Name # Name #<br>
<cfif # Name # IS "somestring">
# Name # inside if
</cfif>
Thank you
sh100 Guest
-
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Using <CFIF> on query results
I'm using Coldfusion with SQL databases to develop a dynamic calendar. The issue I have is how to get it to know if a particular day is a Holiday. ... -
loadMovie is not giving me the results I want.
I have created a movie that contains a dynamic text box with a linked .txt file. there are two buttons for scrolling the text. I published the... -
XML::Twig print to file gives expected results except for failure return value
(I had some conversation in c.l.p.m about this originally but it's no longer a Perl coding problem so I'm moving it here.) Using XML::Twig I'm... -
Collision modifier giving incorrect results?
Does anyone know of any reason the Collision modifier would report a false collision on models, type #box, with scale different than vector(1,1,1)? -
sh100 #2
Re: cfif not giving expected results
I got it I Have to trim white spaces in Name string
sh100 Guest



Reply With Quote

