In the Search code (DIS.m), I find an entry point:
ENS^DIS -- "ENTRY POINT FOR RE-DOING SEARCH USING AN EXISTING SORT TEMPLATE"
Does anyone know how to redo a sort using an existing sort template? I find that at the end of a search query, it asks if I want to store the results in a template. If I do, I can then go back and find the information established by the user interface.
So perhaps if I could figure how to create my own sort template I could use this to call the existing code quietly.
But I need to test this. But I can't find a point where it asks me for the name of a template to input the logic from.
So how do I redo a sort with an existing template?
Thanks
Kevin
On 1/13/06, Kevin Toppenberg <
[EMAIL PROTECTED]> wrote:
...
But I am finding that the search functionality is so tightly tied to the user interface (stopping to ask the user questions along the way), that I am desparing of ever separating the two.
...