If i open an SQL Window and write a new entry in table View, Fields in Varchar2 are written in the wrong direction.
I write as Example:
in the Field now i see:
The Problems seems to be that in Varchar fields the cursor goes to first position permanent. You can place the cursor in a word and after you write a single Character it jumps directly back to the begining.
In NUMBER Fields the Problem is the same only the direction is oposit. It jumps to the end after writing a digit.
This only happens if my Mouse Cursor is in the SQL Window anywere.
I write as Example:
Code:
SELECT_VP_DATEN
in the Field now i see:
Code:
NETAD_PV_TCELES
The Problems seems to be that in Varchar fields the cursor goes to first position permanent. You can place the cursor in a word and after you write a single Character it jumps directly back to the begining.
In NUMBER Fields the Problem is the same only the direction is oposit. It jumps to the end after writing a digit.
This only happens if my Mouse Cursor is in the SQL Window anywere.