www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Scripting    Returning to Query Screen to Revise Search from Saved Search
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
Hi:

I am adding some scripting to various query screens and search functions for the OPAC (Note: We do NOT have Web Publisher). Each form has to provide navigation back to correct query screen so there are separate default forms (with appropriate scripts) designed for each of Quick, Advanced, Recent Arrivals, and Saved Searches query screens.

I have noticed that when clicking the Query Screen button from Saved Searches you are always returned to the Advanced search screen. So if a query was created and saved useing the Quick search options, you are unable to revise/recapture your search.

I am adding a script button that will take users back to the Advanced search screen and provide a caveat that only Advanced searches can be revised using this method. I copied the script from the one I developed from the default report form for Advanced search (where it DOES work) (see below).

function btnReviseSearch_onClick()
{
Command.selectQueryScreenEx("User> Advanced");
}

This doesn't however, work from Saved Searches so I am wondering if there is another script that reloads the Query appropriately into the query screen so that a user can revise it. Otherwise, I may remove the script button and just provide some text-based navigational hints.

Any help would be appreciated.

Thanks.

Becky
**************************************
 
Posts: 6 | Location: Ottawa, Ontario, Canada | Registered: Wed September 24 2003Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Scripting    Returning to Query Screen to Revise Search from Saved Search