Removed referenced to QUOTE_SIG_PWD_ENTRY and
replaced with NDW_VERIFY_USER. Added barcode scan function to NDW_VERIFY_USER. fixed two instances of ohms square unit characters being garbled by git minor modification to NDW_VERIFY_USER_EVENTS lost focus events minor change to gotfocus event logic
This commit is contained in:
committed by
Infineon\StieberD
parent
4b26d37a1c
commit
741a8450e3
@ -619,7 +619,8 @@ QuoteFaxer = SignatureInfo<5>
|
||||
LOCATE @USER4 IN Users USING @VM SETTING FPos THEN
|
||||
|
||||
Password = Passwords<1,Fpos>
|
||||
Valid = Dialog_Box( 'QUOTE_SIG_PWD_ENTRY', @WINDOW, @USER4:@vm:Password )
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
Valid = Valid<1>
|
||||
IF Valid THEN
|
||||
NextLine = ''
|
||||
FOR I = 1 TO COUNT(CurrentSignatures,@VM) + (CurrentSignatures NE '')
|
||||
@ -1004,12 +1005,3 @@ END ELSE
|
||||
END
|
||||
RETURN
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user