I have a NT5 app (static page environment) that runs fine. I decided to update to NT6, and all seemed to go fine - compiled fine. Didn't do any changes (not using headers and footers, just static html pages).
However, anything that is not static is not working now. The app is based on example 3 (basic with login). On the login, at the validate update routine - 2 End embed, I have a test to call the appropriate static page. The calling code is:
p_web.RequestFileName = 'dmemain.html'
This never gets called, and in fact, the validate update routine is never getting called.
If I go to the browser address field and manually key in a page address, which is a static page with html buttons, that works fine. If I click on one of the html buttons that calls a page that has a call to a browse, the browse appears, but nothing is interactive - can't click on a row, buttons, etc - nothing responds.
What am I overlooking in the upgrade?
Mike