-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule_class_V.xml
More file actions
20 lines (20 loc) · 2.42 KB
/
module_class_V.xml
File metadata and controls
20 lines (20 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<WndTap Name="module_class_v" Text="module_class">
<WndTaps>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_class_Ve.xml" popup="1"/>
</WndTaps>
<var name="searchtmpl"><name format="(m.name like '%%{opvalue}%')"/><module_code format="(m.module_code like '%%{opvalue}%')"/><description format="(m.description like '%%{opvalue}%')"/><status format="m.status is %{opvalue}"/><created_by format="(m.created_by like '%%{opvalue}%')"/><creation_date format="(m.creation_date between '%{creation_date[datetime]}' and '%{creation_date[datetime2]}')"/><last_update_by format="(m.last_update_by like '%%{opvalue}%')"/><last_update_date format="(m.last_update_date between '%{last_update_date[datetime]}' and '%{last_update_date[datetime2]}')"/><module_class_id format="(m.module_class_id like '%%{opvalue}%')"/></var>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lan\module_class.xml"/>
<Ctrls><GroupBox Name="GBmodule_class" id="module_class" Text="module_class" Size="100,100"><Ctrls>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_class_Vs.xml"/>
<BR AutoHeight="1"/><GroupBox Name="GBOPVmodule_class" Size="100,20" cols="xs12 sm6 md4"><Ctrls>
<Button Text="addone" ToolTip="ttp_addone" Name="addone" Size="50,20"> <OnClick><submit next="$this.module_class.GBDEDITmodule_class" function="reset"/><assign name="$this.module_class.frmwndctrl" expr="%{$this.module_class_vLst}"/></OnClick> </Button><TAB/>
<Button Text="reset" ToolTip="ttp_resetmodule_class" Name="resetmodule_class" Size="50,20"> <OnClick> <submit next="GBDEDITmodule_class" function="reset"/> </OnClick> </Button><TAB/>
<Button Text="Search" ToolTip="ttp_gsearchmodule_class" Name="gsearchmodule_class" Size="50,20"> <OnClick>
<search next="module_class_vLst" listed="0" prefixwhere="0" prefixand="0" inputed="1">%{searchtmpl}</search><submit next="GBDEDITmodule_class" namelist="search" function="search"/>
<search next="records_module_class" listed="0" prefixwhere="1" prefixand="0" inputed="1">%{searchtmpl}</search><submit next="GBDEDITmodule_class" namelist="search" function="search"/>
</OnClick></Button><TAB/></Ctrls></GroupBox>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_class_Vpg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_class_Vpgop.xml"/>
<BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_class_Vv.xml"/>
</Ctrls></GroupBox>
</Ctrls></WndTap>