newbie question on javascript and text replacement [message #200002] |
Thu, 09 November 2006 11:33 |
Eclipse User |
|
|
|
I'm using jdbc to query a mysql 5.0 database and some of the fields in my
table contain values with periods in them. When my results come back, the
periods show up in the report as the copyright symbol. I am trying to
replace the copyright symbol with a period when the report is generated,
but I have been unsuccessful up to now. When I use phpmyadmin to look at
the data, it shows up as a period, so I think it may be something in mysql
connector/j 5.0 that's doing it.
My question is, how do I change the value of an element that is not a
dynamic text field before I display it? I am trying to do it in the
oncreate event handler. I was trying to use the replace(//, "") function
in javascript, but I can't get it to work. I'm very new to BIRT, so could
someone please point me in the right direction?
thanks
|
|
|
Powered by
FUDForum. Page generated in 0.02334 seconds