When I get 0 records returned from an implicit query I want to load an Error page
         instead of loading the page that the results were initially set to go to.  
The Error
         page loads ok, but it copies it on top of the origianl page, so I have two 
different
         pages loaded on my screen.  Any idea on how to load the Error page only.
My code in the dataobject:
if 0 records returned {                                         
                CSpPage nextPage = CSpider.getPage("pgError");
                nextPage.load("pgError");               
                return (PROCEED);
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to