macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: Valuelist Function in MX vs CF 5

Subject: Re: Valuelist Function in MX vs CF 5
From: "chengdm"
Date: Thu, 19 Jul 2007 14:34:28 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

Thanks Dan.

 Here is the problem.
 --------------------------
 You cant use numberformat inside valuelist or any other function.

 eg:
 valuelist(numberformat(query.integerData)) - cant work.

 More Analysis:
 --------------------
 I just ran a simple output from my code:
 Using <cfoutput query>
 It returns as 1,2,3,4

 After using the same query with valuelist
 It returns as 1.0,2.0,3.0,4.0

 And the field in the database 10g is number.


<Prev in Thread] Current Thread [Next in Thread>