NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul Jensen on December 28, 2024, 01:47:33 AM

Title: Form field - Lookup using two keys
Post by: Poul Jensen 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
Title: Re: Form field - Lookup using two keys
Post by: Poul Jensen on December 28, 2024, 06:35:05 AM
RESOLVED:

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

 :)    8)