-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule_class_Vv.xml
More file actions
20 lines (20 loc) · 1.4 KB
/
module_class_Vv.xml
File metadata and controls
20 lines (20 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<GroupBox Name="GBDVmodule_class" cols="xs12 sm12 md12 lg12"><Ctrls>
<ListCtrl Name="module_class_vLst" ToolTip="ttp_module_class_v" Size="700,450" OnLoad="init" Heading="name,640;module_code,125;description,640;status,60;created_by,60;creation_date,150;last_update_by,60;last_update_date,150;module_class_id,60;" loadedclick="0">
<DbDetails >
<Index>module_class_id</Index>
<DbTable>tms.module_class m</DbTable>
<Data>m.name,m.module_code,m.description,m.status,m.created_by,m.creation_date,m.last_update_by,m.last_update_date,m.module_class_id</Data>
<Order>module_class_id</Order></DbDetails>
<operator refresh="1" firstpage="1" prepage="1" nextpage="1">
<op text="modify"><DbDetails><Where>module_class_id='%{module_class_vLst[module_class_id]}'</Where></DbDetails><submit namelist="DbDetails" next="$this.module_class.module_classLst"/><assign name="$this.module_class.frmwndctrl" expr="%{this}"/></op>
<op text="delete" needconfirm="1"><DbDetails>
<DbTable>tms.module_class</DbTable>
<Where>module_class_id='%{module_class_vLst[module_class_id]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit/></op>
</operator>
<OnChanged>
<assign name="pgcur_module_class" expr="js(%{module_class_vLst[currentpage]}+1)"/>
<assign name="pgscb_module_class" expr="js(%{module_class_vLst[currentpage]}+1)" function="SetSel"/>
</OnChanged></ListCtrl>
</Ctrls></GroupBox>