coldfusion-9
In coldfusion 9 how do I specify that a function returns an image?
I have a cfscript function that takes in an image created with imageNew, and returns an image. How do I specify that in the declaration? I have this so far:[详细]
2023-02-15 19:37 分类:问答Error inserting new record with Flex 4 via ColdFusion 9 with Apptacular extension
I have a little problem with using Flex 4 with Coldfusion 9. I hope you can tell me what I have to fix.[详细]
2023-02-15 12:20 分类:问答How to rename the 'save' and 'cancel' button in cfgrid when mode="edit"?
How to rename the \'save\' and \'cancel\' button in cfgrid when 开发者_如何转开发mode=\"edit\"?My CF app is not even in English.If we can customize the text through insertButton and deleteButton, how[详细]
2023-02-15 09:52 分类:问答strange coldfusion errors after ms sql server table change
I am working with ColdFusion 9 on a Windows Server, using MS SQL Server 2005. I am encountering a strange issue.[详细]
2023-02-13 13:25 分类:问答How to restart Coldfusion Application Server when application times out?
Is there any way to restart the CF server through the Application.cfc, when the application times out? As per Adobe documentation, they showed as follows:[详细]
2023-02-11 19:21 分类:问答ColdFusion get method
I am sending a value 开发者_Python百科of a variable from an http url to another cfm page, but I am not sure how to get that value on the other page. In php we use $_GET[\'variable\']; I am not sure wh[详细]
2023-02-11 12:22 分类:问答Can ColdFusion ORM handle Unicode string?
How can I make CF9\'s ORM (aka Hibernate) save strings as unicode st开发者_运维问答ring? I.e. use prefix N\'string\' in SQL Server[详细]
2023-02-11 10:41 分类:问答Why can't I use the same cfqueryparam in two locations in the same query when using CFScript?
I\'m not sure if I am doing something wrong, but it seems that you can not use a cfqueryparam more than once in a single query if you write it in CFScript.[详细]
2023-02-10 19:21 分类:问答Resetting Application Scope on ColdFusion cluster
Is there a way t开发者_StackOverflow社区o reset the Application, via onApplicationStart, and ensure that all the servers in the cluster have their application restarted?[详细]
2023-02-09 14:48 分类:问答Coldfusion ORM 9.0.1 - Error while resolving relationship
I got this example from the adobe coldfusion documentation, some of the names are changed but everything else is the same, unless I am just so frustrated that I have missed a letter.[详细]
2023-02-09 03:54 分类:问答