| Quintiq file version 2.0 | 
| #parent: PanelInitSequence/ButtonOpenViewSequence | 
| Response OnClick () id:Response_PanelInitSequence_ButtonOpenViewSequence_OnClick | 
| { | 
|   #keys: '[121114.1.2064873040]' | 
|   Body: | 
|   [* | 
|     // OnClick OpenView | 
|      | 
|     ApplicationScope.ViewManager().OpenView( DataHolderCurrentInitSequence.Data().View() ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_GUIButtonBase_OnClick' | 
|   Precondition: | 
|   [* | 
|     // Enable when name for View is provided | 
|      | 
|     return guard( DataHolderCurrentInitSequence.Data().View().Length() > 0, false ); | 
|   *] | 
| } |