Mike and Mark,
I compared my 2 apps with the latest Web3 example. In my apps I have the following code in the GenerateForm/Start embed:
! change the 'save' button so it says 'login'
p_web.site.SaveButton.TextValue = 'Login'
! coming to the login screen automatically logs the user out.
! Note that logging out does not delete the session.
p_web.SetSessionLoggedIn(0)
The last line, p_web.SetSessionLoggedIn(0), is not present in the latest example. Commenting out this code has solved the problem. Most of the NT apps I create are based on a few of the example apps. This line was probably in one of the earlier examples and has not been a problem until NT 7.
Now, the only remaining issue is that the login form opens on the left instead of centered, as it did in NT 6.45. Also, when I log out, the login form reappears on the left. In the NT 6.45 version of my apps, it only appears when I select Login from a menu. Still looking into this issue.
Thanks,
Jeff