![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Sat, Sep 7 2013 10:44 PM | Permanent Link |
David Martin | How does one fill in the Database OnCommitError event handler? (I've always done such things using the Object Inspector, but Database is non-visual and I don't see it in the Object Inspector.) Thanks for any help.
DM |
Sat, Sep 7 2013 11:33 PM | Permanent Link |
Raul Globestar Systems ![]() | >David Martin wrote:
>How does one fill in the Database OnCommitError event handler? (I've always done such things using the Object >Inspector, but Database is non-visual and I don't see it in the Object Inspector.) Thanks for any help. One option - create a procedure with following signature (for example in your form) procedure myCommitError(Sender: TObject; const ErrorMsg: String); (and of course implement it as well) and then just assign it before you use the database database.OnCommitError := myCommitError; Raul |
This web page was last updated on Saturday, June 3, 2023 at 10:17 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |