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:285912
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