NetTalk Central

Author Topic: Error in template - I guess  (Read 2476 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 434
    • View Profile
    • Email
Error in template - I guess
« on: December 08, 2024, 01:52:27 AM »
Hi Bruce

The situation is that I have two string fields on a form with the same field, but of course with different equates. (Use it for different lookup options)
The problem is that in Validate::Field "lookupfield" is set to the equate but in the Afterlookup routine the name of the field is used in the Case. So if the equate and field name are not the same the code in Afterlookup is never called.
I've made a fix myself that works, but if that's enough...

Regards Niels


Niels Larsen

  • Sr. Member
  • ****
  • Posts: 434
    • View Profile
    • Email
Re: Error in template - I guess
« Reply #1 on: January 06, 2025, 03:51:42 AM »
UP

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11266
    • View Profile
Re: Error in template - I guess
« Reply #2 on: January 08, 2025, 09:20:53 PM »
fixed for 14.29