1
*&---------------------------------------------------------------------*
2
*& Report ZSOFTCOPY_R3_46 *
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_r3_46.
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_old.
36
INCLUDE zutil_convert_number.
37
INCLUDE zutil_convert_text.
38
INCLUDE zutil_src_compress.
39
INCLUDE zdb_download_convert_data.
40
INCLUDE zutil_lic_gpl.
41
INCLUDE zsoftcopy_add.
42
INCLUDE zsoftcopy_csv.
43
INCLUDE zsoftcopy_csv_tools.
44
INCLUDE zsoftcopy_download.
45
INCLUDE zsoftcopy_get.
46
INCLUDE zsoftcopy_html_add.
47
INCLUDE zsoftcopy_html_base.
48
INCLUDE zsoftcopy_html_links.
49
INCLUDE zsoftcopy_html_main.
50
INCLUDE zsoftcopy_links.
51
INCLUDE zsoftcopy_select.
52
INCLUDE zsoftcopy_text_tools.
53
INCLUDE zsoftcopy__cl_gui_unknown.
54
INCLUDE zsoftcopy__try_unknown.
55
56
***optional
57
INCLUDE zsoftcopy_ddic.
58
INCLUDE zsoftcopy_fugr.
59
INCLUDE zsoftcopy_o2.
60
INCLUDE zsoftcopy_pack.
61
INCLUDE zsoftcopy_prog.
62
INCLUDE zsoftcopy_seo.
63
INCLUDE zsoftcopy_system.
64
INCLUDE zsoftcopy_t.
65
66
67
*-----------------------------------------------------------------------
68
* optionals
69
70
FORM optionals.
71
PERFORM ddic.
72
PERFORM fugr.
73
PERFORM o2.
74
PERFORM pack.
75
PERFORM prog.
76
PERFORM seo.
77
PERFORM system.
78
PERFORM t.
79
ENDFORM. "optionals