Need info on Cursorsetprop()

Hi,.

I have a small doubt regarding cursorsetprop()...Tableupdate().

Here is a sample code:

=CURSORSETPROP("UpdatableFieldList", lcControlSource)
=CURSORSETPROP("UpdateNameList", lcNames)

IF TABLEUPDATE(.F.,.T.)
.
.
.
ENDIF

What happens if the lcNames (columns) are not present in the table we
are updating?

Please reply as early as possible.

Thanks in advance,

Raghu
[568 byte] By [Raghu_V] at [2008-1-3]
# 1
I tried with CursorAdapter class and got an error right away on CursorFill method.
NaomiNosonovsky at 2007-9-25 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 2
So, you mean to say that we will get an error if we do not have the columns in the table.
Raghu_V at 2007-9-25 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 3
They should be. It is the updatenamelist. Otherwise it is no different than you are trying to update nonexistant fields.
CetinBasoz at 2007-9-25 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 4
Yes.
NaomiNosonovsky at 2007-9-25 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 5
Thanks guys. I appreciate your answers. Thanks for your time.
Raghu_V at 2007-9-25 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...