rislai
2024-06-25 13c4f4920ece7b0060ec51e2510acf98f28abe90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Quintiq file version 2.0
#parent: pnlActions/btnOk
Response OnClick () id:Response_pnlActions_btnOk_OnClick
{
  #keys: '[412672.0.1042452882]'
  DefinitionID: 'Responsedef_WebButton_OnClick'
  GroupServerCalls: true
  Precondition:
  [*
    return dsStartDate.Date() < dsEndDate.Date();
  *]
  QuillAction
  {
    Body:
    [*
      Form.OnOK();
      Form.Close();
    *]
  }
}