NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on March 21, 2018, 12:28:46 PM

Title: How to Change Page Header from Browse and close browse
Post by: rjolda on March 21, 2018, 12:28:46 PM
Hi,
2 dumb questions.  NT10.15 and C8.

I have a browse with a button on each line and the embed on the button sets new default values - some of which are displayed in the Page Header.
I need to do 2 things after the code runs:
1. Close the Browse procedure AND
2. Update the Page Header   
What is the proper way to do these??
Many thanks,
Ron Jolda
Title: Re: How to Change Page Header from Browse and close browse
Post by: Bruce on March 22, 2018, 06:46:32 AM
Hi Ron,

you don't "close" a browse - if it's a "page" - rather you "open another page".
So - is the browse a page, or a popup?

If you go to another page, the header will be regenerated, so I guess that takes care of that...

cheers
Bruce

Title: Re: How to Change Page Header from Browse and close browse
Post by: rjolda on March 22, 2018, 10:58:39 AM
Hi,
It is a Page.   What I want to do is go back to the IndexPage - so, in essence, I want to press the "CLOSE" button on the Browse page.
THanks,
ROn