 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Robert Guest
|
Posted: Tue Jul 15, 2003 5:09 pm Post subject: How to change jtable view in jbuilder |
|
|
Hi all,
I am a new in jbuilder in designing simple database applications,
and this time I am try to use dbswing to design the UI. My questions
are that how to redesign jtable view to let it show only ONE record in
one page and view is friendly. Jtable usually just showing record in
one line. I want to change its view because I got 50+ column in the
table.
Thanks advanced!
Rob
|
|
| Back to top |
|
 |
mario Guest
|
Posted: Tue Feb 07, 2006 3:02 pm Post subject: Re: displaymask for float |
|
|
I had the same problem. You changed deafult data type and it's right,
but you have to also set or change parameter sqlType, for double value must
be 8 .
Mariusz
Użytkownik "tom" <zhangx (AT) gaia (DOT) ecs.csus.edu> napisał w wiadomości
news:43bacfd6 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi,
I have a jdbtable that allows user to edit numerical values,but Jbuilder
rounded to the nearest integer values.
For example database table value 5.80 and jdbtable displays as 6.0. I
also
tried to change the default data type from BIGDECIMAL to FLOAT. It gave
me
the correct
data values, but I CAN NOT save the changed values back to database due to
wrong data type.
How would I format the displaymask to display the exact value from the
database table?
Here's my table layout.
id not null number,
value1 number,
value2 number,
value3 number,
value4 numaber,
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|