| Quintiq file version 2.0 | 
| #parent: pHeader/bOnlineQuantity | 
| Response OnClick () id:Response_pHeader_bOnlineQuantity_OnClick | 
| { | 
|   #keys: '[413988.0.1352760396]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   Precondition: | 
|   [* | 
|     return not isnull( MacroPlan ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       aoq := MacroPlan.AssemblyOnlineQuantity(); | 
|       if ( isnull( aoq ) ) { | 
|         MacroPlan.AssemblyOnlineQuantity( relnew ); | 
|       } | 
|        | 
|       dlg := construct( DialogAssemblyOnlineQuantity ); | 
|        | 
|       ApplicationMacroPlanner.ShowFormModal( dlg ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |