www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Content Server    Alternative form to expand a record in a search results list
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
xbp
Posted
I would like to know if it is possible, in a search results list, to add a button/link that will expand a record using a different form than the preset at the query screen. The utility would be to have two (or more) alternative detailed views of each record.

Thanks in advance to anybody that may help.
 
Posts: 1 | Registered: Fri May 25 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
Instead of using the expand record functionality, you could use a canned query to launch the single record using the desired form.

Support Knowledgebase article 2104 provides the syntax for canned queries.

You would construct the URL by using beginning and ending text around the ID field contents (or any unique field in the record that doesn't contain spaces).
 
Posts: 217 | Registered: Wed June 29 2005Reply With QuoteEdit or Delete MessageReport This Post
Zoe
Posted Hide Post
Yes. I have a button called More, which uses this script (More is named displayRecord):

function displayRecord_onClick()
{Command.selectFormsEx("altForm","","","");
Command.displayRecord();
}

Is this what you mean? (Or do you mean with Webpublisher.)
 
Posts: 62 | Location: Beverly Hills, California | Registered: Thu February 03 2005Reply 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  Content Server    Alternative form to expand a record in a search results list