windows 7 (64 Bit) no tabs schown in Grid

Benjamin L

Member²
Is there a Option to show Tabs correct in the Grid under Windows 7?
When i try "SELECT '1' || CHR(9) || '1' FROM dual"
under windows 7 the output is '11' when i click on [...] the value is shown correct?

Actual PSD-8 Version.
 
The Problem is still existing, only the selected cell shows the Tab correctly:

Example:

SELECT '1' || CHR(9) || '1' FROM dual
UNION ALL
SELECT '1' || CHR(9) || '1' FROM dual
UNION ALL
SELECT '1' || CHR(9) || '1' FROM dual

Btw: i got this Problam with 32Bit, too.
 
Last edited:
I have another problem concernig to this: When i use "copy to excel"-function: chr(9)-characters are also not visible there.
I think this is based on the problem of the grid.

 
Back
Top