1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Quintiq file version 2.0
| #parent: MatrixEditor531
| Response OnCheckEditability () id:Response_MatrixEditor531_OnCheckEditability
| {
| #keys: '[415754.0.470111247]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebMatrixEditor_OnCheckEditability'
| QuillAction
| {
| Body:
| [*
| cond := focusedattribute = "TotalQuantityOfMaterialRacks";
|
| editinfo.CanEdit( cond );
| editinfo.UserHint( ifexpr( cond, "", "不能修改" ) );
| *]
| GroupServerCalls: false
| }
| }
|
|