Skip to main content
Inspiring
July 7, 2009
Question

Search Result Set

  • July 7, 2009
  • 1 reply
  • 2125 views

I need to know how to save a search result set within a hidden div after a updating a record in coldfusion....Thank you all..

This topic has been closed for replies.

1 reply

ilssac
Inspiring
July 7, 2009

Save what?  To where?  And when? This will tell you a great deal about how it needs to be done.

Sorry I could only work 4 of the w's into that short reply.

emmim44Author
Inspiring
July 7, 2009

Means that there is a search page...within that page there is a search result section which is visible after one hits the 'search' button for specific information. Then each record on the result set has a link which you can update that record...once the record is updated thru an action.cfm page I need to forward the users to the search.cfm without losing the result set which was already searched.... How will I keep that result set after I update  a record since the page will be refreshed?

I dont want to use <cfquery cache....any other idea???

ilssac
Inspiring
July 7, 2009

Read up in the documentation on ColdFusion's persistant memory scopes, such as Session, Application, Server, Client, Cookie, etc.

These handy scopes are maintained by ColdFusion from request to request.

Using Persistent Data and Locking

http://livedocs.adobe.com/coldfusion/8/htmldocs/sharedVars_01.html