-
Notifications
You must be signed in to change notification settings - Fork 1
/
module_class_GBOPV.xml
17 lines (17 loc) · 1 KB
/
module_class_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="GBOPVmodule_class" Size="100,100"><Ctrls>
<Button Text="delete" ToolTip="ttp_deletemodule_class" Name="deletemodule_class" Size="50,20">
<OnClick>
<DbDetails fcsm="1">
<DbTable>tms.module_class</DbTable>
<Where>module_class_id='%{module_classLst[module_class_id]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit next="searchmodule_class" function="click"/>
</OnClick>
</Button><TAB/>
<Button Text="refresh" ToolTip="ttp_refreshmodule_class" Name="searchmodule_class" Size="50,20">
<OnClick><submit next="module_classLst"/> </OnClick>
</Button>
<TAB/><TAB/><Button Text="firstpage" Name="FPmodule_classLst" OnClick="(module_classLst)GetPage(First)" Size="50,20"/>
<TAB/><Button Text="prepage" Name="PREmodule_classLst" OnClick="(module_classLst)GetPage(Pre)" Size="50,20"/>
<TAB/><Button Text="nextpage" Name="NPmodule_classLst" OnClick="(module_classLst)GetPage(Next)" Size="50,20"/>
</Ctrls></GroupBox>