Sure - you can manipulate any query object using queryAddColum,
queryAddRow, querySetCell. Please see the docs. If you wanted to use
it in cftable (holy crap - someone uses cftable!) then you would
modify the query before you run the cftable.

On Nov 13, 2007 9:07 AM, Orlini, Robert <[EMAIL PROTECTED]> wrote:
> Can I add a URL to the #name# field displaying on a cfdirectory?
>
> I want the user to be able to list the .doc files and then click on the doc 
> files listed to display them.
>
> Thanks.
>
> RO
> HWW
>
> <cfdirectory
>    directory="#GetDirectoryFromPath(GetTemplatePath())#"
>    name="myDirectory"
>    action="list"
>    filter="*.doc"
>    sort="name ASC, size DESC">
> <!---- Output the contents of the cfdirectory as a cftable ----->
> <cftable
>    query="myDirectory"
>    htmltable
>    colheaders>
>   <cfcol
>       header="NAME:"
>       text="#Name#">
>    <cfcol
>       header="SIZE:"
>       text="#Size#">
> </cftable>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to