Hello Mr Darby
<cfset orgReportsGateway.deleteByFields(OrgID_FK=arguments.orgID,ReportID_FK=arguments.reportID)
/>
I'm calling deleteByFields, and deleteByQuery is popping up in the error message
Also Qasim - I've never poked around in the xsl files - is your suggestion a workaround or something that I'll need to keep in mind permanently?
Thanks for following this up.
(It's entirely possible that I'm doing things incorrectly - please feel free to point that out)
antony
On 10/25/06, Mr. Darby <[EMAIL PROTECTED]> wrote:
Anthony,
Can you post the method you are using that is calling deleteByQuery? Is this a custom method?
On 10/23/06, Antony Sideropoulos < [EMAIL PROTECTED] > wrote:Hi allI'm getting the following message using the latest build from SVN (390):
Message The function deleteByQuery defined as void tried to return a value. Detail Void functions must not return any values. I looked in the generated cfc and the method does say returntype = void, and does also include a return statement:<cfreturn
deleteByQuery(Query,true) />It also happened in the previous build I was using (386).I'm not sure what to do next in terms of making this an 'official' bug - or if there's a problem at my end that is causing this error to present. (I'm using reactor with MG:U (build 241 - but this error isn't coming from a scaffold) on CF 7 ent, with an mssql 2000 db.)AntonyPS I feel bad that my first post is a bug report, so I'm also going to say that I'm really enjoying working with reactor.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
