-
Notifications
You must be signed in to change notification settings - Fork 0
/
item_properties_V.xml
31 lines (31 loc) · 2.44 KB
/
item_properties_V.xml
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
<WndTap Name="item_properties_v" Text="item_properties_v">
<WndTaps>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="item_properties_Ve.xml" popup="1"/>
</WndTaps>
<var name="searchtmpl"><property_id format="i.property_id='%{opvalue}'"/><property_value format="(i.property_value like '%%{opvalue}%')"/><created_by format="(i.created_by like '%%{opvalue}%')"/><creation_date format="(i.creation_date between '%{creation_date[datetime]}' and '%{creation_date[datetime2]}')"/><last_update_by format="(i.last_update_by like '%%{opvalue}%')"/><last_update_date format="(i.last_update_date between '%{last_update_date[datetime]}' and '%{last_update_date[datetime2]}')"/><idx format="(i.idx like '%%{opvalue}%')"/></var>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lan\item_properties.xml"/>
<Ctrls><GroupBox Name="GBitem_properties" id="item_properties" Text="item_properties" Size="100,100"><Ctrls>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="item_properties_Vs.xml"/>
<BR AutoHeight="1"/><GroupBox Name="GBOPVitem_properties" Size="100,20" cols="xs12 sm6 md4"><Ctrls>
<Button Text="addone" ToolTip="ttp_addone" Name="addone" Size="50,20" Weight="50">
<OnClick>
<submit next="$this.item_properties.GBDEDITitem_properties" function="reset"/>
<assign name = "$this.item_properties.frmwndctrl" expr="%{$this.item_properties_vLst}"/></OnClick>
</Button><TAB/>
<Button Text="reset" ToolTip="ttp_resetitem_properties" Name="resetitem_properties" Size="50,20" Weight="50">
<OnClick>
<submit next="GBDEDITitem_properties" function="reset"/></OnClick>
</Button><TAB/>
<Button Text="Search" ToolTip="ttp_gsearchitem_properties" Name="gsearchitem_properties" Size="50,20" Weight="50">
<OnClick>
<search next="item_properties_vLst" listed="0" prefixwhere="0" prefixand="0" inputed="1">%{searchtmpl}</search>
<submit next="GBDEDITitem_properties" namelist="search" function="search"/>
<search next="records_item_properties" listed="0" prefixwhere="1" prefixand="0" inputed="1">%{searchtmpl}</search>
<submit next="GBDEDITitem_properties" namelist="search" function="search"/>
</OnClick>
</Button><TAB/></Ctrls></GroupBox>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="item_properties_Vpg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="item_properties_Vpgop.xml"/>
<BR AutoHeight="1"/><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="item_properties_Vv.xml"/>
</Ctrls></GroupBox>
</Ctrls></WndTap>