PowerBuilder........ PowerBuilder........ PowerBuilder........ PowerBuilder
Monday, November 24, 2008
Detect if a row is new
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Custom Search
No comments:
Post a Comment