NetTalk Central

Author Topic: Problem with NT 12.25  (Read 1513 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Problem with NT 12.25
« on: September 08, 2021, 06:08:25 PM »
Hi,
Reporting an issue with NT 12.25 ?
In a NT webapp ,  I have a login Form  which  leads to a further form, with two tabs on it.
Each tab has different options depending on conditions and each has a save button
When the save button is selected on the first tab , instead of  completing and saving  as expected, it opens the second tab, without adding a record.
So Im sort of inside a loop

Nothing has changed in the code  between NT versions
I reverted to NT 12.23 recompiled and ran. The application works as it should, with the second tab not opening until selected.

I have changed themes as a test  - no difference
Clarion 11.0.13505

happy to provide anything further -
Cheers
Richard

« Last Edit: September 08, 2021, 10:08:45 PM by Richard I »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Problem with NT 12.25
« Reply #1 on: September 08, 2021, 10:36:21 PM »
Hi Richard,
An example app with the effect would be most useful in understanding it

Thanks
Bruce

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: Problem with NT 12.25
« Reply #2 on: September 11, 2021, 05:31:09 PM »
Sorted !
Thanks Bruce
In NT 12.24 and above,  the requirements for radio buttons changes ( see docs)
To resolve, the variable of the Radio button had another option included and a sequential value.
The value was named 'Select Your Option '
The window was primed to set this new valued variable Radio option on opening.