NetTalk Central

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

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 432
    • 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