cfc
CFC return multiple queries to cfselect
I have a single cffunction which returns multiple queries. I\'m using \'struct\' as my returntype. My question is, how do I use function returns in multiple cfselects. I can get the cfdump to work, bu[详细]
2023-03-11 18:55 分类:问答variable not being passed when making a call through cfajaxproxy to a cffunction
I found this question asked previously but it contained bad examples and no true answers so I am here to ask it again. First the code:[详细]
2023-03-08 08:04 分类:问答How can I do this OOP as a ColdFusion Component (CFC)?
Would some one be able to explain what the following questions are asking me to do. I don开发者_如何学运维\'t need to know the code, just a different explanation in terms of Coldfusion would be good s[详细]
2023-03-06 18:24 分类:问答How to modify fix coldfusion .cfc file
I am not a coldfusion programmer, but I found one line in a CFC file that needs to be changed. and I need help in determining the exact steps to adjust this file which is down C:\\ColdFusion8\\wwwroot[详细]
2023-03-06 17:34 分类:问答how to avoid form from submitting if both these values are valid
Hi Below is the code that i am using for my form to validate id\'s entered in two input fields.All code is working fine.Only thing is that how to stop form from submitting if both the fields are not v[详细]
2023-03-06 13:26 分类:问答Perform string functions on an AJAX query before returning the results from the CFC
My page has the alphabet across the top \'A-Z\'. When a user clicks on a letter I perform an AJAX call to a CFC that performs a query of a directory of thumbnail images based on the letter selected an[详细]
2023-02-27 05:57 分类:问答How to manage CFC's (subsystem) that's shared across multiple sites?
How can you manage something like that? I tried my best to design the subsystem to be reusable, but there are just certain things that are unique to the site that have to be customized (e.g. fields in[详细]
2023-02-25 04:00 分类:问答CFINPUT to update data in grid
I have CFINPUT text boxes (type= datefield) that are bound to a cfgrid. When a row is selected the input display from the grid\'s datastore.[详细]
2023-02-22 15:31 分类:问答Cannot load the target CFC abc for the relation property abc in CFC xyz
I\'m running two Applications with different Application names. Both use the different datasources (but same database behind) and have almost the same ORM objects, but both[详细]
2023-02-19 07:27 分类:问答How to solve ClassCastException for java.util.ArrayList via WSDL of ColdFusion 9's CFC?
I hope this problem would not waste your time. I use Adobe Coldfusion 9 to create CFC to to interact with database. Generally, CFC can be generate WSDL by itself. for example:[详细]
2023-02-17 18:26 分类:问答