NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on December 09, 2011, 03:59:00 PM

Title: Which version are the examples?
Post by: ccordes on December 09, 2011, 03:59:00 PM
After going back and forth between the examples and my app I just noticed something and I wonder which is which?

In the webhandler, My app uses ThisWebWorker.ProcessRequest(p_ReqString) in the process code
the examples use   p_web.ProcessRequest(p_ReqString).

Chris
Title: Re: Which version are the examples?
Post by: Bruce on December 09, 2011, 11:37:31 PM
On the weHandler procedure you can set the name of the object.
It's a good idea to set it to p_web. That default changed a long time ago, but if your app was created before the change then you need to change that manually.

cheers
Bruce