| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | | Quintiq file version 2.0 |  | #parent: ListTrip |  | Response OnClick () id:Response_ListTrip_MenuNewTrip_OnClick |  | { |  |   #keys: '[113694.0.1565707575]' |  |   Body: |  |   [* |  |     // Create a Trip |  |     dlg := construct( DialogCreateEditTrip ); |  |     trip := dlg.NewTrip( this ); |  |      |  |     ApplicationLibMacroPlanner.AutoExpandSelection( ListTrip, trip ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID => /ListTrip/Responsedef_ListTrip_Menu_OnClick |  |   Initiator: 'MenuNewTrip' |  |   Precondition: |  |   [* |  |     return LaneLeg::GetHasLaneLeg( MacroPlan, feedback ); |  |   *] |  | } | 
 |