Programming Guide



sm_tm_clear_model_events

Empties the transaction event stack

#include <tmusubs.h>
void sm_tm_clear_model_events(void);

Description

sm_tm_clear_model_events clears the transaction event stack. Events can be pushed onto the event stack by the transaction manager, a transaction model, or a user event function. The events generated by the transaction manager and those by the standard transaction models can be found in the include file tmusubs.h.

This function can be used by transaction models or by transaction event functions associated with a table view.

For more information on the event stack, refer to Chapter 35, "Generating Transaction Manager Events," in Application Development Guide.

See Also

sm_tm_push_model_event, sm_tm_pop_model_event