updated the WM_OUT form to accept barcode scans for the key id
This commit is contained in:
@ -233,13 +233,7 @@ Read:
|
||||
* * * * * * *
|
||||
|
||||
WMOKey = Get_Property(@WINDOW,'ID')
|
||||
IF RowExists('WM_OUT',WMOKey) THEN
|
||||
*IF NOT(Security_Check('Work Order',READ$)) THEN
|
||||
* Send_Event(@WINDOW,'CLEAR')
|
||||
* Security_Err_Msg('Work Order',READ$)
|
||||
* RETURN
|
||||
*END
|
||||
END ELSE
|
||||
IF Not(RowExists('WM_OUT',WMOKey)) THEN
|
||||
ErrMsg('WM_OUT entries may only be created from the Work Order Release process.')
|
||||
Send_Event(@WINDOW,'CLEAR')
|
||||
RETURN
|
||||
@ -384,9 +378,9 @@ WONoLF:
|
||||
* * * * * * *
|
||||
|
||||
WONo = Get_Property(@WINDOW:'.WO_NO','DEFPROP')
|
||||
|
||||
Convert @Lower_Case to @Upper_Case in WONo
|
||||
Convert 'O' to '' in WONo
|
||||
IF INDEX(WONo,'.',1) > 0 THEN
|
||||
|
||||
CONVERT '.' TO '*' IN WONo
|
||||
Set_Property(@WINDOW:'.WO_NO','DEFPROP','')
|
||||
obj_AppWindow('LoadFormKeys',@WINDOW:@RM:WONo)
|
||||
|
Reference in New Issue
Block a user