Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting from a cursoradapter
Message
De
30/04/2004 04:08:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00898887
Message ID:
00899626
Vues:
18
Hi Borislav!

A co-worker of mine and I actually found a solution to this problem, and it appears to be a bug of the cursoradapter. Using ADO, the datasource should be an ADO Recordset, and if you do the following, deleting works as well:

this.datasource.properties("Unique Table").value = alltrim(this.tables)

It seems to me that this is something the cursoradapter was supposed to do automagically, and hence I would classify it as a BUG.

Note that you cannot set the property in the CursorFill method, as it will be reset to the empty string at the completion of this method (which further fuels my suspicion that this is indeed a bug in the CA).

Best regards,

Eyvind.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform