One issue I ran into recently was creating reports in excel. The ASP app calls a stored proc which retrieves the columns headers as 2 words i.e. First Name, Last Name. This works properly in ASP but CF does not like two-word values in the output.
So this:
Here is how to solve this issue:
#myquery["First Name"][myquery.currentRow]#
Enjoy!
No comments:
Post a Comment