On Sun, Nov 20, 2011 at 6:39 PM, Lionel Morrison <[email protected]>wrote:

> <cfif len(request.iMemberGtwy.getHelp) GT 0>
>

Needs to be:
<cfif Len(request.iMemberGtwy.getHelp()) gt 0>

Note the () after getHelp--without those you're not calling the method that
returns the string.

-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to