genexus-mcp 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,1358 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='93996 $'>
|
|
3
|
+
<Object id='RUBY'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>RUBY</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop hidden='1'>
|
|
9
|
+
<Id>MAIN_GEN</Id>
|
|
10
|
+
<Name>Main generator</Name>
|
|
11
|
+
<Type>Boolean</Type>
|
|
12
|
+
<Default>true</Default>
|
|
13
|
+
<Options>
|
|
14
|
+
<Option type='Not Show'/>
|
|
15
|
+
</Options>
|
|
16
|
+
</Prop>
|
|
17
|
+
<Prop hidden='1'>
|
|
18
|
+
<Id>MAIN_DBMS</Id>
|
|
19
|
+
<Name>Main DBMS</Name>
|
|
20
|
+
<Type>Integer</Type>
|
|
21
|
+
<Options>
|
|
22
|
+
<Option type='Not Show'/>
|
|
23
|
+
</Options>
|
|
24
|
+
</Prop>
|
|
25
|
+
<Group>
|
|
26
|
+
<Id>CSINFO</Id>
|
|
27
|
+
<Name>Data Access Information</Name>
|
|
28
|
+
<Description>Data Access Information</Description>
|
|
29
|
+
<Type>Group</Type>
|
|
30
|
+
<Children>
|
|
31
|
+
<Prop>
|
|
32
|
+
<Id>CS_REORG</Id>
|
|
33
|
+
<Name>Reorganize server tables</Name>
|
|
34
|
+
<Description>Reorganize server tables</Description>
|
|
35
|
+
<Type>Combo</Type>
|
|
36
|
+
<Default>Yes</Default>
|
|
37
|
+
<Values>
|
|
38
|
+
<Value id='Yes' desc='Yes'/>
|
|
39
|
+
<Value id='No' desc='No'/>
|
|
40
|
+
</Values>
|
|
41
|
+
<Metadata>
|
|
42
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
43
|
+
</Metadata>
|
|
44
|
+
</Prop>
|
|
45
|
+
<Prop>
|
|
46
|
+
<Id>DBMS_JOINS</Id>
|
|
47
|
+
<Name>Join management</Name>
|
|
48
|
+
<Description>Join management</Description>
|
|
49
|
+
<Type>Combo</Type>
|
|
50
|
+
<Default>Yes</Default>
|
|
51
|
+
<Values>
|
|
52
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
53
|
+
<Value id='Yes' desc='Join tables on the server'/>
|
|
54
|
+
<Value id='No' desc='Join tables on the client'/>
|
|
55
|
+
</Values>
|
|
56
|
+
<Dependencies>
|
|
57
|
+
<Depend type='Invalid'>
|
|
58
|
+
<Value>UMPV</Value>
|
|
59
|
+
</Depend>
|
|
60
|
+
</Dependencies>
|
|
61
|
+
</Prop>
|
|
62
|
+
<Prop>
|
|
63
|
+
<Id>JOIN_TYPE</Id>
|
|
64
|
+
<Name>Join type</Name>
|
|
65
|
+
<Description>Join type</Description>
|
|
66
|
+
<Type>Combo</Type>
|
|
67
|
+
<Default>Default</Default>
|
|
68
|
+
<Values>
|
|
69
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
70
|
+
<Value id='Default' desc='Use default for server'/>
|
|
71
|
+
<Value id='Natural' desc='Natural join'/>
|
|
72
|
+
<Value id='Outer' desc='Outer join'/>
|
|
73
|
+
</Values>
|
|
74
|
+
<Dependencies>
|
|
75
|
+
<Depend type='Invalid'>
|
|
76
|
+
<Value>UMPV</Value>
|
|
77
|
+
</Depend>
|
|
78
|
+
</Dependencies>
|
|
79
|
+
<Options>
|
|
80
|
+
<Option type='Dyn Show'/>
|
|
81
|
+
</Options>
|
|
82
|
+
</Prop>
|
|
83
|
+
<Prop>
|
|
84
|
+
<Id>COMMITMENT</Id>
|
|
85
|
+
<Name>Transactional integrity</Name>
|
|
86
|
+
<Description>Transactional integrity</Description>
|
|
87
|
+
<Type>Combo</Type>
|
|
88
|
+
<Default>Yes</Default>
|
|
89
|
+
<Values>
|
|
90
|
+
<Value id='Yes' desc='Yes'/>
|
|
91
|
+
<Value id='GX' desc='All files except Data Views'/>
|
|
92
|
+
<Value id='No' desc='No'/>
|
|
93
|
+
</Values>
|
|
94
|
+
<Dependencies>
|
|
95
|
+
<Depend type='Invalid'>
|
|
96
|
+
<Value>GX</Value>
|
|
97
|
+
</Depend>
|
|
98
|
+
</Dependencies>
|
|
99
|
+
</Prop>
|
|
100
|
+
<Prop>
|
|
101
|
+
<Id>INITIALIZE_NEW</Id>
|
|
102
|
+
<Name>Initialize not referenced attributes</Name>
|
|
103
|
+
<Description>Initialize not referenced attributes</Description>
|
|
104
|
+
<Type>Combo</Type>
|
|
105
|
+
<Default>Yes</Default>
|
|
106
|
+
<Values>
|
|
107
|
+
<Value id='Yes' desc='Yes'/>
|
|
108
|
+
<Value id='No' desc='No'/>
|
|
109
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
110
|
+
</Values>
|
|
111
|
+
<Dependencies>
|
|
112
|
+
<Depend type='Invalid'>
|
|
113
|
+
<Value>UMPV</Value>
|
|
114
|
+
</Depend>
|
|
115
|
+
</Dependencies>
|
|
116
|
+
</Prop>
|
|
117
|
+
<Prop>
|
|
118
|
+
<Id>NULLVALUE_AS_NULL</Id>
|
|
119
|
+
<Name>Generate null for nullvalue()</Name>
|
|
120
|
+
<Description>Generate null for nullvalue()</Description>
|
|
121
|
+
<Type>Combo</Type>
|
|
122
|
+
<Default>idNULLVALUE_AS_NULL_No</Default>
|
|
123
|
+
<Values>
|
|
124
|
+
<Value id='No' desc='No'/>
|
|
125
|
+
<Value id='Yes' desc='Yes'/>
|
|
126
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
127
|
+
</Values>
|
|
128
|
+
<Dependencies>
|
|
129
|
+
<Depend type='Invalid'>
|
|
130
|
+
<Value>UMPV</Value>
|
|
131
|
+
</Depend>
|
|
132
|
+
<Depend type='Default'>
|
|
133
|
+
<Value>No</Value>
|
|
134
|
+
</Depend>
|
|
135
|
+
</Dependencies>
|
|
136
|
+
</Prop>
|
|
137
|
+
<Prop>
|
|
138
|
+
<Id>CS_BLOB_PATH</Id>
|
|
139
|
+
<Name>Blob local storage directory</Name>
|
|
140
|
+
<Description>Temporary blob data storage directory</Description>
|
|
141
|
+
<Type>Text</Type>
|
|
142
|
+
<Default>PublicTempStorage</Default>
|
|
143
|
+
</Prop>
|
|
144
|
+
<Group>
|
|
145
|
+
<Id>CS_OPTIMIZATION</Id>
|
|
146
|
+
<Name>Optimization</Name>
|
|
147
|
+
<Description>Optimization</Description>
|
|
148
|
+
<Type>Group</Type>
|
|
149
|
+
<Children>
|
|
150
|
+
<Prop>
|
|
151
|
+
<Id>Optimize_copy</Id>
|
|
152
|
+
<Name>Copy table groups</Name>
|
|
153
|
+
<Description>Copy table groups</Description>
|
|
154
|
+
<Type>Combo</Type>
|
|
155
|
+
<Default>IfNoUniqueIndex</Default>
|
|
156
|
+
<Values>
|
|
157
|
+
<Value id='IfNoUniqueIndex' desc='If no unique index'/>
|
|
158
|
+
<Value id='Alway' desc='Always'/>
|
|
159
|
+
<Value id='Never' desc='Never'/>
|
|
160
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
161
|
+
</Values>
|
|
162
|
+
<Dependencies>
|
|
163
|
+
<Depend type='Invalid'>
|
|
164
|
+
<Value>UMPV</Value>
|
|
165
|
+
</Depend>
|
|
166
|
+
</Dependencies>
|
|
167
|
+
</Prop>
|
|
168
|
+
</Children>
|
|
169
|
+
</Group>
|
|
170
|
+
<Group hidden='1'>
|
|
171
|
+
<Id>DATABASE_INFO</Id>
|
|
172
|
+
<Name>Database information</Name>
|
|
173
|
+
<Description>Database information</Description>
|
|
174
|
+
<Type>Group</Type>
|
|
175
|
+
<Children>
|
|
176
|
+
<Group hidden='1'>
|
|
177
|
+
<Id>MYSQL</Id>
|
|
178
|
+
<Name>MYSQL</Name>
|
|
179
|
+
<Description>MySQL</Description>
|
|
180
|
+
<Type>Group</Type>
|
|
181
|
+
<Children>
|
|
182
|
+
</Children>
|
|
183
|
+
</Group>
|
|
184
|
+
</Children>
|
|
185
|
+
</Group>
|
|
186
|
+
</Children>
|
|
187
|
+
</Group>
|
|
188
|
+
<Prop>
|
|
189
|
+
<Id>LOG_LEVEL</Id>
|
|
190
|
+
<Name>Log level</Name>
|
|
191
|
+
<Description>Log level</Description>
|
|
192
|
+
<Type>Combo</Type>
|
|
193
|
+
<Default>NONE</Default>
|
|
194
|
+
<Values>
|
|
195
|
+
<Value id='NONE' desc='NONE'/>
|
|
196
|
+
<Value id='FATAL' desc='FATAL'/>
|
|
197
|
+
<Value id='ERROR' desc='ERROR'/>
|
|
198
|
+
<Value id='WARN' desc='WARN'/>
|
|
199
|
+
<Value id='INFO' desc='INFO'/>
|
|
200
|
+
<Value id='DEBUG' desc='DEBUG'/>
|
|
201
|
+
</Values>
|
|
202
|
+
</Prop>
|
|
203
|
+
<Prop>
|
|
204
|
+
<Id>APP_NAMESPACE</Id>
|
|
205
|
+
<Name>Code Namespace</Name>
|
|
206
|
+
<Description>Code Namespace</Description>
|
|
207
|
+
<Type>Text</Type>
|
|
208
|
+
<Default></Default>
|
|
209
|
+
<Metadata>
|
|
210
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.RubyModuleDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
211
|
+
</Metadata>
|
|
212
|
+
</Prop>
|
|
213
|
+
<Group>
|
|
214
|
+
<Id>USER_INTERFACE</Id>
|
|
215
|
+
<Name>User interface</Name>
|
|
216
|
+
<Description>User interface</Description>
|
|
217
|
+
<Type>Group</Type>
|
|
218
|
+
<Children>
|
|
219
|
+
<Prop>
|
|
220
|
+
<Id>TRNCFM</Id>
|
|
221
|
+
<Name>Confirmation</Name>
|
|
222
|
+
<Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
|
|
223
|
+
In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
|
|
224
|
+
<Alias>ConfirmTransaction</Alias>
|
|
225
|
+
<Type>Combo</Type>
|
|
226
|
+
<Default>None</Default>
|
|
227
|
+
<Values>
|
|
228
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
229
|
+
<Value id='All' desc='Always prompt'/>
|
|
230
|
+
<Value id='None' desc='Never prompt'/>
|
|
231
|
+
<Value id='NoFirst' desc='Do not prompt on first level'/>
|
|
232
|
+
</Values>
|
|
233
|
+
<Dependencies>
|
|
234
|
+
<Depend type='Not Show'>
|
|
235
|
+
<Cond>context(CFMTRN) == Yes</Cond>
|
|
236
|
+
<Condition>
|
|
237
|
+
<Expression>
|
|
238
|
+
<Type>Comparison</Type>
|
|
239
|
+
<Operator>Equal</Operator>
|
|
240
|
+
<PropName source='context'>CFMTRN</PropName>
|
|
241
|
+
<Value>Yes</Value>
|
|
242
|
+
</Expression>
|
|
243
|
+
</Condition>
|
|
244
|
+
</Depend>
|
|
245
|
+
<Depend type='Default'>
|
|
246
|
+
<Value>All</Value>
|
|
247
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
248
|
+
<Condition>
|
|
249
|
+
<Expression>
|
|
250
|
+
<Type>Comparison</Type>
|
|
251
|
+
<Operator>Equal</Operator>
|
|
252
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
253
|
+
<Value>false</Value>
|
|
254
|
+
</Expression>
|
|
255
|
+
</Condition>
|
|
256
|
+
</Depend>
|
|
257
|
+
<Depend type='Invalid'>
|
|
258
|
+
<Value>UMPV</Value>
|
|
259
|
+
</Depend>
|
|
260
|
+
</Dependencies>
|
|
261
|
+
<Metadata>
|
|
262
|
+
<Value name='FlagCategories'>Advanced</Value>
|
|
263
|
+
<Value name='FlagSpecificationName'>TRNCFM</Value>
|
|
264
|
+
<Value name='FlagModelIniName'>TRNCFM</Value>
|
|
265
|
+
</Metadata>
|
|
266
|
+
</Prop>
|
|
267
|
+
<Group>
|
|
268
|
+
<Name>Web interface</Name>
|
|
269
|
+
<Description>Web interface</Description>
|
|
270
|
+
<Type>Group</Type>
|
|
271
|
+
<Children>
|
|
272
|
+
<Group>
|
|
273
|
+
<Id>PROP_DATEPICKER_GROUP</Id>
|
|
274
|
+
<Name>Datepicker</Name>
|
|
275
|
+
<Type>Group</Type>
|
|
276
|
+
<Dependencies>
|
|
277
|
+
<Depend type='Not Show'>
|
|
278
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
279
|
+
<Condition>
|
|
280
|
+
<Expression>
|
|
281
|
+
<Type>Comparison</Type>
|
|
282
|
+
<Operator>NotEqual</Operator>
|
|
283
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
284
|
+
<Value>true</Value>
|
|
285
|
+
</Expression>
|
|
286
|
+
</Condition>
|
|
287
|
+
</Depend>
|
|
288
|
+
</Dependencies>
|
|
289
|
+
<Children>
|
|
290
|
+
<Prop>
|
|
291
|
+
<Id>idUSE_WEB_DATEPICKER</Id>
|
|
292
|
+
<Name>Enable Datepicker</Name>
|
|
293
|
+
<Description>Enable datepicker calendar generation</Description>
|
|
294
|
+
<Type>Combo</Type>
|
|
295
|
+
<Default>Yes</Default>
|
|
296
|
+
<Values>
|
|
297
|
+
<Value id='Yes' desc='Yes'/>
|
|
298
|
+
<Value id='No' desc='No'/>
|
|
299
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
300
|
+
</Values>
|
|
301
|
+
<Dependencies>
|
|
302
|
+
<Depend type='Invalid'>
|
|
303
|
+
<Value>UMPV</Value>
|
|
304
|
+
</Depend>
|
|
305
|
+
</Dependencies>
|
|
306
|
+
</Prop>
|
|
307
|
+
<Prop>
|
|
308
|
+
<Id>WNUM_DATEPICKER</Id>
|
|
309
|
+
<Name>Show week numbers</Name>
|
|
310
|
+
<Description>Show calendar week numbers</Description>
|
|
311
|
+
<Type>Combo</Type>
|
|
312
|
+
<Default>No</Default>
|
|
313
|
+
<Values>
|
|
314
|
+
<Value id='Yes' desc='Yes'/>
|
|
315
|
+
<Value id='No' desc='No'/>
|
|
316
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
317
|
+
</Values>
|
|
318
|
+
<Dependencies>
|
|
319
|
+
<Depend type='Not Show'>
|
|
320
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
321
|
+
<Condition>
|
|
322
|
+
<Expression>
|
|
323
|
+
<Type>Comparison</Type>
|
|
324
|
+
<Operator>Equal</Operator>
|
|
325
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
326
|
+
<Value>No</Value>
|
|
327
|
+
</Expression>
|
|
328
|
+
</Condition>
|
|
329
|
+
</Depend>
|
|
330
|
+
<Depend type='Invalid'>
|
|
331
|
+
<Value>Yes</Value>
|
|
332
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
333
|
+
<Condition>
|
|
334
|
+
<Expression>
|
|
335
|
+
<Type>Comparison</Type>
|
|
336
|
+
<Operator>Equal</Operator>
|
|
337
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
338
|
+
<Value>No</Value>
|
|
339
|
+
</Expression>
|
|
340
|
+
</Condition>
|
|
341
|
+
</Depend>
|
|
342
|
+
<Depend type='Invalid'>
|
|
343
|
+
<Value>UMPV</Value>
|
|
344
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
345
|
+
<Condition>
|
|
346
|
+
<Expression>
|
|
347
|
+
<Type>Comparison</Type>
|
|
348
|
+
<Operator>Equal</Operator>
|
|
349
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
350
|
+
<Value>No</Value>
|
|
351
|
+
</Expression>
|
|
352
|
+
</Condition>
|
|
353
|
+
</Depend>
|
|
354
|
+
<Depend type='Invalid'>
|
|
355
|
+
<Value>UMPV</Value>
|
|
356
|
+
</Depend>
|
|
357
|
+
</Dependencies>
|
|
358
|
+
</Prop>
|
|
359
|
+
<Prop>
|
|
360
|
+
<Id>FIRST_WD_DATEPICKER</Id>
|
|
361
|
+
<Name>First day of week</Name>
|
|
362
|
+
<Description>Select first day of week for calendar</Description>
|
|
363
|
+
<Type>Combo</Type>
|
|
364
|
+
<Default>Sunday</Default>
|
|
365
|
+
<Values>
|
|
366
|
+
<Value id='Sunday' desc='Sunday'/>
|
|
367
|
+
<Value id='Monday' desc='Monday'/>
|
|
368
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
369
|
+
</Values>
|
|
370
|
+
<Dependencies>
|
|
371
|
+
<Depend type='Not Show'>
|
|
372
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
373
|
+
<Condition>
|
|
374
|
+
<Expression>
|
|
375
|
+
<Type>Comparison</Type>
|
|
376
|
+
<Operator>Equal</Operator>
|
|
377
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
378
|
+
<Value>No</Value>
|
|
379
|
+
</Expression>
|
|
380
|
+
</Condition>
|
|
381
|
+
</Depend>
|
|
382
|
+
<Depend type='Invalid'>
|
|
383
|
+
<Value>Monday</Value>
|
|
384
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
385
|
+
<Condition>
|
|
386
|
+
<Expression>
|
|
387
|
+
<Type>Comparison</Type>
|
|
388
|
+
<Operator>Equal</Operator>
|
|
389
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
390
|
+
<Value>No</Value>
|
|
391
|
+
</Expression>
|
|
392
|
+
</Condition>
|
|
393
|
+
</Depend>
|
|
394
|
+
<Depend type='Invalid'>
|
|
395
|
+
<Value>UMPV</Value>
|
|
396
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
397
|
+
<Condition>
|
|
398
|
+
<Expression>
|
|
399
|
+
<Type>Comparison</Type>
|
|
400
|
+
<Operator>Equal</Operator>
|
|
401
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
402
|
+
<Value>No</Value>
|
|
403
|
+
</Expression>
|
|
404
|
+
</Condition>
|
|
405
|
+
</Depend>
|
|
406
|
+
<Depend type='Invalid'>
|
|
407
|
+
<Value>UMPV</Value>
|
|
408
|
+
</Depend>
|
|
409
|
+
</Dependencies>
|
|
410
|
+
</Prop>
|
|
411
|
+
</Children>
|
|
412
|
+
</Group>
|
|
413
|
+
</Children>
|
|
414
|
+
</Group>
|
|
415
|
+
<Group>
|
|
416
|
+
<Id>KEYC</Id>
|
|
417
|
+
<Name>Key configuration</Name>
|
|
418
|
+
<Description>Key configuration</Description>
|
|
419
|
+
<Type>Group</Type>
|
|
420
|
+
<Metadata>
|
|
421
|
+
<Value name='FlagCategories'>Win</Value>
|
|
422
|
+
</Metadata>
|
|
423
|
+
<Children>
|
|
424
|
+
<Prop>
|
|
425
|
+
<Id>FIELD_EXIT</Id>
|
|
426
|
+
<Name>Field exit</Name>
|
|
427
|
+
<Description>Field exit</Description>
|
|
428
|
+
<Type>Combo</Type>
|
|
429
|
+
<Default>Tab</Default>
|
|
430
|
+
<Values>
|
|
431
|
+
<Value id='Tab' desc='Tab, Shift-Tab'/>
|
|
432
|
+
<Value id='TabEnter' desc='Enter, Tab, Shift-Tab'/>
|
|
433
|
+
<Value id='Only+' desc="'+' Key, Tab, Shift-Tab"/>
|
|
434
|
+
<Value id='Enter' desc='Enter, Down Arrow, Up Arrow, Tab, Shift-Tab'/>
|
|
435
|
+
<Value id='+' desc="'+' Key, Down Arrow, Up Arrow, Tab, Shift-Tab"/>
|
|
436
|
+
<Value id='fpw_comp' desc='FoxPro 2.6 generator'/>
|
|
437
|
+
<Value id='last_char' desc='Passing last char'/>
|
|
438
|
+
</Values>
|
|
439
|
+
<Dependencies>
|
|
440
|
+
<Depend type='Invalid'>
|
|
441
|
+
<Value>fpw_comp</Value>
|
|
442
|
+
</Depend>
|
|
443
|
+
<Depend type='Invalid'>
|
|
444
|
+
<Value>Only+</Value>
|
|
445
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
446
|
+
<Condition>
|
|
447
|
+
<Expression>
|
|
448
|
+
<Type>Comparison</Type>
|
|
449
|
+
<Operator>Equal</Operator>
|
|
450
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
451
|
+
<Value>true</Value>
|
|
452
|
+
</Expression>
|
|
453
|
+
</Condition>
|
|
454
|
+
</Depend>
|
|
455
|
+
<Depend type='Invalid'>
|
|
456
|
+
<Value>Enter</Value>
|
|
457
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
458
|
+
<Condition>
|
|
459
|
+
<Expression>
|
|
460
|
+
<Type>Comparison</Type>
|
|
461
|
+
<Operator>Equal</Operator>
|
|
462
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
463
|
+
<Value>true</Value>
|
|
464
|
+
</Expression>
|
|
465
|
+
</Condition>
|
|
466
|
+
</Depend>
|
|
467
|
+
<Depend type='Invalid'>
|
|
468
|
+
<Value>+</Value>
|
|
469
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
470
|
+
<Condition>
|
|
471
|
+
<Expression>
|
|
472
|
+
<Type>Comparison</Type>
|
|
473
|
+
<Operator>Equal</Operator>
|
|
474
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
475
|
+
<Value>true</Value>
|
|
476
|
+
</Expression>
|
|
477
|
+
</Condition>
|
|
478
|
+
</Depend>
|
|
479
|
+
</Dependencies>
|
|
480
|
+
</Prop>
|
|
481
|
+
<Group>
|
|
482
|
+
<Id>AS4KEYS</Id>
|
|
483
|
+
<Name>Key assignment</Name>
|
|
484
|
+
<Description>Key assignment</Description>
|
|
485
|
+
<Type>Group</Type>
|
|
486
|
+
<Children>
|
|
487
|
+
<Prop>
|
|
488
|
+
<Id>ASSIGNED_FNC_KEYS</Id>
|
|
489
|
+
<Name>Assign Function Keys to Standard Events</Name>
|
|
490
|
+
<Type>Combo</Type>
|
|
491
|
+
<Default>No</Default>
|
|
492
|
+
<Values>
|
|
493
|
+
<Value id='Yes' desc='Yes'/>
|
|
494
|
+
<Value id='No' desc='No'/>
|
|
495
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
496
|
+
</Values>
|
|
497
|
+
<Dependencies>
|
|
498
|
+
<Depend type='Default'>
|
|
499
|
+
<Value>Yes</Value>
|
|
500
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
501
|
+
<Condition>
|
|
502
|
+
<Expression>
|
|
503
|
+
<Type>Comparison</Type>
|
|
504
|
+
<Operator>NotEqual</Operator>
|
|
505
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
506
|
+
<Value>true</Value>
|
|
507
|
+
</Expression>
|
|
508
|
+
</Condition>
|
|
509
|
+
</Depend>
|
|
510
|
+
</Dependencies>
|
|
511
|
+
</Prop>
|
|
512
|
+
<Prop hidden='1'>
|
|
513
|
+
<Id>KEY_HELP</Id>
|
|
514
|
+
<Name>Help key</Name>
|
|
515
|
+
<Description>Help key</Description>
|
|
516
|
+
<Type>Combo</Type>
|
|
517
|
+
<Values>
|
|
518
|
+
<Value id='N' desc='None'/>
|
|
519
|
+
<Value id='0' desc='Disabled'/>
|
|
520
|
+
<Value id='1' desc='F1'/>
|
|
521
|
+
<Value id='2' desc='F2'/>
|
|
522
|
+
<Value id='3' desc='F3'/>
|
|
523
|
+
<Value id='4' desc='F4'/>
|
|
524
|
+
<Value id='5' desc='F5'/>
|
|
525
|
+
<Value id='6' desc='F6'/>
|
|
526
|
+
<Value id='7' desc='F7'/>
|
|
527
|
+
<Value id='8' desc='F8'/>
|
|
528
|
+
<Value id='9' desc='F9'/>
|
|
529
|
+
<Value id='10' desc='F10'/>
|
|
530
|
+
<Value id='11' desc='F11'/>
|
|
531
|
+
<Value id='12' desc='F12'/>
|
|
532
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
533
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
534
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
535
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
536
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
537
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
538
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
539
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
540
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
541
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
542
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
543
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
544
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
545
|
+
</Values>
|
|
546
|
+
<Dependencies>
|
|
547
|
+
<Depend type='Not Show'>
|
|
548
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
549
|
+
<Condition>
|
|
550
|
+
<Expression>
|
|
551
|
+
<Type>Comparison</Type>
|
|
552
|
+
<Operator>Equal</Operator>
|
|
553
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
554
|
+
<Value>No</Value>
|
|
555
|
+
</Expression>
|
|
556
|
+
</Condition>
|
|
557
|
+
</Depend>
|
|
558
|
+
<Depend type='Default'>
|
|
559
|
+
<Value>1</Value>
|
|
560
|
+
</Depend>
|
|
561
|
+
<Depend type='Invalid'>
|
|
562
|
+
<Value>UMPV</Value>
|
|
563
|
+
</Depend>
|
|
564
|
+
<Depend type='Invalid'>
|
|
565
|
+
<Value>0</Value>
|
|
566
|
+
</Depend>
|
|
567
|
+
</Dependencies>
|
|
568
|
+
<Metadata>
|
|
569
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
570
|
+
</Metadata>
|
|
571
|
+
</Prop>
|
|
572
|
+
<Prop hidden='1'>
|
|
573
|
+
<Id>KEY_REFRESH</Id>
|
|
574
|
+
<Name>Refresh key</Name>
|
|
575
|
+
<Description>Refresh key</Description>
|
|
576
|
+
<Type>Combo</Type>
|
|
577
|
+
<Values>
|
|
578
|
+
<Value id='N' desc='None'/>
|
|
579
|
+
<Value id='0' desc='Disabled'/>
|
|
580
|
+
<Value id='1' desc='F1'/>
|
|
581
|
+
<Value id='2' desc='F2'/>
|
|
582
|
+
<Value id='3' desc='F3'/>
|
|
583
|
+
<Value id='4' desc='F4'/>
|
|
584
|
+
<Value id='5' desc='F5'/>
|
|
585
|
+
<Value id='6' desc='F6'/>
|
|
586
|
+
<Value id='7' desc='F7'/>
|
|
587
|
+
<Value id='8' desc='F8'/>
|
|
588
|
+
<Value id='9' desc='F9'/>
|
|
589
|
+
<Value id='10' desc='F10'/>
|
|
590
|
+
<Value id='11' desc='F11'/>
|
|
591
|
+
<Value id='12' desc='F12'/>
|
|
592
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
593
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
594
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
595
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
596
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
597
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
598
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
599
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
600
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
601
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
602
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
603
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
604
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
605
|
+
</Values>
|
|
606
|
+
<Dependencies>
|
|
607
|
+
<Depend type='Not Show'>
|
|
608
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
609
|
+
<Condition>
|
|
610
|
+
<Expression>
|
|
611
|
+
<Type>Comparison</Type>
|
|
612
|
+
<Operator>Equal</Operator>
|
|
613
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
614
|
+
<Value>No</Value>
|
|
615
|
+
</Expression>
|
|
616
|
+
</Condition>
|
|
617
|
+
</Depend>
|
|
618
|
+
<Depend type='Default'>
|
|
619
|
+
<Value>5</Value>
|
|
620
|
+
</Depend>
|
|
621
|
+
<Depend type='Invalid'>
|
|
622
|
+
<Value>UMPV</Value>
|
|
623
|
+
</Depend>
|
|
624
|
+
<Depend type='Invalid'>
|
|
625
|
+
<Value>0</Value>
|
|
626
|
+
</Depend>
|
|
627
|
+
</Dependencies>
|
|
628
|
+
<Metadata>
|
|
629
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
630
|
+
</Metadata>
|
|
631
|
+
</Prop>
|
|
632
|
+
<Prop hidden='1'>
|
|
633
|
+
<Id>KEY_CANCEL</Id>
|
|
634
|
+
<Name>Cancel key</Name>
|
|
635
|
+
<Description>Cancel key</Description>
|
|
636
|
+
<Type>Combo</Type>
|
|
637
|
+
<Values>
|
|
638
|
+
<Value id='N' desc='None'/>
|
|
639
|
+
<Value id='0' desc='Disabled'/>
|
|
640
|
+
<Value id='1' desc='F1'/>
|
|
641
|
+
<Value id='2' desc='F2'/>
|
|
642
|
+
<Value id='3' desc='F3'/>
|
|
643
|
+
<Value id='4' desc='F4'/>
|
|
644
|
+
<Value id='5' desc='F5'/>
|
|
645
|
+
<Value id='6' desc='F6'/>
|
|
646
|
+
<Value id='7' desc='F7'/>
|
|
647
|
+
<Value id='8' desc='F8'/>
|
|
648
|
+
<Value id='9' desc='F9'/>
|
|
649
|
+
<Value id='10' desc='F10'/>
|
|
650
|
+
<Value id='11' desc='F11'/>
|
|
651
|
+
<Value id='12' desc='F12'/>
|
|
652
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
653
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
654
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
655
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
656
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
657
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
658
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
659
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
660
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
661
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
662
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
663
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
664
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
665
|
+
</Values>
|
|
666
|
+
<Dependencies>
|
|
667
|
+
<Depend type='Not Show'>
|
|
668
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
669
|
+
<Condition>
|
|
670
|
+
<Expression>
|
|
671
|
+
<Type>Comparison</Type>
|
|
672
|
+
<Operator>Equal</Operator>
|
|
673
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
674
|
+
<Value>No</Value>
|
|
675
|
+
</Expression>
|
|
676
|
+
</Condition>
|
|
677
|
+
</Depend>
|
|
678
|
+
<Depend type='Default'>
|
|
679
|
+
<Value>12</Value>
|
|
680
|
+
</Depend>
|
|
681
|
+
<Depend type='Invalid'>
|
|
682
|
+
<Value>UMPV</Value>
|
|
683
|
+
</Depend>
|
|
684
|
+
<Depend type='Invalid'>
|
|
685
|
+
<Value>0</Value>
|
|
686
|
+
</Depend>
|
|
687
|
+
</Dependencies>
|
|
688
|
+
<Metadata>
|
|
689
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
690
|
+
</Metadata>
|
|
691
|
+
</Prop>
|
|
692
|
+
<Prop hidden='1'>
|
|
693
|
+
<Id>KEY_ENTER</Id>
|
|
694
|
+
<Name>Enter key</Name>
|
|
695
|
+
<Description>Enter key</Description>
|
|
696
|
+
<Type>Combo</Type>
|
|
697
|
+
<Values>
|
|
698
|
+
<Value id='N' desc='None'/>
|
|
699
|
+
<Value id='0' desc='Disabled'/>
|
|
700
|
+
<Value id='1' desc='F1'/>
|
|
701
|
+
<Value id='2' desc='F2'/>
|
|
702
|
+
<Value id='3' desc='F3'/>
|
|
703
|
+
<Value id='4' desc='F4'/>
|
|
704
|
+
<Value id='5' desc='F5'/>
|
|
705
|
+
<Value id='6' desc='F6'/>
|
|
706
|
+
<Value id='7' desc='F7'/>
|
|
707
|
+
<Value id='8' desc='F8'/>
|
|
708
|
+
<Value id='9' desc='F9'/>
|
|
709
|
+
<Value id='10' desc='F10'/>
|
|
710
|
+
<Value id='11' desc='F11'/>
|
|
711
|
+
<Value id='12' desc='F12'/>
|
|
712
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
713
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
714
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
715
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
716
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
717
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
718
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
719
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
720
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
721
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
722
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
723
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
724
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
725
|
+
</Values>
|
|
726
|
+
<Dependencies>
|
|
727
|
+
<Depend type='Not Show'>
|
|
728
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
729
|
+
<Condition>
|
|
730
|
+
<Expression>
|
|
731
|
+
<Type>Comparison</Type>
|
|
732
|
+
<Operator>Equal</Operator>
|
|
733
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
734
|
+
<Value>No</Value>
|
|
735
|
+
</Expression>
|
|
736
|
+
</Condition>
|
|
737
|
+
</Depend>
|
|
738
|
+
<Depend type='Default'>
|
|
739
|
+
<Value>N</Value>
|
|
740
|
+
</Depend>
|
|
741
|
+
<Depend type='Invalid'>
|
|
742
|
+
<Value>UMPV</Value>
|
|
743
|
+
</Depend>
|
|
744
|
+
<Depend type='Invalid'>
|
|
745
|
+
<Value>0</Value>
|
|
746
|
+
</Depend>
|
|
747
|
+
</Dependencies>
|
|
748
|
+
<Metadata>
|
|
749
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
750
|
+
</Metadata>
|
|
751
|
+
</Prop>
|
|
752
|
+
</Children>
|
|
753
|
+
</Group>
|
|
754
|
+
</Children>
|
|
755
|
+
</Group>
|
|
756
|
+
<Group>
|
|
757
|
+
<Id>FORMAT_GROUP</Id>
|
|
758
|
+
<Name>Format</Name>
|
|
759
|
+
<Description>Format</Description>
|
|
760
|
+
<Type>Group</Type>
|
|
761
|
+
<Children>
|
|
762
|
+
<Prop>
|
|
763
|
+
<Id>CTOD_FMT</Id>
|
|
764
|
+
<Name>Date format in CTOD function</Name>
|
|
765
|
+
<Description>Date format in CTOD function</Description>
|
|
766
|
+
<Type>Combo</Type>
|
|
767
|
+
<Default>L</Default>
|
|
768
|
+
<Values>
|
|
769
|
+
<Value id='ENG' desc='mm/dd/yy'/>
|
|
770
|
+
<Value id='SPA' desc='dd/mm/yy'/>
|
|
771
|
+
<Value id='YMD' desc='yy/mm/dd'/>
|
|
772
|
+
<Value id='ENG4' desc='mm/dd/yyyy'/>
|
|
773
|
+
<Value id='SPA4' desc='dd/mm/yyyy'/>
|
|
774
|
+
<Value id='Y4MD' desc='yyyy/mm/dd'/>
|
|
775
|
+
<Value id='L' desc='Language Dependent'/>
|
|
776
|
+
</Values>
|
|
777
|
+
</Prop>
|
|
778
|
+
<Prop>
|
|
779
|
+
<Id>YEAR_LIMIT</Id>
|
|
780
|
+
<Name>First year of 20th century</Name>
|
|
781
|
+
<Description>First year of 20th century</Description>
|
|
782
|
+
<Type>Integer</Type>
|
|
783
|
+
<Default>40</Default>
|
|
784
|
+
</Prop>
|
|
785
|
+
<Prop>
|
|
786
|
+
<Id>BLANK_EMPTY_DATE</Id>
|
|
787
|
+
<Name>Blank when empty</Name>
|
|
788
|
+
<Description>Blank when empty</Description>
|
|
789
|
+
<Type>Boolean</Type>
|
|
790
|
+
<Default>false</Default>
|
|
791
|
+
</Prop>
|
|
792
|
+
</Children>
|
|
793
|
+
</Group>
|
|
794
|
+
</Children>
|
|
795
|
+
</Group>
|
|
796
|
+
<Group>
|
|
797
|
+
<Id>idSPECIFIER_GROUP</Id>
|
|
798
|
+
<Name>Specification</Name>
|
|
799
|
+
<Description>Specification options</Description>
|
|
800
|
+
<Type>Group</Type>
|
|
801
|
+
<Children>
|
|
802
|
+
<Group>
|
|
803
|
+
<Id>TYPE_CHECKING_GROUP</Id>
|
|
804
|
+
<Name>Type checking</Name>
|
|
805
|
+
<Description>Type checking</Description>
|
|
806
|
+
<Type>Group</Type>
|
|
807
|
+
<Children>
|
|
808
|
+
<Prop>
|
|
809
|
+
<Id>TYPE_ERRORS</Id>
|
|
810
|
+
<Name>Check type errors</Name>
|
|
811
|
+
<Description>Check type errors</Description>
|
|
812
|
+
<Type>Combo</Type>
|
|
813
|
+
<Default>Yes</Default>
|
|
814
|
+
<Values>
|
|
815
|
+
<Value id='Yes' desc='Yes'/>
|
|
816
|
+
<Value id='No' desc='No'/>
|
|
817
|
+
</Values>
|
|
818
|
+
</Prop>
|
|
819
|
+
<Prop>
|
|
820
|
+
<Id>STD_FUNC</Id>
|
|
821
|
+
<Name>Standard Functions</Name>
|
|
822
|
+
<Description>Standard Functions</Description>
|
|
823
|
+
<Type>Combo</Type>
|
|
824
|
+
<Default>Yes</Default>
|
|
825
|
+
<Values>
|
|
826
|
+
<Value id='Yes' desc='Error on non-standard functions when specifying'/>
|
|
827
|
+
<Value id='No' desc='Allows non-standard functions when specifying'/>
|
|
828
|
+
</Values>
|
|
829
|
+
<Metadata>
|
|
830
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
831
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
832
|
+
</Metadata>
|
|
833
|
+
<Options>
|
|
834
|
+
<Option type='Readonly'/>
|
|
835
|
+
</Options>
|
|
836
|
+
</Prop>
|
|
837
|
+
</Children>
|
|
838
|
+
</Group>
|
|
839
|
+
<Group>
|
|
840
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
841
|
+
<Name>Warning messages</Name>
|
|
842
|
+
<Description>Configure warning messages handling options.</Description>
|
|
843
|
+
<Type>Group</Type>
|
|
844
|
+
<Metadata>
|
|
845
|
+
<Value name='FlagCategories'>Output</Value>
|
|
846
|
+
</Metadata>
|
|
847
|
+
<Children>
|
|
848
|
+
<Prop>
|
|
849
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
850
|
+
<Name>Disabled warnings</Name>
|
|
851
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
852
|
+
<Type>Text</Type>
|
|
853
|
+
<Dependencies>
|
|
854
|
+
<Depend type='Default'>
|
|
855
|
+
<Value>spc0096 spc0107 spc0142</Value>
|
|
856
|
+
</Depend>
|
|
857
|
+
</Dependencies>
|
|
858
|
+
<Metadata>
|
|
859
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
860
|
+
</Metadata>
|
|
861
|
+
</Prop>
|
|
862
|
+
<Prop>
|
|
863
|
+
<Id>SPC_WARNINGS_AS_ERRORS</Id>
|
|
864
|
+
<Name>Warnings treated as errors</Name>
|
|
865
|
+
<Description>Type a space separated list of warning message codes you want to be treated as errors.</Description>
|
|
866
|
+
<Type>Text</Type>
|
|
867
|
+
</Prop>
|
|
868
|
+
</Children>
|
|
869
|
+
</Group>
|
|
870
|
+
<Prop hidden='1'>
|
|
871
|
+
<Id>EXPAND_DYNAMIC_CALL</Id>
|
|
872
|
+
<Name>Expand dynamic calls</Name>
|
|
873
|
+
<Description>Convert dynamic calls to static calls to every possible object.</Description>
|
|
874
|
+
<Type>Combo</Type>
|
|
875
|
+
<Default>No</Default>
|
|
876
|
+
<Values>
|
|
877
|
+
<Value id='Yes' desc='Yes'/>
|
|
878
|
+
<Value id='No' desc='No'/>
|
|
879
|
+
</Values>
|
|
880
|
+
<Dependencies>
|
|
881
|
+
<Depend type='Not Show'/>
|
|
882
|
+
</Dependencies>
|
|
883
|
+
</Prop>
|
|
884
|
+
<Prop>
|
|
885
|
+
<Id>AutomaticPrompts</Id>
|
|
886
|
+
<Name>Generate prompt programs</Name>
|
|
887
|
+
<Description>Controls whether prompt objects are generated automatically or not.</Description>
|
|
888
|
+
<Type>Combo</Type>
|
|
889
|
+
<Values>
|
|
890
|
+
<Value id='Yes' desc='Yes'/>
|
|
891
|
+
<Value id='No' desc='No'/>
|
|
892
|
+
</Values>
|
|
893
|
+
<Metadata>
|
|
894
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticPromptsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
895
|
+
</Metadata>
|
|
896
|
+
</Prop>
|
|
897
|
+
</Children>
|
|
898
|
+
</Group>
|
|
899
|
+
<Group>
|
|
900
|
+
<Id>idWebGroup</Id>
|
|
901
|
+
<Name>Web information</Name>
|
|
902
|
+
<Description>Web information</Description>
|
|
903
|
+
<Type>Group</Type>
|
|
904
|
+
<Dependencies>
|
|
905
|
+
<Depend type='Not Show'>
|
|
906
|
+
<Cond>(value(IS_WEB_GEN) != true) and ((context(REMOTE_CALLS) != HTTP_STATELESS) and (context(REMOTE_CALLS) != HTTP_STATEFUL))</Cond>
|
|
907
|
+
<Condition>
|
|
908
|
+
<Expression>
|
|
909
|
+
<Type>BooleanExpression</Type>
|
|
910
|
+
<FirstPart>
|
|
911
|
+
<Expression>
|
|
912
|
+
<Type>Comparison</Type>
|
|
913
|
+
<Operator>NotEqual</Operator>
|
|
914
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
915
|
+
<Value>true</Value>
|
|
916
|
+
</Expression>
|
|
917
|
+
</FirstPart>
|
|
918
|
+
<Operator>and</Operator>
|
|
919
|
+
<SecondPart>
|
|
920
|
+
<Expression>
|
|
921
|
+
<Type>BooleanExpression</Type>
|
|
922
|
+
<FirstPart>
|
|
923
|
+
<Expression>
|
|
924
|
+
<Type>Comparison</Type>
|
|
925
|
+
<Operator>NotEqual</Operator>
|
|
926
|
+
<PropName source='context'>REMOTE_CALLS</PropName>
|
|
927
|
+
<Value>HTTP_STATELESS</Value>
|
|
928
|
+
</Expression>
|
|
929
|
+
</FirstPart>
|
|
930
|
+
<Operator>and</Operator>
|
|
931
|
+
<SecondPart>
|
|
932
|
+
<Expression>
|
|
933
|
+
<Type>Comparison</Type>
|
|
934
|
+
<Operator>NotEqual</Operator>
|
|
935
|
+
<PropName source='context'>REMOTE_CALLS</PropName>
|
|
936
|
+
<Value>HTTP_STATEFUL</Value>
|
|
937
|
+
</Expression>
|
|
938
|
+
</SecondPart>
|
|
939
|
+
</Expression>
|
|
940
|
+
</SecondPart>
|
|
941
|
+
</Expression>
|
|
942
|
+
</Condition>
|
|
943
|
+
</Depend>
|
|
944
|
+
</Dependencies>
|
|
945
|
+
<Children>
|
|
946
|
+
<Prop>
|
|
947
|
+
<Id>TMPMEDIA_DIR</Id>
|
|
948
|
+
<Name>Temp media directory</Name>
|
|
949
|
+
<Description>Temporary media content directory</Description>
|
|
950
|
+
<Type>Text</Type>
|
|
951
|
+
<Default>PrivateTempStorage</Default>
|
|
952
|
+
</Prop>
|
|
953
|
+
<Prop>
|
|
954
|
+
<Id>WEBSESSION_EXPIRATION</Id>
|
|
955
|
+
<Name>Web session expiration</Name>
|
|
956
|
+
<Description>Maximum web session duration in seconds</Description>
|
|
957
|
+
<Type>Integer</Type>
|
|
958
|
+
<Default>0</Default>
|
|
959
|
+
</Prop>
|
|
960
|
+
<Prop>
|
|
961
|
+
<Id>JAVASCRIPT_DEBUG_MODE</Id>
|
|
962
|
+
<Name>Javascript debug mode</Name>
|
|
963
|
+
<Description>Javascript debug mode</Description>
|
|
964
|
+
<Type>Combo</Type>
|
|
965
|
+
<Default>No</Default>
|
|
966
|
+
<Values>
|
|
967
|
+
<Value id='Yes' desc='Yes'/>
|
|
968
|
+
<Value id='No' desc='No'/>
|
|
969
|
+
</Values>
|
|
970
|
+
</Prop>
|
|
971
|
+
<Prop>
|
|
972
|
+
<Id>JAVA_EXE_PATH</Id>
|
|
973
|
+
<Name>Java interpreter path</Name>
|
|
974
|
+
<Description>Java interpreter path</Description>
|
|
975
|
+
<Type>Custom</Type>
|
|
976
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ExeFileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
977
|
+
<Metadata>
|
|
978
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.JavaInterpreterPathDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
979
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.JavaInterpreterPathVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
980
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.FileExistValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
981
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
982
|
+
<Value name='FlagExport'>false</Value>
|
|
983
|
+
</Metadata>
|
|
984
|
+
</Prop>
|
|
985
|
+
<Prop>
|
|
986
|
+
<Id>COMPRESS_HTML</Id>
|
|
987
|
+
<Name>Auto compress http traffic</Name>
|
|
988
|
+
<Description>Auto compress http traffic</Description>
|
|
989
|
+
<Type>Combo</Type>
|
|
990
|
+
<Default>Yes</Default>
|
|
991
|
+
<Values>
|
|
992
|
+
<Value id='Yes' desc='Yes'/>
|
|
993
|
+
<Value id='No' desc='No'/>
|
|
994
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
995
|
+
</Values>
|
|
996
|
+
<Dependencies>
|
|
997
|
+
<Depend type='Invalid'>
|
|
998
|
+
<Value>UMPV</Value>
|
|
999
|
+
</Depend>
|
|
1000
|
+
</Dependencies>
|
|
1001
|
+
<Metadata>
|
|
1002
|
+
<Value name='FlagCategories'>Web:Advanced</Value>
|
|
1003
|
+
</Metadata>
|
|
1004
|
+
</Prop>
|
|
1005
|
+
<Prop>
|
|
1006
|
+
<Id>HELPURL</Id>
|
|
1007
|
+
<Name>Help files base URL</Name>
|
|
1008
|
+
<Description>Help files base URL</Description>
|
|
1009
|
+
<Type>Text</Type>
|
|
1010
|
+
<Default>Help</Default>
|
|
1011
|
+
</Prop>
|
|
1012
|
+
</Children>
|
|
1013
|
+
</Group>
|
|
1014
|
+
<Prop hidden='1'>
|
|
1015
|
+
<Id>IS_WEB_GEN</Id>
|
|
1016
|
+
<Name>Is web generator</Name>
|
|
1017
|
+
<Type>Boolean</Type>
|
|
1018
|
+
<Default>true</Default>
|
|
1019
|
+
<Options>
|
|
1020
|
+
<Option type='Not Show'/>
|
|
1021
|
+
</Options>
|
|
1022
|
+
</Prop>
|
|
1023
|
+
<Group>
|
|
1024
|
+
<Id>BuildGroup</Id>
|
|
1025
|
+
<Name>Build Process</Name>
|
|
1026
|
+
<Type>Group</Type>
|
|
1027
|
+
<Children>
|
|
1028
|
+
<Group>
|
|
1029
|
+
<Name>Advanced</Name>
|
|
1030
|
+
<Type>Group</Type>
|
|
1031
|
+
<Children>
|
|
1032
|
+
<Prop>
|
|
1033
|
+
<Id>ReorganizationOptions</Id>
|
|
1034
|
+
<Name>Reorganization Options</Name>
|
|
1035
|
+
<Type>Text</Type>
|
|
1036
|
+
<Default>-nogui</Default>
|
|
1037
|
+
</Prop>
|
|
1038
|
+
<Prop>
|
|
1039
|
+
<Id>CreateDataBaseOptions</Id>
|
|
1040
|
+
<Name>Create Database Options</Name>
|
|
1041
|
+
<Type>Text</Type>
|
|
1042
|
+
<Default>-nogui -noverifydatabaseschema</Default>
|
|
1043
|
+
</Prop>
|
|
1044
|
+
</Children>
|
|
1045
|
+
</Group>
|
|
1046
|
+
</Children>
|
|
1047
|
+
</Group>
|
|
1048
|
+
<Group>
|
|
1049
|
+
<Id>idExecutionGroup</Id>
|
|
1050
|
+
<Name>Execution</Name>
|
|
1051
|
+
<Type>Group</Type>
|
|
1052
|
+
<Children>
|
|
1053
|
+
<Prop>
|
|
1054
|
+
<Id>DEPLOY_CLOUD</Id>
|
|
1055
|
+
<Name>Deploy to cloud</Name>
|
|
1056
|
+
<Description>Automatic cloud deployment.</Description>
|
|
1057
|
+
<Type>Combo</Type>
|
|
1058
|
+
<Default>No</Default>
|
|
1059
|
+
<Values>
|
|
1060
|
+
<Value id='Yes' desc='Yes'/>
|
|
1061
|
+
<Value id='No' desc='No'/>
|
|
1062
|
+
</Values>
|
|
1063
|
+
<Metadata>
|
|
1064
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1065
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.DeployToCloudValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1066
|
+
<Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.CheckIfTrialStandardReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1067
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DeployToCloudVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1068
|
+
<Value name='FlagExport'>false</Value>
|
|
1069
|
+
<Value name='FlagImport'>false</Value>
|
|
1070
|
+
<Value name='FlagCategories'>NOSAP</Value>
|
|
1071
|
+
</Metadata>
|
|
1072
|
+
</Prop>
|
|
1073
|
+
<Prop hidden='1'>
|
|
1074
|
+
<Id>DeployCloudSettingsChanged</Id>
|
|
1075
|
+
<Name>Deploy To Cloud Settings Changed</Name>
|
|
1076
|
+
<Description>Used to specify if the deploy to cloud settings has changed and synchronization between GeneXus and the cloud is needed.</Description>
|
|
1077
|
+
<Type>Boolean</Type>
|
|
1078
|
+
<Default>false</Default>
|
|
1079
|
+
<Dependencies>
|
|
1080
|
+
<Depend type='Apply'>
|
|
1081
|
+
<Cond>value(DEPLOY_CLOUD) == Yes</Cond>
|
|
1082
|
+
<Condition>
|
|
1083
|
+
<Expression>
|
|
1084
|
+
<Type>Comparison</Type>
|
|
1085
|
+
<Operator>Equal</Operator>
|
|
1086
|
+
<PropName>DEPLOY_CLOUD</PropName>
|
|
1087
|
+
<Value>Yes</Value>
|
|
1088
|
+
</Expression>
|
|
1089
|
+
</Condition>
|
|
1090
|
+
</Depend>
|
|
1091
|
+
</Dependencies>
|
|
1092
|
+
<Metadata>
|
|
1093
|
+
<Value name='FlagExport'>false</Value>
|
|
1094
|
+
<Value name='FlagImport'>false</Value>
|
|
1095
|
+
</Metadata>
|
|
1096
|
+
<Options>
|
|
1097
|
+
<Option type='Readonly'/>
|
|
1098
|
+
<Option type='Not Show'/>
|
|
1099
|
+
</Options>
|
|
1100
|
+
</Prop>
|
|
1101
|
+
<Prop hidden='1'>
|
|
1102
|
+
<Id>DEPLOY_WEBROOT</Id>
|
|
1103
|
+
<Name>Deploy Server URL</Name>
|
|
1104
|
+
<Type>Text</Type>
|
|
1105
|
+
<Dependencies>
|
|
1106
|
+
<Depend type='Not Show'>
|
|
1107
|
+
<Cond>value(DEPLOY_CLOUD) != Yes</Cond>
|
|
1108
|
+
<Condition>
|
|
1109
|
+
<Expression>
|
|
1110
|
+
<Type>Comparison</Type>
|
|
1111
|
+
<Operator>NotEqual</Operator>
|
|
1112
|
+
<PropName>DEPLOY_CLOUD</PropName>
|
|
1113
|
+
<Value>Yes</Value>
|
|
1114
|
+
</Expression>
|
|
1115
|
+
</Condition>
|
|
1116
|
+
</Depend>
|
|
1117
|
+
</Dependencies>
|
|
1118
|
+
<Metadata>
|
|
1119
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.DeployToCloudDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1120
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1121
|
+
<Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.CheckIfTrialStandardReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1122
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DeployToCloudVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1123
|
+
<Value name='FlagOnlyDefault'>IfReadonly</Value>
|
|
1124
|
+
<Value name='FlagExport'>false</Value>
|
|
1125
|
+
<Value name='FlagImport'>false</Value>
|
|
1126
|
+
</Metadata>
|
|
1127
|
+
</Prop>
|
|
1128
|
+
<Prop hidden='1'>
|
|
1129
|
+
<Id>DEPLOY_CLOUD_VIRTUAL_DIRECTORY</Id>
|
|
1130
|
+
<Name>Deploy Virtual Directory</Name>
|
|
1131
|
+
<Type>Text</Type>
|
|
1132
|
+
<Dependencies>
|
|
1133
|
+
<Depend type='Not Show'>
|
|
1134
|
+
<Cond>value(DEPLOY_CLOUD) != Yes</Cond>
|
|
1135
|
+
<Condition>
|
|
1136
|
+
<Expression>
|
|
1137
|
+
<Type>Comparison</Type>
|
|
1138
|
+
<Operator>NotEqual</Operator>
|
|
1139
|
+
<PropName>DEPLOY_CLOUD</PropName>
|
|
1140
|
+
<Value>Yes</Value>
|
|
1141
|
+
</Expression>
|
|
1142
|
+
</Condition>
|
|
1143
|
+
</Depend>
|
|
1144
|
+
</Dependencies>
|
|
1145
|
+
<Metadata>
|
|
1146
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.DeployToCloudVirtualDirectoryDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1147
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1148
|
+
<Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.DeployToCloudVirtualDirectoryReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1149
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DeployToCloudVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1150
|
+
<Value name='FlagExport'>false</Value>
|
|
1151
|
+
<Value name='FlagImport'>false</Value>
|
|
1152
|
+
</Metadata>
|
|
1153
|
+
</Prop>
|
|
1154
|
+
<Prop>
|
|
1155
|
+
<Id>idWebServer</Id>
|
|
1156
|
+
<Name>Web Server</Name>
|
|
1157
|
+
<Description>Web Server</Description>
|
|
1158
|
+
<Type>Combo</Type>
|
|
1159
|
+
<Values>
|
|
1160
|
+
<Value id='idWebServer_IIS' desc='Internet Information Server'/>
|
|
1161
|
+
<Value id='idWebServer_WEBDEV' desc='ASP.NET Development Web Server'/>
|
|
1162
|
+
<Value id='idWebServer_WEBDEV2' desc='WebDev.WebServer2'/>
|
|
1163
|
+
<Value id='idWebServer_WEBRICK' desc='Thin HTTP Server'/>
|
|
1164
|
+
<Value id='idWebServer_APACHE' desc='Apache HTTP Server'/>
|
|
1165
|
+
</Values>
|
|
1166
|
+
<Dependencies>
|
|
1167
|
+
<Depend type='Invalid'>
|
|
1168
|
+
<Value>idWebServer_IIS</Value>
|
|
1169
|
+
</Depend>
|
|
1170
|
+
<Depend type='Invalid'>
|
|
1171
|
+
<Value>idWebServer_WEBDEV</Value>
|
|
1172
|
+
</Depend>
|
|
1173
|
+
<Depend type='Invalid'>
|
|
1174
|
+
<Value>idWebServer_WEBDEV2</Value>
|
|
1175
|
+
</Depend>
|
|
1176
|
+
<Depend type='Not Show'>
|
|
1177
|
+
<Cond>value(DEPLOY_CLOUD) == Yes</Cond>
|
|
1178
|
+
<Condition>
|
|
1179
|
+
<Expression>
|
|
1180
|
+
<Type>Comparison</Type>
|
|
1181
|
+
<Operator>Equal</Operator>
|
|
1182
|
+
<PropName>DEPLOY_CLOUD</PropName>
|
|
1183
|
+
<Value>Yes</Value>
|
|
1184
|
+
</Expression>
|
|
1185
|
+
</Condition>
|
|
1186
|
+
</Depend>
|
|
1187
|
+
</Dependencies>
|
|
1188
|
+
<Metadata>
|
|
1189
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DotNetWebServerDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1190
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
1191
|
+
<Value name='FlagExport'>false</Value>
|
|
1192
|
+
</Metadata>
|
|
1193
|
+
</Prop>
|
|
1194
|
+
<Prop>
|
|
1195
|
+
<Id>WebRoot</Id>
|
|
1196
|
+
<Name>Web Root</Name>
|
|
1197
|
+
<Type>Text</Type>
|
|
1198
|
+
<Default>http://localhost/services/</Default>
|
|
1199
|
+
<Dependencies>
|
|
1200
|
+
<Depend type='Default'>
|
|
1201
|
+
<Value>http://localhost:10080/</Value>
|
|
1202
|
+
<Cond>value(idWebServer) == idWebServer_WEBRICK</Cond>
|
|
1203
|
+
<Condition>
|
|
1204
|
+
<Expression>
|
|
1205
|
+
<Type>Comparison</Type>
|
|
1206
|
+
<Operator>Equal</Operator>
|
|
1207
|
+
<PropName>idWebServer</PropName>
|
|
1208
|
+
<Value>idWebServer_WEBRICK</Value>
|
|
1209
|
+
</Expression>
|
|
1210
|
+
</Condition>
|
|
1211
|
+
</Depend>
|
|
1212
|
+
<Depend type='Readonly'>
|
|
1213
|
+
<Cond>value(DEPLOY_CLOUD) == Yes</Cond>
|
|
1214
|
+
<Condition>
|
|
1215
|
+
<Expression>
|
|
1216
|
+
<Type>Comparison</Type>
|
|
1217
|
+
<Operator>Equal</Operator>
|
|
1218
|
+
<PropName>DEPLOY_CLOUD</PropName>
|
|
1219
|
+
<Value>Yes</Value>
|
|
1220
|
+
</Expression>
|
|
1221
|
+
</Condition>
|
|
1222
|
+
</Depend>
|
|
1223
|
+
</Dependencies>
|
|
1224
|
+
<Metadata>
|
|
1225
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DotNetWebRootDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1226
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
1227
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.WebRootAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1228
|
+
<Value name='FlagExport'>false</Value>
|
|
1229
|
+
</Metadata>
|
|
1230
|
+
</Prop>
|
|
1231
|
+
<Prop hidden='1'>
|
|
1232
|
+
<Id>WEB_DEPLOY_DIR</Id>
|
|
1233
|
+
<Name>Site directory seen from server</Name>
|
|
1234
|
+
<Description>Site directory seen from server</Description>
|
|
1235
|
+
<Type>Custom</Type>
|
|
1236
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.DirectoryType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1237
|
+
<Dependencies>
|
|
1238
|
+
<Depend type='Not Show'>
|
|
1239
|
+
<Cond>value(idWebServer) != idWebServer_APACHE</Cond>
|
|
1240
|
+
<Condition>
|
|
1241
|
+
<Expression>
|
|
1242
|
+
<Type>Comparison</Type>
|
|
1243
|
+
<Operator>NotEqual</Operator>
|
|
1244
|
+
<PropName>idWebServer</PropName>
|
|
1245
|
+
<Value>idWebServer_APACHE</Value>
|
|
1246
|
+
</Expression>
|
|
1247
|
+
</Condition>
|
|
1248
|
+
</Depend>
|
|
1249
|
+
</Dependencies>
|
|
1250
|
+
<Metadata>
|
|
1251
|
+
<Value name='FlagExport'>false</Value>
|
|
1252
|
+
<Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
|
|
1253
|
+
</Metadata>
|
|
1254
|
+
</Prop>
|
|
1255
|
+
</Children>
|
|
1256
|
+
</Group>
|
|
1257
|
+
<Group>
|
|
1258
|
+
<Id>idFULL_TEXT_SEARCH_GROUP</Id>
|
|
1259
|
+
<Name>Full text search options</Name>
|
|
1260
|
+
<Description>Full text search options</Description>
|
|
1261
|
+
<Type>Group</Type>
|
|
1262
|
+
<Dependencies>
|
|
1263
|
+
<Depend type='Not Show'>
|
|
1264
|
+
<Cond>context(idISBUSINESSCOMPONENT) == 0</Cond>
|
|
1265
|
+
<Condition>
|
|
1266
|
+
<Expression>
|
|
1267
|
+
<Type>Comparison</Type>
|
|
1268
|
+
<Operator>Equal</Operator>
|
|
1269
|
+
<PropName source='context'>idISBUSINESSCOMPONENT</PropName>
|
|
1270
|
+
<Value>0</Value>
|
|
1271
|
+
</Expression>
|
|
1272
|
+
</Condition>
|
|
1273
|
+
</Depend>
|
|
1274
|
+
</Dependencies>
|
|
1275
|
+
<Children>
|
|
1276
|
+
<Prop>
|
|
1277
|
+
<Id>SEARCHABLE</Id>
|
|
1278
|
+
<Name>Searchable</Name>
|
|
1279
|
+
<Type>Combo</Type>
|
|
1280
|
+
<Values>
|
|
1281
|
+
<Value id='1' desc='True'/>
|
|
1282
|
+
<Value id='0' desc='False'/>
|
|
1283
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1284
|
+
</Values>
|
|
1285
|
+
<Dependencies>
|
|
1286
|
+
<Depend type='Default'>
|
|
1287
|
+
<Value>0</Value>
|
|
1288
|
+
</Depend>
|
|
1289
|
+
<Depend type='Invalid'>
|
|
1290
|
+
<Value>UMPV</Value>
|
|
1291
|
+
</Depend>
|
|
1292
|
+
</Dependencies>
|
|
1293
|
+
</Prop>
|
|
1294
|
+
<Prop>
|
|
1295
|
+
<Id>SEARCH_ENGINE</Id>
|
|
1296
|
+
<Name>Search engine</Name>
|
|
1297
|
+
<Description>Search engine</Description>
|
|
1298
|
+
<Type>Combo</Type>
|
|
1299
|
+
<Default>SEARCH_ENGINE_LUCENE</Default>
|
|
1300
|
+
<Values>
|
|
1301
|
+
<Value id='SEARCH_ENGINE_LUCENE' desc='Lucene'/>
|
|
1302
|
+
</Values>
|
|
1303
|
+
<Dependencies>
|
|
1304
|
+
<Depend type='Not Show'>
|
|
1305
|
+
<Cond>value(SEARCHABLE) == 0</Cond>
|
|
1306
|
+
<Condition>
|
|
1307
|
+
<Expression>
|
|
1308
|
+
<Type>Comparison</Type>
|
|
1309
|
+
<Operator>Equal</Operator>
|
|
1310
|
+
<PropName>SEARCHABLE</PropName>
|
|
1311
|
+
<Value>0</Value>
|
|
1312
|
+
</Expression>
|
|
1313
|
+
</Condition>
|
|
1314
|
+
</Depend>
|
|
1315
|
+
</Dependencies>
|
|
1316
|
+
</Prop>
|
|
1317
|
+
<Prop hidden='1'>
|
|
1318
|
+
<Id>LUCENE_INDEX_DIRECTORY</Id>
|
|
1319
|
+
<Name>Index directory</Name>
|
|
1320
|
+
<Type>Text</Type>
|
|
1321
|
+
<Default>LuceneIndex</Default>
|
|
1322
|
+
<Dependencies>
|
|
1323
|
+
<Depend type='Default'>
|
|
1324
|
+
<Value>..\LuceneIndex</Value>
|
|
1325
|
+
</Depend>
|
|
1326
|
+
<Depend type='Apply'>
|
|
1327
|
+
<Cond>(value(SEARCHABLE) == 1) and (value(SEARCH_ENGINE) == SEARCH_ENGINE_LUCENE)</Cond>
|
|
1328
|
+
<Condition>
|
|
1329
|
+
<Expression>
|
|
1330
|
+
<Type>BooleanExpression</Type>
|
|
1331
|
+
<FirstPart>
|
|
1332
|
+
<Expression>
|
|
1333
|
+
<Type>Comparison</Type>
|
|
1334
|
+
<Operator>Equal</Operator>
|
|
1335
|
+
<PropName>SEARCHABLE</PropName>
|
|
1336
|
+
<Value>1</Value>
|
|
1337
|
+
</Expression>
|
|
1338
|
+
</FirstPart>
|
|
1339
|
+
<Operator>and</Operator>
|
|
1340
|
+
<SecondPart>
|
|
1341
|
+
<Expression>
|
|
1342
|
+
<Type>Comparison</Type>
|
|
1343
|
+
<Operator>Equal</Operator>
|
|
1344
|
+
<PropName>SEARCH_ENGINE</PropName>
|
|
1345
|
+
<Value>SEARCH_ENGINE_LUCENE</Value>
|
|
1346
|
+
</Expression>
|
|
1347
|
+
</SecondPart>
|
|
1348
|
+
</Expression>
|
|
1349
|
+
</Condition>
|
|
1350
|
+
</Depend>
|
|
1351
|
+
</Dependencies>
|
|
1352
|
+
</Prop>
|
|
1353
|
+
</Children>
|
|
1354
|
+
</Group>
|
|
1355
|
+
</Children>
|
|
1356
|
+
</Group>
|
|
1357
|
+
</Object>
|
|
1358
|
+
</Content>
|