Programming Guide |
Clears all fields in the table view
#include <tmusubs.h>int sm_tm_clear(int suppress);
suppress
A flag that, if set to other than 0, indicates that before-image processing should be suppressed while the clearing is being done.
- 0 Success.
sm_tm_clear
clears all fields in the current table view. A positive value ofsuppress
indicates that before-image processing should be suppressed while the clearing is being done.