Re: pass coldfusion data to jQuery DatePicker using jQuery.get()
I don't understand what you are trying to do with .get() method. Why not .ajax() method?
View ArticleRe: pass coldfusion data to jQuery DatePicker using jQuery.get()
Thanks for suggestion, will try to use ajax, I think get() is a short hand method for ajax, Thanks again, Regards, Iccsi,
View ArticleRe: pass coldfusion data to jQuery DatePicker using jQuery.get()
I got button click event works, I see that "I am here start" message, but it does not show "I am here inside".I think for some reason jQuery did not success to get data that success call back function...
View ArticleRe: pass coldfusion data to jQuery DatePicker using jQuery.get()
Good news, I see I am here inside message and see the data,I used "Data" instead of "data"Once I change from Data to data and I see the I am here inside. the data are like following...
View ArticleRe: pass coldfusion data to jQuery DatePicker using jQuery.get()
My alert statement shows above message which is server send data and client recevie data successfully.The only thing is it is not successful every time, sometimes it is not successful then I do not see...
View ArticleRe: CF10: cfchart in a gateway giving: java.lang.NullPointerException
Hi Adam, We have an application thats works in CF8 and CF9. Our new customer wanted to host our application in house behind their own firewall. So we first tried to use CF10. We where very frustrated...
View ArticleColdFusion Feature Usage Survey
Please participate in this ColdFusion feature usage survey. This is not a typical feature usage survey for ColdFusion. The purpose of this survey is to understand the usage of some of the old or...
View ArticleInstalled Coldfusion 10 but cfdocs not appearing under Inetpub\wwwroot
IIS is expecting c:\Inetput\wwwroot\cfdocs, however cfdocs is not appearing under wwwroot. How can I fix this? Jim
View ArticleRe: Installed Coldfusion 10 but cfdocs not appearing under Inetpub\wwwroot
Hi Jim, Could you please confirm if it is ColdFusion 9. Also did you creat the connector while installing the ColdFusion? Thanks,Priyank
View ArticleRe: Installed Coldfusion 10 but cfdocs not appearing under Inetpub\wwwroot
This is Coldfusion 10 installation. Cannot view any .cfm pages. Uninstall and reinstall have not cured the issue. The connector was created and the properties files indicate that they are created for...
View ArticleRe: Installed Coldfusion 10 but cfdocs not appearing under Inetpub\wwwroot
As a member of Adobe CF support staff, Priyank, surely you ought to know that the docs are no longer shipped for install with CF10?? (ref: https://bugbase.adobe.com/index.cfm?event=bug&id=3342688)...
View ArticleRe: How to keep serving web pages while server is not logged in?
Hi Jcasey As you mentioned that the Web Launch Web Server Configuration Tool also shows [localhost:cfusion] Internet Information Server (IIS) : All then check the handler mappings in IIS on server...
View Articlecfretunr date format
I use CFRETURN in my CFFUNCTION in cfc file.My query return date format is 2012-07-04, CFRETURN Jul, 04 2012 00:00:00I would like to return to my client what is query exactly return like 2012-07-04.Are...
View ArticleRe: cfretunr date format
I'm not really sure what you are asking. DateFormat() and TimeFormat() will return a date in any format you want. CFReturn in and of itself has nothing to do with a date format?
View ArticleBest way to average numbers across rows and columns
Hello, What is the best way to average numbers both that span across both rows and columns? I have a table that holds student names (y-axis), tests they take (x-axis), and their scores. I need to...
View ArticleRe: Querying Dates
My guess is a format descrepancy. You should use the cfqueryparam tag or the createODBCDate() function to pass in your date into the query. <cfquery name="January" datasource="dsn"> SELECT *...
View ArticleRe: cfretunr date format
You should not do this. The point at which you should be doing formatting of things like dates and numbers when you output them in your view. You should not have your model returning already-formatted...
View ArticleRe: Querying Dates
Can you please confirm the data type of the StartDate column. When you say it's "formatted as mm/dd/yyyy", is that just what you're seeing on the screen in front of you, or have you really got a...
View ArticleRe: How to keep serving web pages while server is not logged in?
VJ, this is on Server 2003 SP2, and IIS 6. I don't see an option titled Handler Mappings. All other settings that you refer to are present. Still get the same message of The system cannot find the...
View Article