Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfgridcolumn shows true/false for yes/no data

Explorer ,
May 14, 2010 May 14, 2010

This is probably an easy answer for someone but the grid column shows true/false versus yes/no.  Anyone know how to get the grid to correctly display yes/no?  The grid binds to a query and the values in the database column are yes/no but somehow the grid is displaying those values are true/false.

What's the trick to this?

547
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 14, 2010 May 14, 2010

Does this bug - http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=82200 - describe what's happening to you?

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 14, 2010 May 14, 2010

Appears so.  I didn't quite get what the solution was.  Is there even one?  Using DreamWeaver I don't see any option for booleanformat for cfgridcolumn.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 14, 2010 May 14, 2010

There isn't a fix yet: I spotted this in CF9 (which is the current version).  I guess the fix will come with its next point release / updater.

You will have to try a different solution.

Sorry.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 14, 2010 May 14, 2010
LATEST

Ok, thanks.  Looks like using type="boolean" might work for me.  Have to see how that works out when updating the database.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources