07-05-2007, 06:22 AM
It disables only trigger that is set in Properties. Also if using command line. In code, can be used this:
int iid=qmitem("macro name")
if(!dis(iid)) mac iid ;;run the macro if not disabled
int iid=qmitem("macro name")
if(!dis(iid)) mac iid ;;run the macro if not disabled