cfc
CFC extends sibling folder
I\'ve seen all kinds of solutions for extending cfcs in parent folders with access to parent files or the CF administration, but I have not seen a workable solution to extend a cfc in a \"shared\"/sib[详细]
2023-01-21 19:14 分类:问答ColdFusion & Ajax: Error Invoking CFC
I have tried multiple tutorials on this topic from Forta.com and yet run into the same error: \"Error invoking CFC/....(file path)../wgn.cfc: Internal Server Error [Enable[详细]
2023-01-20 11:16 分类:问答coldfusion - bind a form to the database
I have a large table which inserts data into the database. The problem is when the user edits the table I have to:[详细]
2023-01-17 08:52 分类:问答Could not find the ColdFusion Component or Interface Answer.
I sometimes get Could not find the ColdFusion Component or Interface Answer. and simply doing a refresh fixes the problem.[详细]
2023-01-14 14:07 分类:问答Why is jQuery not getting the returned json info from my ColdFusion CFC in this code?
I have a CFC that cycles through a folder and deletes any files in said folder, sort of a \'clean-up\' function after an image is uploaded and saved. In that same CFC I have a function that updates te[详细]
2023-01-10 04:30 分类:问答How can I run a ColdFusion scheduled task at an interval <60 seconds?
I have a CFC method that I would like to run at an interval of 30 seconds. However, the problem is ColdFusion won\'t let me schedule a task that runs at an interval of 60 seconds or lower. Does anyone[详细]
2023-01-09 10:31 分类:问答super() type functionality on ORM CFC
When I use CF9\'s ORM feature and generate an explict setter for my ORM CFC, is there anyway to call the default funcitionailty of the ORM CFC after i have done the work needed in the method. For exam[详细]
2023-01-09 04:38 分类:问答Using Valums AjaxUpload with a CFC
I was looking for an elegant way to upload images AJAX style. I\'m new to all this mind you, and I couldn\'t find anything really simple and clear to teach me how to do this with a CFC and jQuery. The[详细]
2023-01-07 22:21 分类:问答How to bind a CFC directly to a select menu?
I\'m trying to create a select menu where one can select a department and then select employees in that department. Related Selects...[详细]
2023-01-06 01:17 分类:问答Date time exception in coldfusion query in cfc and mySQL
I\'m moving from an MS Access backend to mySQL. This used to work but now doesn\'t and I can\'t figure the problem.[详细]
2023-01-04 03:39 分类:问答