1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| Quintiq file version 2.0
| #parent: PanelPeriods/RadioButtonGroupUseForPlanning
| Response OnChanged () id:Response_PanelPeriods_RadioButtonGroupUseForPlanning_OnChanged
| {
| #keys: '[415136.0.672310167]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebRadioButtonGroup_OnChanged'
| QuillAction
| {
| Body:
| [*
| owner_i := LibCal_GlobalState.dhGlobalCalendarRegistry().Data().CommonCalendar();
| table := selectobject( owner_i, LibCal_SubscriberEventTable, table, table.ID() = this.BoundValue() );
| info( isnull( owner_i ), isnull( table ), this.BoundValue() );
| info( '------------------------', owner_i.CalendarID(), table.Name() );
| dhTable.Data( table );
| *]
| GroupServerCalls: false
| }
| }
|
|