Quintiq file version 2.0
|
#parent: #root
|
Response OnDataChanged () inherited id:Response_LibCal_dlgCreateEditCalendar_OnDataChanged
|
{
|
#keys: '[558.1.830659]'
|
BaseType: 'Response_dlgCreateEditCalendar_OnDataChanged'
|
Body:
|
[*
|
CalendarEditor.CalendarKey( Dialog.Data().MDSID(), Dialog.Data().Key() );
|
|
/* Replaced with LibCal_dpCalendarSettings
|
if ( TimeZone::HasTimeZoneSupport() )
|
{
|
GUIDateTimeSelector1.SetActiveTimeZone(Dialog.Data().TimeZone());
|
tzstr := Dialog.Data().TimeZone();
|
if ( Dialog.Data().UseDataSetTimeZone() )
|
{
|
tzstr := TimeZone::ObjectTimeZoneAsString(Dialog.Data());
|
}
|
edtBaseTZ.Text(tzstr);
|
lblBaseTZ.Visible(true);
|
edtBaseTZ.Visible(true);
|
}
|
else
|
{
|
lblBaseTZ.Visible(false);
|
edtBaseTZ.Visible(false);
|
}
|
*]
|
DefinitionID: 'Responsedef_GUIComponent_OnDataChanged'
|
}
|