-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<title></title>
<style>
</style>
</head>
<body>
<ul>
<li>
<a href="./sample/nomal.html">普通のサンプル(nomal)</a>
</li>
<li>
<a href="./sample/nomalsingle.html">普通の単票サンプル(nomal 1000page ちょっと遅い)</a>
</li>
<li>
<a href="./sample/norepeat.html">
重複データ非表示&直接印刷(dupedata hidden and direct print)※最終ページデータがないところに線を表示
</a>
</li>
<li>
<a href="./sample/groupheader.html">グループヘッダー(groupheader)</a>
</li>
<li>
<a href="./sample/tackseal.html">タックシールサンプル(tackseal)※formatイベント使用</a>
</li>
<li>
<a href="./sample/eventtest.html">イベントテストサンプル(eventtest)</a>
</li>
<li>
<a href="./sample/seikyusyo.html">日本式?請求書(最初の1ページに宛名、後は明細)</a>
</li>
<li>
<a href="./sample/pagesum.html">ページ計</a>
</li>
<li>
<a href="./sample/merge.html">別々の帳票を結合(reportmerge)</a>
</li>
</ul>
</body>
</html>