Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Attach/Detach Question
Message
 
To
13/05/2005 17:33:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01014090
Message ID:
01014102
Views:
23
Ok, I got it now. Thanks!

>Kevin,
>
>>If I Detach a cursor from a CA, can I then later Attach it again
>>and issue TABLEUPDATE()?
>
>Works for me.
>
>>My testing shows that I cannot update changes, but I wanted to verify
>>that.
>
>You might need to be sure that the CursorAdapter you are attaching to is setup correctly with the properties needed for updating:
>
>SendUpdates = .T.
>Tables = table to update
>UpdatableFieldList = fields to potentially update
>UpdateNameList = cross-reference of cursor fields to table.fieldnames
>KeyFieldList = key field(s)
>
>Without those being set up correctly, you won't get an update to the backend.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform