| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | | Quintiq file version 2.0 |  | #parent: pnlRecordFrequency/dsRecord_858 |  | Response OnChanged () id:Response_pnlRecord_dsRecord_OnChanged_545 |  | { |  |   #keys: '[146874.1.1308297643]' |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_WebDateTimeFieldBase_OnChanged' |  |   QuillAction |  |   { |  |     Body: |  |     [* |  |       // Alert user that record frequency has been changed but not applied (saved) yet. |  |       ImageWarning.Visible( vhRecordFrequency.Duration() <> dsRecord.Duration() ); |  |     *] |  |     GroupServerCalls: false |  |   } |  | } | 
 |