NetTalk Central

Author Topic: Form field - Lookup using two keys  (Read 1003 times)

Poul Jensen

  • Full Member
  • ***
  • Posts: 201
    • View Profile
    • Email
Form field - Lookup using two keys
« on: December 28, 2024, 01:47:33 AM »
Hi,

This is a form where user - a mobile service technician - is entering items used on the job in question.
I need to validate a form field with the SKU number when it is accepted.
But the user can enter either SKU number or EAN number (entered from a barcode scanner) and I therefore need to validate this manually, ie. not using the normal wizarded lookup settings tab.

In the windows application I simply do this in the fields accepted embed, but how do I do this in NT?
The Routine  Validate --> Field does not fire at this point, but when the form is saved.

tiua
/Poul

Poul Jensen

  • Full Member
  • ***
  • Posts: 201
    • View Profile
    • Email
Re: Form field - Lookup using two keys
« Reply #1 on: December 28, 2024, 06:35:05 AM »
RESOLVED:

It seems I can use the ValidateValue::MSagL:VARENR  Routine

 :)    8)