SMRSO22601_재고조회설명서.xfdl 3.7 KB

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