NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on April 15, 2012, 06:15:50 AM

Title: Web server generated code
Post by: John Fligg on April 15, 2012, 06:15:50 AM
I have been checking out the example for coding to see users logged in. Sorry, cannot recall who posted it.

All was well until I came to compile and it told me that NumLoggedIn did not exist.

So I compared the code from the example to mine and found the attached. The example code has 2 variables mine does not. Both are compiled using 6.27. My web server has a prototype as generated by the wizard whereas the example does not.

Why is there this difference and how can I resolve this issue so I can use the variable NumLoggedIn?

Thanks

John

[attachment deleted by admin]
Title: Re: Web server generated code
Post by: DonRidley on April 15, 2012, 07:35:04 AM
Just add those two variables manually.  It should compile. 

Don