The problem is where you're suppose to be setting that value.. You said from whatever row you click on.. We'd need to see the page where this is happening.. The page with the rows you click on.. That code. If may just be as simple as doing something like this.. When you click on the row, does it pass that value to a form? if so.. on the form page do something like - make sure session variables are turned on: <cfset session.updateID = form.id> where form.id is the form you came from. That value will stay in session.updateID for however long until the session expires.. You can pass it all around your code and pages and utilize it.
On 6/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Okay...so....thank you for that! > > Would you mind telling me how to fix it? > > Dan > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1127 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
