<cfreturn deleteByQuery(Query,true) />
to
<cfset deleteByQuery(Query,true) />
Thanks,
On 10/24/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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
