GetDocumentDirtyStatus

image\bltlrgss.gif Editions  image\bltlrgss.gif Related Transactions  image\bltlrgss.gif Example

The GetDocumentDirtyStatus transaction returns the value of the dirty status flag for the specified document window. This is normally used to determine whether the document should be saved or checked in.

Type XTYP_REQUEST

Syntax [GetDocumentDirtyStatus(docwinID)]

Parameter

Data type

Values

Meaning

docwinID

DWORD

0 | docwinID

active | specific

Reply

Data type

Values

Meaning

dirtyStatus

WORD

1

clean

 

 

2

modified

 

 

4

deleted

 

 

8

new

 

 

16

(can be ORed)

modified since load (saved locally only, but not saved to the database)

Release information

Added in Release 3.50.

See also