Using these lines
def onInitGetColumnNames(dat):
return ['dirty']
def onFindOPGetValues(dat, curOp, row):
return [curOp.dirty]
in the opfindDAT to find all COMPs with a certain tag that are dirty. Is there a trick to have the opfind update anytime an OP becomes dirty ?
Thanks in advance