SMRSO21401_출고등록설명서.xfdl 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMRSO21401" position="absolute 0 0 820 813" titletext="출고등록(부서) 도움말" oninit="SMRSO21401_oninit" onload="SMRSO21401_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 1 48 811 812" id="group2" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <ImageViewer position="absolute 0 1 794 1069" id="img1" image="URL('IMG::mis/out001.png')" anchor="default" imagealign="center top"/>
  11. <ImageViewer position="absolute 0 1068 794 2186" id="img2" image="URL('IMG::mis/out002.png')" anchor="default" imagealign="center top"/>
  12. <ImageViewer position="absolute 0 2185 794 3037" id="img3" image="URL('IMG::mis/out003.png')" anchor="default" imagealign="center top"/>
  13. <ImageViewer position="absolute 0 3036 794 4157" id="img4" image="URL('IMG::mis/out004.png')" anchor="default" imagealign="center top"/>
  14. <ImageViewer position="absolute 0 4156 794 5279" id="img5" image="URL('IMG::mis/out005.png')" anchor="default" imagealign="center top"/>
  15. <ImageViewer position="absolute 0 5278 794 6052" id="img6" image="URL('IMG::mis/out006.png')" anchor="default" imagealign="center top"/>
  16. <ImageViewer position="absolute 0 6051 794 7134" id="img7" image="URL('IMG::mis/out007.png')" anchor="default" imagealign="center top"/>
  17. <ImageViewer position="absolute 0 7133 794 7856" id="img8" image="URL('IMG::mis/out008.png')" anchor="default" imagealign="center top"/>
  18. <ImageViewer position="absolute 0 7855 794 8938" id="img9" image="URL('IMG::mis/out009.png')" anchor="default" imagealign="center top"/>
  19. </Layout>
  20. </Layouts>
  21. </Div>
  22. <Static id="caption6" text="출고등록(부서) 도움말" class="tit_1" position="absolute 0 0 256 23"/>
  23. <Button id="btn_help" taborder="1" text="도움말다운로드" class="btn4" position="absolute 0 25 120 47" onclick="btn_help_onclick"/>
  24. </Layout>
  25. </Layouts>
  26. <Objects>
  27. <Dataset id="ds_filepath" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  28. <ColumnInfo>
  29. <Column id="filepath" type="STRING" size="256"/>
  30. </ColumnInfo>
  31. <Rows>
  32. <Row/>
  33. </Rows>
  34. </Dataset>
  35. <Dataset id="ds_filelist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  36. </Objects>
  37. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  38. * System Name :
  39. * Job Name :
  40. * Creator :
  41. * Make Date : 2017-06-19
  42. * Description :
  43. *---------------------------------------------------------------------------------------
  44. * Modify Date Modifier Modify Description
  45. *---------------------------------------------------------------------------------------
  46. * 2017-06-19 Live Converter TF->XP
  47. *
  48. *---------------------------------------------------------------------------------------
  49. ****************************************************************************************/
  50. include "com_commonxp::comm_main.xjs";
  51. include "mis_miscommonxp::MIS.xjs";
  52. function SMRSO21401_oninit(obj:Form, e:InitEventInfo)
  53. {
  54. frmf_initForm(obj);
  55. }
  56. function SMRSO21401_onload(obj:Form, e:LoadEventInfo)
  57. {
  58. }
  59. function btn_help_onclick(obj:Button, e:ClickEventInfo)
  60. {
  61. var fd = new FileDialog;
  62. var filepath = "mis/rpv/req//20130104/20130104103314832222_MIS"; //운영
  63. var filenm = "출고등록 도움말.hwp";
  64. var objVFile = fd.open("FileSave", FileDialog.SAVE, "%MYDOCUMENT%", filenm);
  65. ds_filepath.setColumn(0, "filepath", filepath);
  66. var oParam = {};
  67. oParam.id = "TRRWC03003";
  68. oParam.service = "paybaseinfomngtapp.PayBaseInfoMngt";
  69. oParam.method = "reqGetManualAtt";
  70. oParam.inds = "req=ds_filepath";
  71. oParam.outds = "ds_filelist=attachfile";
  72. oParam.async = false;
  73. //oParam.callback = "cf_TRRWC03003";
  74. tranf_submit(oParam);
  75. dsf_readFileFromDs(objVFile.fullpath, ds_filelist, 0, "filedata"); // 파일저장
  76. if (sysf_messageBox("파일을", "Q004") == "6")
  77. {
  78. system.execShell("\"" + fileObj.fullpath + "\"");
  79. }
  80. }
  81. ]]></Script>
  82. </Form>
  83. </FDL>