The Insert ActiveX Control dialog opens.
Use this interface to execute logics when an ActiveX object triggers an event.
Variables declared in this interface are available for this interface only (local scope). In other words, they are not available for any other object in the project.
You cannot implement procedures in this interface. You can, however, call procedures implemented in the Global Procedures or in the Screen Script interface for the same screen where the ActiveX object is configured.
'The script below will be executed when the Calendar Control ActiveX 'triggers its "AfterUpdate" event $MyYear = CalendarControl1.Year $MyMonth = CalendarControl1.Month $MyDay = CalendarControl1.Day