-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathar_customer_GBOPV.xml
17 lines (17 loc) · 1015 Bytes
/
ar_customer_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="GBOPVar_customer" Size="100,100"><Ctrls>
<Button Text="delete" ToolTip="ttp_deletear_customer" Name="deletear_customer" Size="50,20">
<OnClick>
<DbDetails fcsm="1">
<DbTable>mes_trace.ar_customer</DbTable>
<Where>ar_customer_id='%{ar_customerLst[ar_customer_id]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit next="searchar_customer" function="click"/>
</OnClick>
</Button><TAB/>
<Button Text="refresh" ToolTip="ttp_refreshar_customer" Name="searchar_customer" Size="50,20">
<OnClick><submit next="ar_customerLst"/> </OnClick>
</Button>
<TAB/><TAB/><Button Text="firstpage" Name="FPar_customerLst" OnClick="(ar_customerLst)GetPage(First)" Size="50,20"/>
<TAB/><Button Text="prepage" Name="PREar_customerLst" OnClick="(ar_customerLst)GetPage(Pre)" Size="50,20"/>
<TAB/><Button Text="nextpage" Name="NPar_customerLst" OnClick="(ar_customerLst)GetPage(Next)" Size="50,20"/>
</Ctrls></GroupBox>