Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CABuilder Mark McCassland please read - Updatable CA
Message
From
15/03/2004 23:45:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
CABuilder Mark McCassland please read - Updatable CA
Miscellaneous
Thread ID:
00886587
Message ID:
00886587
Views:
56
Hi Mark

Recently I had the need to finally update a table using your CA. The update code will delete some records and/or add some records.

Using the Raw untouched code generated from your CA, I get this snippet:


WITH THIS
.UpdatableFieldList = lcFieldList
.UpdateNameList = lcNameList
.ConversionFunc = lcFuncList
.KeyFieldList = ''
.CursorSchema = lcSchema
._BuildSelectCmd()
ENDWITH

Now it seems that the Cursor will not update without a keyfield list.

So to use the generated CA's as updatable CA's will I have to edit each ca and insert a keyfield in the code above or am I missing something?

Your urgent reply is much appreciated.

Thanks

Bernard
Next
Reply
Map
View

Click here to load this message in the networking platform