coldfusion-9
cffile not working at all
cffile is giving a head ache now. My cfm is like this - ` <cfif session.ismac and session.browsermake eq \"firefox\">[详细]
2023-04-12 14:15 分类:问答How can i use cfschedule in coldfusion 9 cfscript?
Does the cfscript equivalent for cfschedule even exist in coldfusion 9 开发者_如何学运维? If it doesn\'t exist, is there an alternative way to run scheduled tasks from cfscript ?[详细]
2023-04-12 02:35 分类:问答Checking a date is between two dates
In ColdFusion I can see the code below, however it does not seem to work. I want to make sure discount is only applied if the valid from and to dates are in range, see below.[详细]
2023-04-12 01:32 分类:问答Changing cfform values with javascript for dynamic bind output
CFM <html> <head> <title>Test Page</title> <script type=\"text/javascript\">[详细]
2023-04-11 05:51 分类:问答How do I convert an entity from one type to another in ColdFusion ORM?
Let\'s say I have three entities, Company, StandardCompany, and CompanyTemplate, where Company is the base class for the other two:[详细]
2023-04-10 11:17 分类:问答ColdFusion not "seeing" my components
I have a dir开发者_开发问答ectory structure similar to C:...\\wwwroot\\project\\testPage.cfm <html>[详细]
2023-04-10 00:02 分类:问答ColdFusion ORM cannot find CFCs when using virtual directory
I have some entities with relationships: component name=\"Store\" persistent=\"true\" { property name=\"Products\" fieldtype=\"one-to-many\" cfc=\"Product\";[详细]
2023-04-09 17:13 分类:问答How do you deep clone a persistent entity in ColdFusion ORM?
I have a persistent entity that I\'m using开发者_Python百科 as a template: Company Locations Departments[详细]
2023-04-09 09:27 分类:问答ColdFusion Error - I am getting an error on a web site that got moved to a new server?
I moved a web site that works perfectly on multiple other servers onto a new server. We just patched the server, but I am still getting the following error:[详细]
2023-04-08 19:22 分类:问答How do I send a cfm file as the body of an e-mail using ColdFusion?
I have a legacy application where an email.cfm file is used with a cfmail tag to send e-mail: <cfmail from=\"abc@123.com\" to=\"def@456.com\" subject=\"New e-mail!\">[详细]
2023-04-08 14:13 分类:问答