-
Notifications
You must be signed in to change notification settings - Fork 1
/
posco_GBDV.xml
17 lines (17 loc) · 1.01 KB
/
posco_GBDV.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<GroupBox cols="xs12 sm12 md12 lg12" Name="GBDVposco"><Ctrls>
<ListCtrl Heading="jobid,20;product_id,120;station_id,55;posco_id,55;" loadedclick="0" ToolTip="ttp_posco" Name="poscoLst" Size="300,450">
<DbDetails fcsm="1">
<Index>posco_id</Index>
<DbTable>desoutter.posco p left join desoutter.product p0 on p.product_id=p0.product_id</DbTable>
<Data>p.jobid,p0.product_name product_id,p.station_id,p.posco_id</Data>
<Order>posco_id</Order></DbDetails>%{}
<operator firstpage="0" nextpage="0" refresh="1" initial="0" prepage="0">
<op text="modify"><DbDetails><Where>posco_id='%{posco_vLst[posco_id]}'</Where></DbDetails><submit next="$this.posco.poscoLst" namelist="DbDetails"/><assign name="$this.posco.frmwndctrl" expr="%{this}"/></op>
<op text="delete" needconfirm="1"><DbDetails>
<DbTable>desoutter.posco</DbTable>
<Where>posco_id='%{posco_vLst[posco_id]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit/></op>
</operator>
</ListCtrl>
</Ctrls></GroupBox>