NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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
-
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