Feb
9

Tip : Show hide columns in cfdump

Author nerdscubecom    Category Coldfusion     Tags

Small tip for the day, In Coldfusion MX7 the CFdump was pritty much dump that it just do the variable dump and nothing more.

CF8 dump is much more capable like writing the dump out to file like i did in my last blog , plus you even can control the fields that you need to show or hide during the dump. This could pretty much save time when dumping big queries which contains long columns

CF8 cfdump tag has 2 attributes called Show and Hide . You can use a comma seperated list of columns which you need to show or hide from the dump . Thus you can indicate which column of the query to be shown and which should not.

<cfdump var="#aquery#" show="colA,colB">
<cfdump var="#aquery#" hide="colX,colY">
<cfdump var="#astruct#" show="keyA,keyB">
<cfdump var="#astruct#" hide="keyX,keyY">

Post comment

Take it with you!

Twitter

Recent Posts

Categories

Tags

Adventure Android augmented Augumented avatar cf8 CF9 cfdump cfquery Coldfusion Coldfusion programming technology features new compare comparison debugging Definitions design Digitization dynamic element creation form future getmetadata HTML Inspirations Iphone Javascript Jquery movie Movies mustwatch mx7 new feature programming project Project Management Reality realtime si-fi Technology tip top tricks validation virtual world web development

Archives

RSS CF Libs

  • arrayTrim January 31, 2012
    This method trims an array to the specified number of elements. […]
  • longTime January 25, 2012
    Returns a list like 3 years, 2 months, 12 days, 1 hour, 10 minutes, 45 seconds from a seconds count argument. […]
  • quickSort January 15, 2012
    Implementation of Hoare's Quicksort algorithm for sorting arrays of arbitrary items. […]
  • GetHostAddress January 12, 2012
    Performs a DNS lookup. […]
  • GetFileFilterCount January 4, 2012
    Accepts a directory path & a file filter. Returns number of matching files. […]
  • replaceSpecialChars January 4, 2012
    Replaces all special characters in a string of text. […]
  • solrClean December 30, 2011
    Like VerityClean, massages text input to make it Solr compatible. […]
  • rjustify2 December 21, 2011
    Same as built-in RJUSTIFY, but allows optional parameter character to pad with. […]
  • RowColor December 21, 2011
    Returns alternating color based on list of colors. […]
Get Adobe Flash playerPlugin by wpburn.com wordpress themes