` Avoiding the blue screen of stop (Craig Ransom ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Avoiding the blue screen of stop
2000-11-05 -- Craig Ransom
 
I have been playing around with the new WB templates, especially in trying to avoid the "Blue Screen of Stop" and have the program return to the calling page instead. Thanks to info in Steve Parker's KB I settled on using: SELF.PageToReturnTo = CLIP(Broker.Http.GetBrowserProperty('REFERER')) based on Michael Boston's & Michael Dawson's work. I place this in the WebServer Init() AFTER the parent call and it all seems to be OK! Global Objects Web Objects Web Server (WbServerClass) Init PROCEDURE(WbBrokerClass TheBroker,WbShutDownClass The ShutDownManager, ,SIGNED TimeOut, ,WbFilesClass TheFiles) Parent Call Source(SELF.PageToReturnTo = CLIP(Broker.Http.GetBrowserProperty('REFERER')))


Today is April 26, 2024, 5:06 am
This article has been viewed 35108 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: