Article ID: 140297
Article Last Modified on 10/15/2003
SendUpdates .T. - Specifies that a SQL update query is sent to update
remote tables.
.F. - Specifies that a SQL update query is not sent to update
remote tables.
In the Visual FoxPro Language Reference and in the Help file under
CURSORGETPROP(), the SendUpdates property is described as follows:
SendUpdates L Contains true (.T.) if a SQL update query is sent
to update remote tables; otherwise, contains false
(.F.) (the default).
Read-Write.
Although these imply that this property is only valid for cursors from
remote views, this property also applies to cursors that are created from
local views.
Additional query words: docerr VFoxWin 5.00
Keywords: kbdocfix KB140297