Event Handlers for Multi-Marking (Magic xpa 4.x)
The user can enable an event handler to process each marked table record by clicking Yes for the Multi marking property. Once the action is invoked, the event is implemented for each selected row from the beginning of the data view to the bottom.
For example, the user wants to re-calculate totals for a summary table displayed on the form. The user calls the program that calculates and updates the total. Once the action is implemented, the event handler calls the program for each selected row, and displays the updated total.
When the event handler is complete, then marked records can be maintained by clicking Yes for the Multi marking property.
The multi-marking functions are listed below.
MMStop
|
Stops the multi-mark handler.
|
MMCount
|
Provides the number of marked records.
|
MMCurr
|
Provides the current record of the number of marked records in the counting process. For example: Record 5 of 15.
|
MMClear
|
Clears the marked records.
|
Multi-Marking Events