Links are not active on this page.
 Flags Property (Visual FoxPro)

Specifies flag settings for the CursorAdapter as described by the nFlags parameter in XMLUPDATEGRAM( ) Function. Read/write at design time and run time.

NoteNote

Flags applies only when the CursorAdapter DataSourceType Property is set to "XML". The CursorAdapter object passes flags specified by the Flags property when constructing an XML UpdateGram. The CursorAdapter object evaluates Flags only once per update operation.

CursorAdapter.Flags [= nFlags]

Expand imageReturn Value

nFlags

Integer data type. The nFlags parameter specifies nFlag settings from the XMLUPDATEGRAM( ) function and has a default value of 0.

Expand imageRemarks

Applies To: CursorAdapter Class

Expand imageSee Also