1
*&---------------------------------------------------------------------*
2
*& Report ZSOFTCOPY *
3
*& *
4
5
6
*& This program is free software: you can redistribute it and/or *
7
*& modify it under the terms of the GNU General Public License as *
8
*& published by the Free Software Foundation, either version 3 of the *
9
*& License, or any later version. *
10
11
*& This program is distributed in the hope that it will be useful, *
12
*& but WITHOUT ANY WARRANTY; without even the implied warranty of *
13
*& MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
14
*& See the GNU General Public License for more details. *
15
16
*& You should have received a copy of the GNU General Public License *
17
*& along with this program. If not, see <http://www.gnu.org/licenses/>.*
18
19
20
21
*& Author: Ruediger von Creytz ruediger.creytz@globalbit.net *
22
*& Copyright: globalBIT, LLC http://www.globalbit.net *
23
*& Version: 20210302 *
24
25
26
27
REPORT zsoftcopy.
28
29
30
***required
31
INCLUDE zsoftcopy_types.
32
INCLUDE zsoftcopy_text.
33
INCLUDE zsoftcopy_variables.
34
INCLUDE zsoftcopy_gui.
35
INCLUDE zutil_cmd_replace.
36
INCLUDE zutil_convert_number.
37
INCLUDE zutil_convert_text.
38
INCLUDE zutil_src_compress.
39
INCLUDE zutil_src_without_includes.
40
INCLUDE zdb_download_convert_data.
41
INCLUDE zutil_lic_gpl.
42
INCLUDE zsoftcopy_add.
43
INCLUDE zsoftcopy_csv.
44
INCLUDE zsoftcopy_csv_tools.
45
INCLUDE zsoftcopy_download.
46
INCLUDE zsoftcopy_get.
47
INCLUDE zsoftcopy_html_add.
48
INCLUDE zsoftcopy_html_base.
49
INCLUDE zsoftcopy_html_links.
50
INCLUDE zsoftcopy_html_main.
51
INCLUDE zsoftcopy_links.
52
INCLUDE zsoftcopy_select.
53
INCLUDE zsoftcopy_text_tools.
54
INCLUDE zsoftcopy__cl_gui.
55
INCLUDE zsoftcopy__try.
56
57
***optional
58
INCLUDE zsoftcopy_ddic.
59
INCLUDE zsoftcopy_fugr.
60
INCLUDE zsoftcopy_o2.
61
INCLUDE zsoftcopy_pack.
62
INCLUDE zsoftcopy_prog.
63
INCLUDE zsoftcopy_seo.
64
INCLUDE zsoftcopy_system.
65
INCLUDE zsoftcopy_t.
66
67
68
*-----------------------------------------------------------------------
69
* optionals
70
71
FORM optionals.
72
PERFORM ddic.
73
PERFORM fugr.
74
PERFORM o2.
75
PERFORM pack.
76
PERFORM prog.
77
PERFORM seo.
78
PERFORM system.
79
PERFORM t.
80
ENDFORM. "optionals