01.ORACLE FORMS ISSUES between 10g &11g
Recently we received new environments which are based on Oracle Forms 11g.
While comparing the new 11g environment and existing 10g environment, we found one issue.
We compiled 10g Forms with 11g compiler.
The behavior of mouse click event on text items is different.
In 10g, the entire text is selected, and when you start typing, the existing text will be wiped out and replaced by new input.
In 11g, the cursor is placed where you clicked (it becomes more like an insert mode instead of replace mode)
//thanks in advance.