-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbottle_loc_cabinet_GBOPV.xml
17 lines (17 loc) · 1.08 KB
/
bottle_loc_cabinet_GBOPV.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<GroupBox cols="xs12 sm6 md4" Name="GBOPVbottle_loc_cabinet" Size="100,100"><Ctrls>
<Button Text="delete" ToolTip="ttp_deletebottle_loc_cabinet" Name="deletebottle_loc_cabinet" Size="50,20">
<OnClick>
<DbDetails fcsm="1">
<DbTable>his.bottle_loc_cabinet</DbTable>
<Where>locationid='%{bottle_loc_cabinetLst[locationid]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit next="searchbottle_loc_cabinet" function="click"/>
</OnClick>
</Button><TAB/>
<Button Text="refresh" ToolTip="ttp_refreshbottle_loc_cabinet" Name="searchbottle_loc_cabinet" Size="50,20">
<OnClick><submit next="bottle_loc_cabinetLst"/> </OnClick>
</Button>
<TAB/><TAB/><Button Text="firstpage" Name="FPbottle_loc_cabinetLst" OnClick="(bottle_loc_cabinetLst)GetPage(First)" Size="50,20"/>
<TAB/><Button Text="prepage" Name="PREbottle_loc_cabinetLst" OnClick="(bottle_loc_cabinetLst)GetPage(Pre)" Size="50,20"/>
<TAB/><Button Text="nextpage" Name="NPbottle_loc_cabinetLst" OnClick="(bottle_loc_cabinetLst)GetPage(Next)" Size="50,20"/>
</Ctrls></GroupBox>