Re: Hidden (not visible, but usable) fields in jdbTable



Mika Myllyvirta wrote:
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
Try Google on groups for hide a column in Jtable

There are a lot of responses out there already.


--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________


'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor,  Regular Guy (1952-)
.



Relevant Pages

  • 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)