NetTalk Central

Author Topic: Look up button on a Login Form  (Read 47 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 434
    • View Profile
    • Email
Look up button on a Login Form
« 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


 

rjolda

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
Re: Look up button on a Login Form
« Reply #1 on: September 26, 2026, 03:56:32 AM »
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

Richard I

  • Sr. Member
  • ****
  • Posts: 434
    • View Profile
    • Email
Re: Look up button on a Login Form
« Reply #2 on: September 26, 2026, 10:16:45 PM »
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