Hidden (not visible, but usable) fields in jdbTable
- From: Mika Myllyvirta <mika.REMOVEmyllyvirtaTHE@xxxxxxxxxxxxxxxx>
- Date: Fri, 02 Dec 2005 13:01:38 GMT
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 .
- Follow-Ups:
- Prev by Date: Re: JDBC and outfile/infile
- Next by Date: Advice needed: Hibernate and MySQL?
- Previous by thread: Re: JDBC and outfile/infile
- Next by thread: Re: Hidden (not visible, but usable) fields in jdbTable
- Index(es):
Relevant Pages
|
|