I have just had a quick look at the adobe Docs
and maybe this only works with Queries,
 and not CFCs via bind??

    CFGRID:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_03.html#3987012
    CFGRIDCOLUMN:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_04.html#3988181


On 8/10/07, Charles Sheehan-Miles <[EMAIL PROTECTED]> wrote:
>
> All,
>
> Just really getting started with CF8, so if this question is too basic,
> such
> is life.
>
> I have a simple CFGRID.  I want to have one of the columns set that when a
> user clicks on a particular record, it will open up a new page based on
> that
> key.  Can't seem to get it to work, I think I may just not understand the
> syntax properly.  The grid populates just fine, but clicking on the link
> does nothing.
>
>
> <cfform name="tableform">
> <cfgrid format="html" name="grid_Tables" pagesize="15" selectmode="row"
> bind="cfc:com.remote.members.getMemberList
> ({cfgridpage},{cfgridpagesize},{cf
> gridsortcolumn},{cfgridsortdirection},#rscurrentweb.orgid#)">
> <cfgridcolumn name="Edit"
> href="/admin/membermanage.cfm?page=modify&memberid=" hrefkey="MemberID">
> <cfgridcolumn name="MemberID" header="MemberID" >
>      <cfgridcolumn name="Email" header="Email" > </cfgrid>
> </cfform>
>
> --
> Charles Sheehan-Miles | http://www.sheehanmiles.com
> Author of Republic: A Novel of America's Future
>
> ....Sparse, clean narrative... Pay attention to this new book... --
> Pulitzer
> Prize winning journalist John Hanchette, Niagara Falls Reporter
>
> This novel ...may be prophetic...It will disturb you...It should. --
> DailyKos
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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

Reply via email to