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: ButtonSetAsHome
| Response OnClick () id:Response_FormEntityDetails_ButtonSetAsHome_OnClick
| {
| #keys: '[138112.0.835284205]'
| Body:
| [*
| if( MessageBox::Question( FormEntityDetails, 'Set <' + EditorName.Text() + '> as home?', 'OK|Cancel' ) = 0 )
| {
| Lib3DS_RootDataset.HomeEntity( relset, DataHolderActiveEntity.Data() );
| }
| *]
| CanBindMultiple: false
| DefinitionID: 'Responsedef_GUIButtonBase_OnClick'
| Precondition:
| [*
| return not isnull( DataHolderActiveEntity.Data() );
| *]
| }
|
|