GeekArticles
Programming
DelphiScroll caret into view after block completion (esp. TRY... FINALLY)
Author: qc.borland.com |
Published: 15th Mar 2008 |
Visited: 63 times |
Add CommentFiled in: DelphiQC#: 59366 Version: 11.2 Status: Open defect, requires resolution Description: When you open a TRY block, then go a few lines down and press Enter, the Block Completion adds the corresponding FINALLY...END part and sets the caret in there. So far so goo
Read Article Sponsored Links
Related Articles
• Adrian Holovaty, "EveryBlock: A News Feed for Your Block" O'Reilly Video Building on its influential predecessor chicagocrime.org, EveryBlock takes the local-data mashup to new levels. Founder and hacker Adrian Holovaty talks about the philosophy and technology behind EveryBlock, the untapped potential of address-specific news, open data, and life aft ...
• Update base on join view fails with ora 1779 Hi,
Here is the problem
update (select t1.* from T1,T2 where t1.col=T2.col) t
set col4='toto'
ora-1779
even if i try /*+bypass_ujvc*/ in my update
update /*+bypass_ujvc*/ (select t1.* from T1,T2 where t1.col=T2.col) t
set col4='toto' ...
• Number of rows/block limitation Tom,
Does Oracle have a "max number of rows per block" limit such as DB2's 255 row limit? I cannot find this explicitly in any of the documentation (I have looked). I'm asking this supposing that x number of rows would actually fit in a block, pc ...
• Scroll Window A scroll window that surpasses the 16-bit limit and can be hosted by a dia ...
• The Importance of Model-View Separation
In this interview with Artima, Terence Parr, creator of the StringTemplate template engine as well as the ANTLR parser generator, talks about the importance of separating business logic and presentation.
...