refactored PTO form to address freezing
This commit is contained in:
committed by
Stieber Daniel (IT FI MES)
parent
37b912b801
commit
ae4bfcbfe1
@ -94,11 +94,15 @@ $Insert PS_EQUATES
|
||||
|
||||
Main:
|
||||
* Messaging_Services('SendMessage', 'RunProcedure', 'Request', '', 'All', 'RTP27,REACTOR_SERVICES', '', '', '')
|
||||
debug
|
||||
ASMList = Reactor_Services('GetReactorNumbers', 'ASM')
|
||||
ASMList := @FM : Reactor_Services('GetReactorNumbers', 'ASM+')
|
||||
|
||||
ASMList = SRP_Array('SortSimpleList', ASMList, 'AscendingNumbers', @FM)
|
||||
|
||||
response = Msg(@Window, '', 'OK', '', 'Test':@FM:'Test2')
|
||||
|
||||
|
||||
return
|
||||
* ASMList = Reactor_Services('GetReactorNumbers', 'ASM')
|
||||
* ASMList := @FM : Reactor_Services('GetReactorNumbers', 'ASM+')
|
||||
*
|
||||
* ASMList = SRP_Array('SortSimpleList', ASMList, 'AscendingNumbers', @FM)
|
||||
|
||||
* LoadInstAckReq = Xlate('RDS', 646209, 'LOAD_INST_ACK_REQ', 'X')
|
||||
* DefPrinter = Get_Printer( "CURRENTDEVICE")
|
||||
@ -4306,3 +4310,4 @@ return
|
||||
*
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user