-
Notifications
You must be signed in to change notification settings - Fork 1
/
attachment_subject_GBOPV.xml
17 lines (17 loc) · 1.11 KB
/
attachment_subject_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="GBOPVattachment_subject" Size="100,100"><Ctrls>
<Button Text="delete" ToolTip="ttp_deleteattachment_subject" Name="deleteattachment_subject" Size="50,20">
<OnClick>
<DbDetails fcsm="1">
<DbTable>vtigercrm6.attachment_subject</DbTable>
<Where>attachment_subject_id='%{attachment_subjectLst[attachment_subject_id]}'</Where>
<queryFormat>delete from %{table} where %{where}</queryFormat></DbDetails>
<submit namelist="DbDetails"/><submit next="searchattachment_subject" function="click"/>
</OnClick>
</Button><TAB/>
<Button Text="refresh" ToolTip="ttp_refreshattachment_subject" Name="searchattachment_subject" Size="50,20">
<OnClick><submit next="attachment_subjectLst"/> </OnClick>
</Button>
<TAB/><TAB/><Button Text="firstpage" Name="FPattachment_subjectLst" OnClick="(attachment_subjectLst)GetPage(First)" Size="50,20"/>
<TAB/><Button Text="prepage" Name="PREattachment_subjectLst" OnClick="(attachment_subjectLst)GetPage(Pre)" Size="50,20"/>
<TAB/><Button Text="nextpage" Name="NPattachment_subjectLst" OnClick="(attachment_subjectLst)GetPage(Next)" Size="50,20"/>
</Ctrls></GroupBox>