Da_Retina
03-25-02, 05:36
| Salute.. I have this problem.. I am using TrueDB Grid Pro 7...I am using the STORAGE MODE,that is, bound to an XArray object. In the BeforeDelete event handler I just set the cancel = TRUE and it just DELETES the record !!!!!!! Private Sub TDBGrid1_BeforeDelete(Cancel As Integer) Cancel = True End Sub WHAT IS WRONG? shouldnt it undo the DELETE?? why is it deleting the record?? THanks in Advance.. |