| Quintiq file version 2.0 | 
| #parent: ListCurrency | 
| Response OnClick () id:Response_ListCurrency_MenuNewCurrency_OnClick | 
| { | 
|   #keys: '[11660.0.354465637]' | 
|   Body: | 
|   [* | 
|     // Create a new currency | 
|     dlg := construct( DialogCreateEditCurrency ); | 
|     currency := dlg.NewCurrency( this ); | 
|      | 
|     ApplicationLibMacroPlanner.AutoExpandSelection( this, currency ); | 
|   *] | 
|   DefinitionID => /ListCurrency/Responsedef_ListCurrency_Menu_OnClick | 
|   Initiator: 'MenuNewCurrency' | 
|   Precondition: | 
|   [* | 
|     return MacroPlan::HasMacroPlan( MacroPlan, feedback ); | 
|   *] | 
|   UserRequiresReadWrite: true | 
| } |