DOC: SendUpdates also Applies to Cursors from Local ViewsID: Q140297 3.00 WINDOWS kbprg kbdocerr The information in this article applies to:
SUMMARYIn the Visual FoxPro Language Reference and in the Help file under CURSORSETPROP(), the SendUpdates property is described as follows:
In the Visual FoxPro Language Reference and in the Help file under
CURSORGETPROP(), the SendUpdates property is described as follows:
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.
This documentation error has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATIONA cursor created from a view must have its SendUpdates property set to true (.T.) if changes to the view are to update the source table. This is the case regardless of whether the view is from a native FoxPro table (a local view) or from a non-FoxPro table such as a Microsoft Access or SQL Server database (a remote view). KBCategory: kbprg kbdocerr KBSubcategory: FxotherDochelp Additional reference words: docerr 3.00 VFoxWin 5.00
|
Last Reviewed: November 2, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |