CursorSource Property

Specifies the name of the table or view associated with a Cursor object. Read-only at design time; read/write at run time.

DataEnvironment.Cursor.CursorSource[ = cText]

Return Value

  • cText
    For views, specifies the name of the view in a database. For tables in a database, specifies the long table name. For free tables, specifies the full path to the free table.

Remarks

Applies To: Cursor Object

See Also

Reference

Database Property

CURSORGETPROP( ) Function

CURSORSETPROP( ) Function

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)