Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter Issue
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00890055
Message ID:
00890123
Vues:
32
>I was able to reproduce it. I just sent an email to aleksey_v@attbi.com.
>


Hi Jayesh,

Thank you for the good repro code.

CursorAdapter is at fault here. To workaround the problem, execute empty command in AfterInsert/AfterUpdate/AfterDelete event handler.

Ex:

PROCEDURE AfterUpdate
LPARAMETERS cFldState, lForce, nUpdateType, UpdateInsertCmd, DeleteCmd, lResult
SQLEXEC(this.DataSource,"")
ENDPROC

Thanks,
Aleksey.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform