Links are not active on this page.
 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.

NoteNote

Setting FetchMemo 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]

Expand imageReturn Value

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.

Expand imageRemarks

Applies To: CursorAdapter Class

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.

Expand imageSee Also