macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: CFML Help needed

Subject: Re: CFML Help needed
From: "freakyAndFree"
Date: Mon, 17 Dec 2007 17:19:57 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

If you give your cfgrid href and hrefkey attributes, like this:
 href="test.cfm" hrefkey="recordID", then clicking a row will act as a link to: 
"test.cfm?cfgridkey=#recordID# (where #recordID# is the recordID of the clicked 
row).  Then you'd get your detail data by selecting whatever from whatever 
where recordID = #cfgridkey#


<Prev in Thread] Current Thread [Next in Thread>