FetchMemo Property

Specifies whether memo fields are fetched with view results. When handling this property for regular cursors, use the CURSORSETPROP( ) and CURSORGETPROP( ) functions. Read/write.

Note   Setting FetchMemo for applies only to CursorAdapter objects with ODBC or ADO data sources and 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.FetchMemo [= lValue]

Property Values

  • lValue
    Logical data type. The following table lists the values for lValue.
    lValue Description
    True (.T.) Fetch memo fields with view results.
    False (.F.) Do not fetch memo fields with view results.

Remarks

FetchMemo applies primarily for remote views and setting it does not affect local views. However, you can preset this property for local views that will be upsized.

See Also

Properties | CursorAdapter Object Properties, Methods, and Events | CURSORGETPROP( ) Function | CURSORSETPROP( ) Function

Applies To: CursorAdapter Class