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
@ -280,7 +280,8 @@ END
|
||||
|
||||
IF Sig = '' THEN
|
||||
* Doing Signature
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
UserName = XLATE('LSL_USERS',CurrUser,'FIRST_LAST','X')
|
||||
CurrTimeDate = TimeDate()
|
||||
@ -301,7 +302,8 @@ END ELSE
|
||||
Resp = Msg(@WINDOW,MsgInfo,'')
|
||||
|
||||
IF Resp = 0 THEN RETURN
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
Vals = '':@RM:'':@RM:''
|
||||
Set_Property(Ctrls,Props,Vals)
|
||||
@ -341,7 +343,8 @@ END
|
||||
|
||||
IF Sig = '' THEN
|
||||
* Doing Signature
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
UserName = XLATE('LSL_USERS',CurrUser,'FIRST_LAST','X')
|
||||
CurrTimeDate = TimeDate()
|
||||
@ -362,7 +365,8 @@ END ELSE
|
||||
Resp = Msg(@WINDOW,MsgInfo,'')
|
||||
|
||||
IF Resp = 0 THEN RETURN
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
Vals = '':@RM:'':@RM:''
|
||||
Set_Property(Ctrls,Props,Vals)
|
||||
@ -399,7 +403,8 @@ END
|
||||
|
||||
IF Sig = '' THEN
|
||||
* Doing Signature
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
UserName = XLATE('LSL_USERS',CurrUser,'FIRST_LAST','X')
|
||||
CurrTimeDate = TimeDate()
|
||||
@ -420,7 +425,8 @@ END ELSE
|
||||
Resp = Msg(@WINDOW,MsgInfo,'')
|
||||
|
||||
IF Resp = 0 THEN RETURN
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
Vals = '':@RM:'':@RM:''
|
||||
Set_Property(Ctrls,Props,Vals)
|
||||
@ -456,7 +462,8 @@ END
|
||||
|
||||
IF Sig = '' THEN
|
||||
* Doing Signature
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
UserName = XLATE('LSL_USERS',CurrUser,'FIRST_LAST','X')
|
||||
CurrTimeDate = TimeDate()
|
||||
@ -477,7 +484,8 @@ END ELSE
|
||||
Resp = Msg(@WINDOW,MsgInfo,'')
|
||||
|
||||
IF Resp = 0 THEN RETURN
|
||||
GoodPassword = Dialog_Box('QUOTE_SIG_PWD_ENTRY',@WINDOW,CurrUser:@VM:CurrUserPW)
|
||||
Valid = Dialog_Box('NDW_VERIFY_USER', @Window, @User4)
|
||||
GoodPassword = Valid<1>
|
||||
IF GoodPassword THEN
|
||||
Vals = '':@RM:'':@RM:''
|
||||
Set_Property(Ctrls,Props,Vals)
|
||||
|
Reference in New Issue
Block a user