Quintiq file version 2.0
|
#parent: ckbAllOccurrences
|
Response OnChange () id:Response_LibCal_dlgSubscription_ckbAllOccurrences_OnChange
|
{
|
#keys: '[131094.1.401233702]'
|
Body:
|
[*
|
if( this.Checked() )
|
{
|
// Uncheck the other checkbox.
|
ckbPeriodOfTime.Checked( false );
|
|
// Disable the controls for the period of time,
|
// they cannot be set in this case.
|
Dialog.DisablePeriodOfTime( "" );
|
}
|
*]
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_CheckBox_OnChange'
|
}
|