isnewandempty Method
Class: tsbaseform
Expand/Collapse source code of procedure isnewandempty Source Code
*-- Return .T. if user has added a new record but has not yet 
*-- made any changes.
RETURN (VAL(GETFLDSTATE(-1)) % VAL(REPLICATE("3", LEN(GETFLDSTATE(-1))))) = 0