Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter Attach/Detach Question
Message
 
À
13/05/2005 17:33:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01014090
Message ID:
01014102
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform