| Quintiq file version 2.0 | 
| #parent: #root | 
| Method EditSubscription ( | 
|   LibCal_Subscription subscription_i | 
| ) id:Method_LibCal_dlgSubscription_EditSubscription | 
| { | 
|   #keys: '[131094.1.564221375]' | 
|   Body: | 
|   [* | 
|     this.Title( "Edit Subscription" ); | 
|     dhSubscription.Data( subscription_i ); | 
|      | 
|     calendarAsSet := construct( LibCal_Calendars ); | 
|     calendarAsSet.Add( subscription_i.Calendar() ); | 
|     dhSubscribers.Data( &calendarAsSet ); | 
|      | 
|     dhParticipationToSubscribeTo.Data( subscription_i.LeadingParticipation() ); | 
|      | 
|     lblEvent.Text( subscription_i.Event().Subject() ); | 
|      | 
|     this.Open( subscription_i ); | 
|   *] | 
| } |