msegura Posted April 6, 2015 Posted April 6, 2015 Hello everyone, I'm trying to use the event OnExit in a dbGrid but it is not fired. Does anyone have this problem? Thank you very much. Quote
Sherzod Posted April 7, 2015 Posted April 7, 2015 Hi msegura, http://forums.unigui.com/index.php?/topic/4283-event-onexit-is-not-working/&do=findComment&comment=23049 http://forums.unigui.com/index.php?/topic/4283-event-onexit-is-not-working/&do=findComment&comment=23054 Best regards. Quote
Abaksoft Posted February 15, 2016 Posted February 15, 2016 For those who have difficulty : 1. Set uniDbgrid property RowEditor =True 2. Add an AfterPost event on your DataSet Begin YourDataSet.ApplyUpdates() End; Why ? Because :The UpplyUpdate RowEditor button trigers an AfterPost event. Regards... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.