Links are not active on this page.
 CompareMemo Property

Specifies whether memo fields of type Memo, General, or Picture are included in the WHERE clause when using automatic updating. When working with this property for regular cursors, use the CURSORSETPROP() and CURSORGETPROP() functions. Read/write.

NoteNote

Setting CompareMemo for CursorAdapter objects overrides the property setting of a cursor when attached to a CursorAdapter object. That is, changing the settings on the cursor using CURSORSETPROP() has no effect.

CursorAdapter.CompareMemo [= lValue]

Expand imageReturn Value

lValue

Logical data type. The following table lists the values for lValue.

lValue Description

True (.T.)

Includes memo fields in the WHERE clause.

True (.F.)

Does not include memo fields in the WHERE clause.

Expand imageRemarks

Applies To: CursorAdapter Class

Expand imageSee Also