RH 10 Table editor

I am trying to create a standard table style using the table editor as part of my CSS:
the header row needs to be bold
it needs to have all borders, except the very first and last vertical borders.
I have spent most of the day struggling with the borders. At first I have getting double borders. I think there might be a bug in the table editor, because I get the borders perfect, but when I want to make row 1 bold, the borders disappear from row 1.
At last I got the borders 99% correct, except for one cell's border. The left side of the table is perfect. The right side of the table has a verticle border only on the first row, last column (see the image). I have copied the code from my stylesheet below. I don't understand why one rule would work for all rows, except row 1. Please help!
table.Table_Normal {
padding: 0px;
x-border-spacing: 0px;
x-row-pat-1: 1;
x-row-pat-1-name: t1Row;
x-row-pat-count: 2;
x-row-pat-2: 1;
x-row-pat-2-name: t2Row;
border-left-style: None;
border-left-width: 1px;
border-left-color: #a7a9ac;
border-top-style: Solid;
border-top-width: 1px;
border-top-color: #a7a9ac;
x-1st-row: 1;
x-1st-row-name: t1st;
x-last-col: 1;
x-last-col-name: last;
font-size: 9pt;
table.Table_Normal td {
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
table.Table_Normal tr.t1st td {
font-size: 9pt;
font-weight: bold;
border-right-style: Solid;
border-right-width: 1px;
border-right-color: #a7a9ac;
border-bottom-style: Solid;
border-bottom-width: 1px;
border-bottom-color: #a7a9ac;
table.Table_Normal tr.t1Row td {
font-size: 9pt;
border-right-style: Solid;
border-right-width: 1px;
border-right-color: #a7a9ac;
border-bottom-style: Solid;
border-bottom-width: 1px;
border-bottom-color: #a7a9ac;
table.Table_Normal tr.t2Row td {
font-size: 9pt;
border-right-style: Solid;
border-right-width: 1px;
border-right-color: #a7a9ac;
border-bottom-style: Solid;
border-bottom-width: 1px;
border-bottom-color: #a7a9ac;
table.Table_Normal tr.t1st td.last {
font-size: 9pt;
border-right-style: None;
border-right-width: 1px;
border-right-color: #a7a9ac;
table.Table_Normal tr.t1Row td.last {
font-size: 9pt;
border-right-style: None;
border-right-width: 1px;
border-right-color: #a7a9ac;
table.Table_Normal tr.t2Row td.last {
font-size: 9pt;
border-right-style: None;
border-right-width: 1px;
border-right-color: #a7a9ac;

Hi,
Sorry this took so long, but it ended up below a string of other things. Anyway, why it doesn't work is simple: The RoboHelp table editor does not consider the last cell of the first row to be part of the 'last column' definition. But here is some CSS that fixed it:
Replace your style for table.Table_Normal tr.t1st td.last with:
table.Table_Normal tr.t1st td:last-child {
          font-size: 9pt;
          border-right-style: None;
          border-right-width: 1px;
          border-right-color: #a7a9ac;
This will target only the last cell of the first row of your table.
Greet,
Willam

Similar Messages

  • 'Data Access Error' while trying to delete period using Table Editor in FDM

    Hi,
    I'm trying to delete a period that has been entered wrongly using Tools->Table Editor option.
    But when I try to 'Update Grid' after deleting the Period,I get 'Data Access Error'.
    Could any one let me know how to solve the error.
    Thanks in advance

    Hi Kelly,
    There is no data that is entered in that period.The data will be entered for that period next month.
    POV is also not set to that period,but still the problem persists.
    Thanks

  • How to populate table editor which has dropdown by index in a column

    Hi Experts,
    I have a table editor with 3 columns.
    Column 1. DD By Index - Subjects
    Column2: marks ( input field )
    column3: Result ( text view)
    On an action of button on top of the view, i am getting the data for column2 and 3 and populating the node but i am unable to populate the column 1 Dropdown by Index.
    My Node looks like this:
    Node_Parent
       Node_DD
          Subject_Text
       Marks
       Result
    When i get the internal table for Node_parent i am not getting Node_dd in that, so i am populating Marks and Result. binding it.
    again looping on lt_parent and binding the node_dd.
    it works fine when there is one row in lt_parent, its going for dump when its more than 2 records.
    What am i missing while binding the subnode Node_DD while looping?
    Any clue is highly appreciated.
    Note: I am not using Supply Function to populate the subnode.
    Ajay
    Edited by: ajay matam on Aug 1, 2011 12:40 PM

    Hi,
    Parent Node and Child node has cardinality 0 to N only.
    I am getting the child node of the parent.
    Lo_node_parent->get_child_node ( name = 'Node_dd' )
    i am trying to bind an internal table to Lo_node_parent but i am getting a dump with error
    "COMPONENTCONTRLLER.1.PARENT.2.NODE_DD.NODE_DD" does not exist.
    Binding works when there is one record in Parent node
    loop at lt_parent into ls_parent.
    binding the child node
    endloop.
    above thing works fine when there is one record, but when there are more than 1 record i am getting the above error.
    Ajay
    Edited by: ajay matam on Aug 1, 2011 1:40 PM

  • Date format in Table Editor

    I am using Oracle 8.1.7. I tried to set the date format by setting the NLS_DATE_FORMAT variable, but it worked for sqlplus only. How can I set it for the Enterprise Manager's Table Editor? Thanks

    I guess you have to change that parameter in init.ora file of the database. According to what I know you can not set that format in OEM.
    Joel P�rez

  • "File" tab in external table editor replaced by "Access Parameters"?

    Hi,
    I have a few external tables where the "File" tab in the external table editor is replaced by an "Access Parameters" tab.
    Does anybody know what may have caused this or how to repair it?
    Thanks,
    Ed

    Hi Ed
    I have had that happen many times but have not figured out the root cause. The fix I used was pretty basic. Delete the external table and redefine it.
    This has happened to me mostly when I move an external table definition from our TEST repository to PROD. It seems to lose the file definition it was originally attached to.
    Since my external tables look exactly like my flat file sources it takes only a few seconds to recreate the external table.
    I didn't spend any more time trying to figure out the 'why'.
    Good luck.
    -gary

  • 4.0EA1 Entering date values in table editor

    Hello out there,
    I don't know if that has been reported already. So I'm doing it again.
    I have a table containing a date column and set my NLS_DATE_FORMAT to 'DD.MM.YYYY HH24:MI:SS'.
    In version 3.2, I could enter date values just by giving a date without time e.g. 29.08.2013. In the table editor of version 4.0, I'm forced to enter 29.08.2013 00:00:00 otherwise the field is cleared after leving it by pressing TAB.
    Is there some new preference setting for that? I'm having another table where I want to enter date values with time though...
    If that matters, I'm using SQL*Developer 4.0.0.12.27 with JDK 7.0_17 64bit on OpenSuse Linux 12.3 and connecting to Oracle 12.1.0.1.0 on Solaris 10 Sparc64.
    As I'm writing the JDK version, could it be that a newer JDK solves that issue? I'll try that.
    Regards,
    dhale

    I'm thinking that it should assume all zeros for the time portion in this scenario, since that's how sqlplus (and, I believe, previous SQL Developer releases) handles it.  For example:
    SQL> alter session set nls_date_format='YYYY-MM-DD HH24:MI:SS';
    Session altered.
    SQL> select to_date('2013-09-10') from dual;
    TO_DATE('2013-09-10
    2013-09-10 00:00:00

  • Table editor row identification for an action on table row

    Hi Experts,
    I have a table editor with 5 columns and one of the column is a LinkToAction element.
    Now when i have multiple lines in this table, I want to know on action of click of the linktoaction of a particular row, i want the row number and its details.
    How can i know which row's action was clicked?
    Any clue is highly appreciated.
    Ajay

    Hi Ajay,
    If you want details of row which the link to action is clicked,
    you can get the corresponding context element in the event handler of the action for Link to Action.
    method ONACTION.
      DATA cont_ele TYPE REF TO IF_WD_CONTEXT_ELEMENT.
      cont_ele = wdevent->get_context_element( 'CONTEXT_ELEMENT' ).
    endmethod.
    In the above code, Cont_ele will have the reference to the context element corresponding to the
    link to action which was clicked.
    Cheers,
    Kris.

  • MS SQL Table Editor for OSX

    Would anyone know a inexpensive or free ms sql table editor out there for OS 10.4.11?
    I tried Aqua Datas Studio eval and it works great but is $400.00 and is a complete sql program. All I need is the table editor function.
    they have many on the pc but not on mac...
    Help

    Hello,
    I have a similar issue, about creating a table in oracle from an existing table in MS Server.
    I've tried the above solution.
    However, there are data type incompatibility issues - like timestamp datatype which is not valid in Oracle since the variable is declared as :
    BLOBLASTUPDATED TIMESTAMP(23) NULL
    Error: ORA-30088: datetime/interval precision is out of range
    which is due to '(23)'
    I actually have to replicate a table (which already exist in MS Server) in Oracle automatically using ODI as interface tool.
    Any advice would be of great help.
    Thanks.
    Rgds,
    Nishna
    Edited by: user12054478 on Sep 16, 2010 3:37 AM

  • Opening a tblxmi file in table editor

    Hi,
    I have an existing tblxmi file and I'm viewing it in WSAD 5.1. I wish to modify it to add two more columns but when I try to open it in table editor it says the file cannot be edited and cannot be opened in the java output folder. It is located under the ejbmodule\META-INF\SCHEMA folder.
    Can anyone help please?
    Regards,
    Aayush

    Graphics card is the problem.
    Trying to update drivers now.
    Thanks for your help
    john

  • Jdev 11.1.1.7 tr:table Editor?

    Is there a table editor for the tr:table in 11.1.1.7?  An example of what I'm describing can be seen in this video
    Table Total and Formating Oracle ADF Jdeveloper 11g R2 - YouTube

    The video shows the usage of an af:table and not a tr:table.
    What editor you are talking about?
    Timo

  • Serious problems with Table Editors - Urgent

    Hi to all. I have a table of doubles that I wish to implement a table editor so that I can detect when the user inserts some incorrect number and display a convenient warning message.
    Here is my code for my Editor (TableGasEditor). I have tried to follow the code of the tutorial How to use JTables:
    import javax.swing.AbstractAction;
    import javax.swing.DefaultCellEditor;
    import javax.swing.JFormattedTextField;
    import javax.swing.JOptionPane;
    import javax.swing.JTable;
    import javax.swing.JTextField;
    import javax.swing.KeyStroke;
    import javax.swing.SwingUtilities;
    import java.awt.event.ActionEvent;
    import java.awt.event.KeyEvent;
    import java.awt.Component;
    import java.awt.Toolkit;
    import java.text.NumberFormat;
    import java.text.ParseException;
    import javax.swing.text.DefaultFormatterFactory;
    import javax.swing.text.NumberFormatter;
    public class TableGasEditor extends DefaultCellEditor {
    JFormattedTextField ftf;
    NumberFormat doubleFormat;
    private Double minimum=new Double(0);
    final int DECIMAL_MAX = 3;
    public TableGasEditor(int min) {
    super(new JFormattedTextField());
    ftf = (JFormattedTextField)getComponent();
    minimum = new Double(min);
    doubleFormat = NumberFormat.getNumberInstance();
    doubleFormat.setMaximumFractionDigits(DECIMAL_MAX);
    NumberFormatter intFormatter = new NumberFormatter(doubleFormat);
    intFormatter.setFormat(doubleFormat);
    intFormatter.setMinimum(minimum);
    ftf.setFormatterFactory(new DefaultFormatterFactory(intFormatter));
    ftf.setValue(minimum);
    ftf.setHorizontalAlignment(JTextField.TRAILING);
    ftf.setFocusLostBehavior(JFormattedTextField.PERSIST);
    ftf.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0), "check");
    ftf.getActionMap().put("check", new AbstractAction() {
    public void actionPerformed(ActionEvent e) {
    if (!ftf.isEditValid()) {
    if (userSaysRevert())
    ftf.postActionEvent();
    else try {            
    ftf.commitEdit();
    ftf.postActionEvent();
    } catch (java.text.ParseException exc) { }
    public Component getTableCellEditorComponent(JTable table,
    Object value, boolean isSelected,
    int row, int column) {
    JFormattedTextField ftf =
    (JFormattedTextField)super.getTableCellEditorComponent(
    table, value, isSelected, row, column);
    ftf.setValue(value);
    return ftf;
    public Object getCellEditorValue() {
    JFormattedTextField ftf = (JFormattedTextField)getComponent();
    Object o = ftf.getValue();
    if (o instanceof Double)
    return o;
    else if (o instanceof Number) {
    return new Double(((Number)o).doubleValue());
    } else {
    try {
    return doubleFormat.parseObject(o.toString());
    } catch (ParseException exc) {
    System.err.println("getCellEditorValue: can't parse o: " + o);
    return null;
    public boolean stopCellEditing() {
    JFormattedTextField ftf = (JFormattedTextField)getComponent();
    if (ftf.isEditValid()) {
    try {
    ftf.commitEdit();
    } catch (java.text.ParseException exc) { }
    } else {
    if (!userSaysRevert()) {
         return false;
    return super.stopCellEditing();
    protected boolean userSaysRevert() {
    Toolkit.getDefaultToolkit().beep();
    ftf.selectAll();
    Object[] options = {"Edit",
    "Revert"};
    int answer = JOptionPane.showOptionDialog(
    SwingUtilities.getWindowAncestor(ftf),
    "The value must be a number bigger than "
    + minimum + ". "
    + "You can either continue editing "
    + "or revert to the last valid value.",
    "Invalid Text Entered",
    JOptionPane.YES_NO_OPTION,
    JOptionPane.ERROR_MESSAGE,
    null,
    options,
    options[1]);
    if (answer == 1) { //Revert!
    ftf.setValue(ftf.getValue());
         return true;
         return false;
    And this is the code that I use to set this editor as my table's editor:
    gasTable.setDefaultEditor(Double.class,new TableGasEditor(0));
    The problem is that if I insert a value like:
    15a.15
    the editor acepts the value as it was valid, but it appears only until the valid part of the number. In this example, it only appears this:
    15
    What I intended was the same behaviour it has when I insert a value like this:
    aa15
    The Editor launches the Dialog with the message warning.
    Any idea of what I'm doing wrong, and how can I resolve it?
    I think it might have something to do with the Numberformat, but in spite of having already read the documentation I still didn't figure it out what I was doing wrong....
    Any help would VERY helpfull, since I'm completely stuck in this and have a deadline for tomorrow!:(
    Thanks.
    Fenryl

    Hi there,
    I dont have enough time to test your code, but I see the following errors:
    If the input is not a number, you parse it by:
    doubleFormat.parseObject(o.toString());
    1/ I dont see parseObject(String). I only see parseObject(String source,
    ParsePosition pos)
    Let's assume you use parse(String), then what you got is correct. From API, parse(String)
    "Parses text from the beginning of the given string to produce a number". So if the input is 15a.15, it's normal you get 15 as a result. You only got the exception if "the beginning of the specified string cannot be parsed." which is not the case here, but it is the case as the input is aa15
    2/ I think you dont need to use NumberFormat here. How about using Double.parseDouble(String) ?
    Hope this helps,

  • FDM11 Table Editor

    Hi
    I am not able to find table editor in FDM11 which was available in FDM931.How can i see FDM table data now
    Is this some installation config issue??Pls reply

    The table editor was identified as a potential security & SOX compliance risk. Moreover, direct manipulation within the tables potentially compromises the stability of the application.
    You can view tables through the reports module.
    I strongly advise against direct manipulation of data via a table editor (ex: SQL Manager, Toad, etc).

  • HFM table editor

    Hi experts,
    I am looking at HFM application and I dont find table editor tool . It not in webclient and in desktop client.
    Any news
    Mike

    Hi Mike,
    1. You need to post HFM related in the following place
    Financial Consolidation
    2. There is nothing like HFM table editor tool, you have FDM table editor tool though, and It has been discontinued from 11X version.'
    3. For FDM queries, you got to post at
    Financial Data Management
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Custom Table Editor: values are not populated to the model

    H,
    I wrote a custom table renderer which uses JComboBox + editor, which seem to work (after editing, the displayed cell reflects the change) but after editing the table manually, the model is not altered when i call table.getModel();
    The editor part is as simple as
      class MPComboBoxEditor extends DefaultCellEditor {
            private final JComboBox box;
            public MPComboBoxEditor(JComboBox b) {
                super(b);
                this.box = b;
        }The renderer:
    public class CellRendererWithMPComboBox extends JLabel implements TableCellRenderer {
        private final Context c;
        private final JTable table;
        private DefaultTableCellRenderer rend = new DefaultTableCellRenderer();
        private JLabel label = new JLabel();
        public CellRendererWithMPComboBox(Context c, JTable table) {
            super();
            this.c = c;
            this.table = table;
         * Set this renderer to the given column
         * @param column
        public void setRendererTo(int column) {
            TableColumn col = table.getColumnModel().getColumn(column);
            col.setCellEditor(new JComboBoxEditor(JComboBox(<some values>)));
            col.setCellRenderer(this);
        @Override
        public Component getTableCellRendererComponent(JTable table, Object value,
                boolean isSelected, boolean hasFocus, int row, int column) {
            if (hasFocus && isSelected) {
                if (isSelected) {
                    setForeground(table.getSelectionForeground());
                    super.setBackground(table.getSelectionBackground());
                } else {
                    setForeground(table.getForeground());
                    setBackground(table.getBackground());
                 label.setText((value == null) ? "" : value.toString());
                return label;
            } else {
                label.setText((value == null) ? "" : value.toString());
                return label;
        }the model simply extends DeafultTableModel to get formatted numbers.
        @Override
        @SuppressWarnings("unchecked")
        public Object getValueAt(int row, int column) {
            Object o = super.getValueAt(row, column);
            Class t = getColumnClass(column);
            if (!t.getName().equals("java.lang.Object")) {
                if (o != null && (t.isAssignableFrom(Double.class) ||
                        t.isAssignableFrom(double.class) ||
                        t.isAssignableFrom(float.class) ||
                        t.isAssignableFrom(Float.class))) {
                    return FormatNumber.formatDezimal(Double.valueOf(o.toString()));
                } else {
                    return o;
            } else {
                return o;
        }Do i need to override some setValueAt method in the editor/renderer or something?
    Thanks one more time!
    Regards,
    Andreas

    I don't see any getModel() in your code extract. If the renderer renders it right after edition, then the value is probably correct in the model.
    Also, remember [this thread|http://forums.sun.com/thread.jspa?threadID=5396048], where it appeared you were not clear about which model you were looking at.
    Do i need to override some setValueAt method in the editor/renderer or something?No. But have you overridden the model's setValueAt?
    Edited by: jduprez on Jul 15, 2009 4:56 PM

  • SQL Developer table editor does not show anything (no columns, no data,...)

    Hi, I upgraded SQL developer yesterday to the latest version. Now I don't see anything any more in the datagrid, columns, constraints, etc ...
    Connection is OK, in the explorer (to the left) I see tables and columns, in the datagrid (table properties) I don't see anything.
    Here is the contents of the about box
    Many thanks
    About
    Oracle SQL Developer 2.1.1.64
    Version 2.1.1.64
    Build MAIN-64.45
    Copyright © 2005,2009 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.2.36.55.30
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.64.45
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_20
    Oracle IDE     2.1.1.64.45
    Versioning Support     2.1.1.64.45
    Properties
    Name     Value
    ====     =====
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     8627304444140
    ide.build     MAIN-64.45
    ide.conf     C:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     C:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     true
    ide.java.minversion     1.6.0_04
    ide.launcherProcessId     5928
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     C:\Users\johkene\AppData\Roaming\SQL Developer
    ide.pref.dir.base     C:\Users\johkene\AppData\Roaming
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     C:\sqldeveloper\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     C:\sqldeveloper\sqldeveloper.exe
    ide.startingcwd     C:\sqldeveloper
    ide.user.dir     C:\Users\johkene\AppData\Roaming\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     C:\Users\johkene\Documents\SQL Developer
    ide.work.dir.base     C:\Users\johkene\Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     C:\Program Files\Java\jdk1.6.0_20\jre\lib\endorsed
    java.ext.dirs     C:\Program Files\Java\jdk1.6.0_20\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home     C:\Program Files\Java\jdk1.6.0_20\jre
    java.io.tmpdir     C:\Users\johkene\AppData\Local\Temp\
    java.library.path     C:\sqldeveloper;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Gemplus\GemSafe Libraries\BIN;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Sybase\DLL;C:\Sybase\BIN;C:\Program Files\Sybase\Shared\PowerBuilder\;C:\Program Files\Java\jdk1.6.0_12\bin;C:\apache-maven-2.0.10\bin;C:\Program Files\Liquid Technologies\Liquid XML Studio 2009\XmlDataBinder7\Redist7\cpp\win32\bin;C:\PROGRA~1\ATT\Graphviz\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Belgium Identity Card;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\Research In Motion\BlackBerry Theme Studio 5.0\bin;C:\Program Files\CVSNT\
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_20-b02
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_20
    java.vm.info     mixed mode, sharing
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     16.3-b01
    jdbc.library     /C:/sqldeveloper/jdbc/lib/ojdbc5.jar
    line.separator     \r\n
    oracle.home     C:\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.jdbc.Trace     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /C:/sqldeveloper/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows Vista
    os.version     6.0
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sqldev.debug     false
    sun.arch.data.model     32
    sun.boot.class.path     C:\Program Files\Java\jdk1.6.0_20\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_20\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_20\jre\classes
    sun.boot.library.path     C:\Program Files\Java\jdk1.6.0_20\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 2
    svnkit.sax.useDefault     true
    user.country     BE
    user.dir     C:\sqldeveloper\sqldeveloper\bin
    user.home     C:\Users\johkene
    user.language     nl
    user.name     JOHKENE
    user.timezone     Europe/Paris
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.2.36.55.30     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.2.36.55.30     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.2.36.55.30     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.2.36.55.30     Loaded
    Database UI     oracle.ide.db     11.1.1.2.36.55.30     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.2.36.55.30     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.2.36.55.30     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.2.36.55.30     Loaded
    File Support     oracle.ide.files     11.1.1.2.36.55.30     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.64.45     Loaded
    Help System     oracle.ide.help     11.1.1.2.36.55.30     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.2.36.55.30     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.2.36.55.30     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.2.36.55.30     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.2.36.55.30     Loaded
    Log Window     oracle.ide.log     11.1.1.2.36.55.30     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.2.36.55.30     Loaded
    Navigator     oracle.ide.navigator     11.1.1.2.36.55.30     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.2.36.55.30     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.64.45     Loaded
    Oracle Data Modeler Reports     oracle.sqldeveloper.datamodeler_reports     11.1.1.64.45     Loaded
    Oracle Database Browser     oracle.sqldeveloper.thirdparty.browsers     11.1.1.64.45     Loaded
    Oracle IDE     oracle.ide     11.1.1.2.36.55.30     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.64.45     Loaded
    Oracle SQL Developer Data Modeler Viewer     oracle.datamodeler     2.0.0.584     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     1.1.1.64.45     Loaded
    Oracle SQL Developer Migrations     oracle.sqldeveloper.migration     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Antlr3 Translation Core     oracle.sqldeveloper.migration.translation.core_antlr3     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - DB2     oracle.sqldeveloper.migration.db2     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Microsoft Access     oracle.sqldeveloper.migration.msaccess     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - MySQL     oracle.sqldeveloper.migration.mysql     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - SQLServer     oracle.sqldeveloper.migration.sqlserver     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Sybase     oracle.sqldeveloper.migration.sybase     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Teradata     oracle.sqldeveloper.migration.teradata     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation Db2     oracle.sqldeveloper.migration.translation.db2     11.1.1.64.45     Loaded
    Oracle SQL Developer Migrations - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.64.45     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.64.45     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.64.45     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     2.0.0.64.45     Loaded
    Oracle SQL Developer Unit Test     oracle.sqldeveloper.unit_test     11.1.1.64.45     Loaded
    Oracle SQL Developer Worksheet     oracle.sqldeveloper.worksheet     11.1.1.64.45     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.64.45     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.2.36.55.30     Loaded
    Peek     oracle.ide.peek     11.1.1.2.36.55.30     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.2.36.55.30     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.2.36.55.30     Loaded
    Replace With     oracle.ide.replace     11.1.1.2.36.55.30     Loaded
    Runner     oracle.ide.runner     11.1.1.2.36.55.30     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.64.45     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.64.45     Loaded
    Tuning     oracle.sqldeveloper.tuning     11.1.1.64.45     Loaded
    User Extensions Support     oracle.sqldeveloper.userextensions     11.1.1.64.45     Loaded
    VHV     oracle.ide.vhv     11.1.1.2.36.55.30     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.2.36.55.30     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.2.36.55.30     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.2.36.55.30     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.2.36.55.30     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.2.36.55.30     Loaded

    Yes this was clean directory (I reinstalled twice already). I'm using Oracle Database 10g express edition and also Oracle 10g Standard Edition (same problem for both databases).
    In the messages log I get:
    oracle.dbtools.raptor.oviewer.table.GridDataEditor java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    ... and then each time I switch table:
    oracle.ide.model.IdeSubject Exception while updating observer[8]: Editor5

Maybe you are looking for

  • EXTERNAL microphone not working on T61, Colleagues with T61s having same problem

    I am unable to get any external micophone to work with my T61.  A colleague of mine spent hours with Lenovo support trying to get his to work but was never able to.  The internal microphone works but the quality is low.  I have tried several external

  • Startup disk full

    For the past weeks I've been getting warnings that my startup disk is almost full. I've cleared out all my pictures in iPhoto and everything else I never used. I just recently uploaded another 100 pictures or so onto iPhoto that I"m now trying to bur

  • Event container

    Hi , I am just learning how to trigger workflow from scratch. I have created a business object with key field matnr. I have also entered the event in SWEC. Now coming to the triggering part ...in PFTC , I am looking to trigger event based on the chan

  • "Diagnostic Policy Service"

    My Diagnostic Policy Service will not stay on. I have gone into "Services;"Diag Service Host and D S Host Properties and have gotten Error:5 Access Denied...Unable to open WdiServiceHost.Paula

  • Lenovo and DOA

    Hi, I would like to understand why if you have a problem to a brand new laptop after 8-9 days on keyboard (bad assembly) you have to wait 15-20 days to repair it because you do not cover keyboard - memory and hard drive. Another question that I have