Detect if a row is newTag(s): Datawindow
dwitemstatus rowstatus IF dw.GetRow() > 0 THEN rowstatus = dw.GetItemStatus( dw.GetRow(), 0, Primary! ) IF rowstatus = New! OR rowstatus = NewModified! THEN // new row ELSE // not new END IF END IF
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com