GeekArticles
Programming
DelphiVCL lost the focus when the exception raise inside event handle.
Author: qc.borland.com |
Published: 31st Jan 2008 |
Visited: 40 times |
Add CommentFiled in: DelphiQC#: 10849 Version: 9.0 Status: Awaiting Requested Information Resolution: Need more information/demo/steps Description: When the exception raise inside event handle of control, VCL form lost the focus after popup the exception dialog.
D7 and previous v
Read Article Sponsored Links
Related Articles
• Ajax Uncaught Exception Error When building an Ajax based website, one can encounter uncaught exception error while using Mozilla/Firefox.
Error: uncaught exception: Permission denied to call method
Even though everything appear to be fine except for this error, it could be that the Ajax based website will be working well fro ...
• How to Feed Data into the Avaya Event Processor Analyzing and acting on data on the fly is easy with the Avaya Event Processor. In our previous installment, Ty Anderson showed us how to build a simple Event Processing Language (EPL) application to get started. In part two, Ty shows us how to bring external information into the Event Processor Ser ...
• Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database
Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in...
...
• Performing XML Processing inside the Database Performing XML Processing inside the Database
When building XML-enabled applications on top of Oracle, there are many advantages to performing the XML processing inside the database when compared to performing it on the client. The key advantages to perform XML processing inside the database are as. ...
• About Commit and RAISE; Hi,
1) Could you please explain me why does not commit or savepoint or rollback
work when defined inside a trigger? Does it work inside an INSTEAD of trigger. Please explain.
2) Please explain me the functionality of raise, just "RAISE;" in ...