Hidden (not visible, but usable) fields in jdbTable



Hi,

I am using jdbTables which shows data from a database. I need to have some fields in the jdbTable for calculation (read: painting the rows with different colors), but they should not be visible to user. I have tried columnX.setWidth(0) and columnX.setHidden(True). These don't work for me. Also tried not to specify column in the table for these fields, but the columns in the TableDataSet became visible in table afterall.

Is it possible to have columns in jdbTable that I can get the value from the TableDataSetX.getXxx(x), but that they are not visible to user?

Cheers,
/mika
.



Relevant Pages

  • Re: Hidden (not visible, but usable) fields in jdbTable
    ... I am using jdbTables which shows data from a database. ... I need to have some fields in the jdbTable for calculation (read: painting the rows with different colors), but they should not be visible to user. ...
    (comp.lang.java.databases)
  • Re: Hidden (not visible, but usable) fields in jdbTable
    ... I am using jdbTables which shows data from a database. ... I need to have some fields in the jdbTable for calculation (read: painting the rows with different colors), but they should not be visible to user. ...
    (comp.lang.java.databases)