UpdatableFieldList Property

Specifies a comma-delimited list of fields in the view and includes fields from the cursor. When working with this property for regular cursors, use the CURSORSETPROP( ) and CURSORGETPROP( ) functions. Read/write.

Note

You must include a list of field names for updates to work when using automatic updating.

Note

Setting UpdatableFieldList 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.UpdatableFieldList [= cList]

Return Value

  • cList
    Character data type. The cList parameter specifies a comma-delimited list of fields in the view and includes fields from the cursor.

Remarks

Applies To: CursorAdapter Class

See Also

Reference

CursorAdapter Object Properties, Methods, and Events

CURSORGETPROP( ) Function

CURSORSETPROP( ) Function

Other Resources

Properties (Visual FoxPro)