The Activate function is called when the section is activated or when a filter is set. The function synchronizes the state of the calendars with the state of the date object it manages.
function Usr_base_Frame_PostActivate(mySection){ Qiq_enter(mySection.Name+".PostActivate()",trl+1,thisSection) rangecalActivate(mySection) Qiq_exit(mySection.Name+".PostActivate()",trl+1,thisSection) } cnCustom.Usr_base_Frame_PostActivate=Usr_base_Frame_PostActivate cnAD.Qiq_trace("Out 1100 ()",trl+1,thisSection)
The Activate function is the name of the standard function called by the framework. A blank version is found in this function code.