Thank goodness for CF professionals. That fixed it.
Cheers
Lionel
On 11/20/11 9:51 PM, Matthew Woodward wrote:
On Sun, Nov 20, 2011 at 6:39 PM, Lionel Morrison <[email protected]
<mailto:[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] <mailto:[email protected]>
http://blog.mattwoodward.com
identi.ca <http://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
--
online documentation: http://openbd.org/manual/
google+ hints/tips: https://plus.google.com/115990347459711259462
http://groups.google.com/group/openbd?hl=en