±â¼ú¹®¼­
OZ Server
OZ Application
OZ Report
Google
À¥    forcs.com
¿ÀÁî ¸®Æ÷Æ®
¿ÀÁî ÀÌÆû

OZ Report
OZ Report
Á¦¸ñ : [OZ HTML5ºä¾î] ºä¾î Æз¯¹ÌÅÍ È£Ãâ ¿¹
¿ÀÁî_LMK NOSPAM_mklee@forcs.com 2,764 hit 
http://oztn.net/kb/article/kbrpt/166366602892129 2022-09-20 18:27:08
192.168.141.***

 

* °³¿ä


OZ HTML5ºä¾î È£Ãâ ½ºÅ©¸³Æ®ÀÔ´Ï´Ù.

 

* »ó¼¼ ¼³¸í



(canvas_param.jsp)

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html style="height:100%">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="UTF-8" />
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" type="text/css"/>
<script src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="/oz80/ozhviewer/ui.dynatree.css" type="text/css"/>
<script type="text/javascript" src="/oz80/ozhviewer/jquery.dynatree.js" charset="utf-8"></script>

 

<!-- canvas¹æ½ÄÀº OZJSViewer.js, ¼­¹ö¿¡¼­ ¹ÙÀεùµÇ´Â svg¹æ½ÄÀº OZJSSVGViewer.js ÀÌ¿ë -->
<script type="text/javascript" src="/oz80/ozhviewer/OZJSViewer.js" charset="utf-8"></script>

 

<script language="JavaScript">
    function OZProgressCommand_OZViewer(step, state, reportname) {
      if(step == 4 && state == 2) { // º¸°í¼­ ¹ÙÀεù ¿Ï·á
         console.log("º¸°í¼­ À̸§ : " + reportname);
      }
    }

</script>
</head>
<body style="width:98%;height:98%">
<div id="OZViewer" style="width:98%;height:98%"></div>

<script type="text/javascript" >


 function SetOZParamters_OZViewer(){
  var oz;
  oz = document.getElementById("OZViewer");

 

  // [±âº» Æз¯¹ÌÅÍ]
  oz.sendToActionScript("connection.servlet","http://127.0.0.1/oz80/server"); // ¿ÀÁî¼­¹ö URL
  oz.sendToActionScript("connection.reportname","test1.ozr"); // º¸°í¼­ À̸§

 

  // [ÆûÆз¯¹ÌÅÍ Àü´Þ]
  oz.sendToActionScript("connection.pcount","2"); // ÆûÆз¯¹ÌÅÍ °³¼ö
  oz.sendToActionScript("connection.args1","reportNo=1000"); // ù¹ø° ÆûÆз¯¹ÌÅÍ À̸§=°ª
  oz.sendToActionScript("connection.args2","title=Á¦¸ñ"); // µÎ¹ø° ÆûÆз¯¹ÌÅÍ À̸§=°ª

 

  // [ODI Æз¯¹ÌÅÍ Àü´Þ]
  oz.sendToActionScript("odi.odinames","test"); // odi À̸§
  oz.sendToActionScript("odi.test.pcount","2"); // odi Æз¯¹ÌÅÍ °³¼ö
  oz.sendToActionScript("odi.test.args1","yyyy=2022"); // odi ù¹ø° Æз¯¹ÌÅÍ À̸§=°ª
  oz.sendToActionScript("odi.test.args2","mm=09"); // odi µÎ¹ø° Æз¯¹ÌÅÍ À̸§=°ª

 

  // [ºä¾îÄܼÖÁ¤º¸]
  oz.sendToActionScript("information.debug","true"); // ÄܼÖÁ¤º¸(Ctrl+Z) Ç¥½Ã ¿©ºÎ

 

  // [PDF ÆùÆ®Æ÷ÇÔ]
  oz.sendToActionScript("pdf.fontembedding","true"); // PDF ÆùÆ®Æ÷ÇÔ (±Û²Ã ±úÁö´Â°Í ¹æÁö)
  oz.sendToActionScript("pdf.fontembedding_subset","true"); // ÆùÆ®ÀÇ ¼­ºê¼ÂÀ» ÀúÀåÇÒÁö ¿©ºÎ

 

  // [Åø¹Ù ¼³Á¤]
  oz.sendToActionScript("toolbar.first","true"); // ùÆäÀÌÁö À̵¿ ¾ÆÀÌÄÜ Ç¥½Ã
  oz.sendToActionScript("toolbar.last","true"); // ¸¶Áö¸·ÆäÀÌÁö À̵¿ ¾ÆÀÌÄÜ Ç¥½Ã

 

  // [ÀúÀå ¿É¼Ç]
  oz.sendToActionScript("export.format","pdf"); // ÀúÀåÆ÷¸Ë
  oz.sendToActionScript("export.filename","test.pdf"); // ÆÄÀϸí
  oz.sendToActionScript("export.mode","silent"); // ¼³Á¤Ã¢ º¸¿©ÁÙÁö ¿©ºÎ

 

  // [±âŸ]
  oz.sendToActionScript("viewer.useprogressbar","false"); // ÇÁ·Î±×·¡½º¹Ù º¸¿©ÁÙÁö ¿©ºÎ
  
  // [À̺¥Æ®]
  oz.sendToActionScript("viewer.progresscommand", "true"); // º¸°í¼­ »ý¼º ´Ü°èº°·Î ¹ß»ýÇÏ´Â À̺¥Æ® »ç¿ë¿©ºÎ

 

  // [ÆäÀÌÁö Ç¥½Ã]
  oz.sendToActionScript("viewer.pagedisplay","continuous"); // ÆäÀÌÁö Ç¥½Ã ¿É¼Ç
  oz.sendToActionScript("viewer.pagenavigate_by_scroll","true"); // ¸¶¿ì½º ÈÙÀ» À§/¾Æ·¡·Î ¿òÁ÷ÀÏ ¶§ È­¸éÀÌ ÆäÀÌÁö ½ÃÀÛ/³¡¿¡ À§Ä¡Çϸé ÆäÀÌÁö¸¦ ÀÌÀü/´ÙÀ½ ÆäÀÌÁö·Î À̵¿ ¿©ºÎ ¼³Á¤
  oz.sendToActionScript("viewer.viewmode","normal"); // º¸°í¼­ º¸±â ¸ðµå


  return true;
 }


 var opt = [];
 opt["print_exportfrom"] = "server"; // Àμâ½Ã ¼­¹ö·ÎºÎÅÍ PDF »ý¼º
 opt["save_exportfrom"] = {"pdf" : "server"}; // ÀúÀå½Ã ¼­¹ö·ÎºÎÅÍ PDF »ý¼º
 start_ozjs("OZViewer","/oz80/ozhviewer/", opt); // ºä¾î ½ÇÇà
 //start_ozjs("OZViewer","/oz80/ozhviewer/");

</script>
</body>
</html>

 

(½ÇÇà È­¸é)

 

 

 

* Âü°í »çÇ×


- ¿ÞÂÊ '°í°´Áö¿ø¼¾ÅÍ' Ŭ¸¯ > Sample ¸Þ´º > HTML5ºä¾î ¿¡¼­ »ùÇÃÀ» ½ÇÇàÇÒ ¼ö ÀÖ½À´Ï´Ù.

 

- ºä¾î µµ¿ò¸»¿¡ ºä¾î Æз¯¹ÌÅÍ, À̺¥Æ® µî¿¡ ´ëÇÑ ¼³¸íÀÌ ÀÖ½À´Ï´Ù.

 

 

 



1.jpg 48.55 KB (9 down)
2.jpg 107.11 KB (7 down)
1.jpg 29.27 KB (7 down)
canvas_param.jsp 3.95 KB (37 down)
Å°¿öµå : ºä¾îű×
 
OZ ¹öÁ¯ : 7.0
OZ Á¦Ç° : Report Viewer(HTML5)
 
¹øÈ£ ±¸ºÐ Á¦¸ñ ±Û¾´ÀÌ ÀÏÀÚ Á¶È¸
94 ±â¼úÁ¤º¸ [OZ EXEºä¾î] ºä¾î Æз¯¹ÌÅÍ È£Ãâ ¿¹ Tag 1 ¿ÀÁî_LMK 2022-09-20 2,486
±â¼úÁ¤º¸ [OZ HTML5ºä¾î] ºä¾î Æз¯¹ÌÅÍ È£Ãâ ¿¹ Tag 1 ¿ÀÁî_LMK 2022-09-20 2,765
92 ¹®Á¦ÇØ°á µðÀÚÀÌ³Ê ½ÇÇà½Ã À©µµ¿ì È­¸é ¹üÀ§¸¦ ¹þ¾î³ª¼­ ¾Èº¸ÀÌ´Â °æ¿ì ¿ÀÁî_LMK 2022-08-01 371
91 ¹®Á¦ÇØ°á 'Ä«Å×°í¸® ÁÖ¼Ò'¿Í 'ODI À̸§'À» À߸ø ÀÔ·ÂÇÑ °æ¿ì ¿¡·¯ Tag 2 ¿ÀÁî_LMK 2022-07-06 1,128
90 ±â¼úÁ¤º¸ ¿ÀÁî¼­¹ö Á¤½Ä¶óÀ̼±½º ¿äû½Ã REQUEST-URI È®ÀÎ ¹æ¹ý Tag 1 ¿ÀÁî_LMK 2022-05-26 800
89 ±â¼úÁ¤º¸ DB¿¬°á ¹æ¹ý - ¿ÀÁî ¼­¹ö Tag 1 ¿ÀÁî_LMK 2022-05-26 1,342
88 ±â¼úÁ¤º¸ DB¿¬°á ¹æ¹ý - Äõ¸®µðÀÚÀ̳Ê, ¸®Æ÷Æ®µðÀÚÀ̳Ê(jdbcµå¶óÀ̹ö ¼³Á¤ µî) Tag 1 ¿ÀÁî_LMK 2022-05-25 1,708
87 ±â¼úÁ¤º¸ [OZ HTML5ºä¾î] ¸ÖƼº¸°í¼­ È£Ãâ ¿¹Á¦ Tag 2 ¿ÀÁî_LMK 2021-02-16 4,687
86 ¹®Á¦ÇØ°á µðÀÚÀÌ³Ê ½ÇÇà ½Ã Loading JVM failed ¿À·ù ¹ß»ýµÇ¸ç ´å³ÝÀ¸·Î ½ÇÇàµÉ ¶§ Á¶Ä¡ ¹æ¹ý Tag 2 ¿ÀÁî_CSH 2020-02-27 1,663
85 ±â¼úÁ¤º¸ Chrome 77¹öÀüÀ¸·Î ¾÷µ¥ÀÌÆ® ÈÄ OZHtml5 ºä¾î ÀμââÀÌ ¶ßÁö ¾ÊÀ» ¶§ Á¶Ä¡ ¹æ¹ý ¿ÀÁî_CSH 2019-09-19 2,954
84 ¹®Á¦ÇØ°á exeºä¾î(custom uri ¹æ½Ä)¿¡¼­ ±¸ºÐÀÚ¸¦ ^·Î ÁÖ¸é º¸°í¼­ Ãâ·ÂÀÌ ¾ÈµÇ´Â Çö»ó Tag 2 ¿ÀÁî_LMK 2019-05-30 1,585
83 ¹®Á¦ÇØ°á ¸®Æ÷Æ® µðÀÚÀ̳ʰ¡ ´À¸° Çö»óÀÌ ¹ß»ýÇϸé ÃֽŠÆÐÄ¡·Î ÇØ°áµË´Ï´Ù. ¿ÀÁî_LMK 2019-05-13 2,075
82 ±â¼úÁ¤º¸ OZ ActiveX ºä¾î - 52¹öÀüºÎÅÍ Firefox ºê¶ó¿ìÀú Áö¿ø Áß´Ü ¿ÀÁî_CSH 2017-03-28 3,192
81 ±â¼úÁ¤º¸ OZ Applet ºä¾î - 52¹öÀüºÎÅÍ Firefox ºê¶ó¿ìÀú Áö¿ø Áß´Ü ¿ÀÁî_CSH 2017-03-28 2,015
80 ¹®Á¦ÇØ°á 2015³â 12¿ùºÎÅÍ ¹ß»ýÇÑ Å©·Ò, ¿ÀÆä¶ó ºê¶ó¿ìÀú¿¡¼­ Flash/HTML5ºä¾î Àμâ Àå¾Ö °Ç ´ëºÎºÐ ÇØ°á ¿ÀÁî_CSH 2016-03-16 3,976
79 ¹®Á¦ÇØ°á Flash Player(21,0,0,182¹öÀü) Windows 8/10 IE¿¡¼­ Àμâ Ãà¼Ò ¹®Á¦°¡ ÇØ°á ¿ÀÁî_CSH 2016-03-11 2,804
78 ±â¼úÁ¤º¸ ÀÎÅÍ³Ý ÀͽºÇ÷η¯¿¡¼­ OZ ActiveX ºä¾î È£Ãâ ¹æ¹ý ¿ÀÁî_CSH 2016-03-11 5,385
77 ±â¼úÁ¤º¸ [6.0] Ç¥½ÃÇü½ÄÀ¸·Î ¿ù, ¿äÀÏ, ¿ÀÀü, ¿ÀÈĸ¦ ¿µ¹®À¸·Î Ç¥±âÇÏ´Â ¹æ¹ý ¿ÀÁî_CSH 2016-02-29 2,686
76 ¹®Á¦ÇØ°á Flash Player(20.0.0.306 ¹öÀü) Windows 8/10 IE¿¡¼­ Àμâ Ãà¼Ò ¿ÀÁî_CSH 2016-02-24 2,964
75 ¹®Á¦ÇØ°á Flash Player(20.0.0.306 ¹öÀü) ¿¡¼­ ¸¼Àº °íµñ ÆùÆ®(bold ¼Ó¼º)°¡ Á¦´ë·Î ÀνĵÇÁö ¾ÊÀ½ ¿ÀÁî_CSH 2016-02-23 3,408
 | 1 | 2 | 3 | 4 | 5 |  
copyright 2007-2024 by FORCS OZ