NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on September 25, 2026, 04:41:21 PM
-
I have a LoginForm with a look up button on a local variable pointing to a data table
I am calling the LoginForm from the Index page "Login" button.
Despite working in earlier versions,It will not open the Browse, although I can see it working briefly on button press.
I have examined and compared this version with older ones, and can see no template difference between them.
I have deleted and recompiled the CLW INC and OBJ files.
The subject browse is being called from the login form
On a different browse and form in the same app I can successfully, use the look up button.
Please help !
Thanks
Richard NT 14.38 C12 4000
-
Hi Richard,
Might it be a C12 bug?
This seems like something you are going to have to debug. Maybe trace the browse that you are trying to open. Does the button actually call the browse and it gets stuck somewhere - maybe files not open or off screen? If the browse does open and try to run which stage is it stuck at? IF it does not run, then try re-doing the button on the Login form.
Ron
-
Thanks Ron,
Yes its calling the Browse , but the browse is not on the LoginForm as it was, but is opening on the Index Page
The Hierarchy is IndexPage ->login Form
Richard