{ "header": { "version": 1, "type": "record" }, "body": { "record1": { "<1>": "declare function scroll_enable, center_window\r\n\r\n$insert quote_spec_equ\r\n$insert prod_spec_equ\r\n$insert react_items_equ\r\n\r\n\r\nif index( CreateParam, 'CENTER', 1 ) then\r\n void = center_window( @window )\r\nend else\r\n Void = set_property( @window, 'VISIBLE', 1 )\r\nend\r\n\r\nProfileInfo = field( CreateParam, char(245), 1 )\r\nTubeID = ProfileInfo<2>\r\nSuscID = ProfileInfo<4>\r\n.injectors->text = ProfileInfo<1>\r\n.tube_id->text = TubeID\r\n.tube_grade->text = ProfileInfo<3>\r\n.susceptor_id->text = SuscID\r\n.tube_desc->text = xlate( 'REACT_ITEMS', TubeID, react_items_description$, 'X' )\r\n.susceptor_desc->text = xlate( 'REACT_ITEMS', SuscID, react_items_description$, 'X' )\r\nRETURN 1\r\n" } } }