ALTAEvents Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
*'''[[ALTAEvents.Question|Question]]''' {{APIComment|{{Template:ALTAEvents.Question.Cmt}}}} | *'''[[ALTAEvents.Question|Question]]''' {{APIComment|{{Template:ALTAEvents.Question.Cmt}}}} | ||
*'''[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|{{Template:ALTAEvents.UpdateCalculationProgress.Cmt}}}} | *'''[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|{{Template:ALTAEvents.UpdateCalculationProgress.Cmt}}}} | ||
*'''[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment| | *'''[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|{{Template:ALTAEventsShowCalculationProgress.Cmt}}}} | ||
*'''[[ALTAEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} | *'''[[ALTAEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} |
Revision as of 18:25, 30 January 2014
all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA. This allows the user to create and display messages, questions, calculation progress, and more. To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.
To view all ALTA classes, methods, and Enumerations view Global ALTA.
Methods
- Message Called by an ALTADataSet object when a message should be displayed. This displays a message.
- Question Called by an ALTADataSet when an answer to the question is required. Displays a question.
- UpdateCalculationProgress Called by an ALTADataSet object when the calculation progress should be updated.
- ShowCalculationProgress Shows the current calculation progress if the calculation process is running.
- HideCalculationProgress Called by ‘sender’ when calculation progress should be hidden.