Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 4 of 4 total |
AfterCommit question |
Wed, Aug 21 2013 5:10 AM | Permanent Link |
Uli Becker | I use the AfterCommit notify event to refresh a dataset after the user
has changed a record. Since I want to call different procedures depending on which dataset has been updated: how do I do that? I tried to read the "sender" object, but it always returns "undefined". Thanks Uli |
Wed, Aug 21 2013 6:59 AM | Permanent Link |
Walter Matte Tactical Business Corporation | I've been setting a Flag when calling Commit and testing in in the AfterCommit... not elegant... so I would be interested too. Walter |
Wed, Aug 21 2013 7:51 AM | Permanent Link |
Uli Becker | Walter,
at least a workaround Thanks. Uli |
Fri, Aug 23 2013 9:14 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Uli,
<< I use the AfterCommit notify event to refresh a dataset after the user has changed a record. Since I want to call different procedures depending on which dataset has been updated: how do I do that? >> AfterCommit is database-wide, so there really is no way to determine which dataset was involved, at least not without adding another event. << I tried to read the "sender" object, but it always returns "undefined". >> Sender should always be the global TDatabase instance for AfterCommit. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Monday, December 9, 2024 at 02:00 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |