![]() |
Sergey Kornilov admin 9/10/2012 |
I would suggest to check PHPRunner 6.1 where we have fixed similar issue. Let us know if this helps. |
R
|
rencenji.denes author 9/11/2012 |
Dear All! In PHPRunner 5.3 I set up a fieleld with lookup wizzard. Lookup type: List page with search. The source table contains accent hungarian words like: 'ÃrvÃztűrőtükörfúrógép'. When I use an accent letter for example 'Ã' or 'Ő' or 'ö' there is no result. But the 'Ã' letter transformed to 'ĂÂ'. When I reopen the search panel the bad 'ĂÂ' is displayed in the search field. And as I see the Database (oracle) got this sql. SELECT ID, WORDS, DATE, WORDS||' '|| to_char(DATE,'YYYY-MM-DD') as "dispField1" FROM X.WORDS_TABLE where 1=0 or upper(WORDS) like upper('%ĂÂ%') or DATE like '%ĂÂ%' ORDER BY 1 ASC; The search is woring well the list page and the problen does not occur just only the popup search. Any suggestion? (Page charset change not work) I think this is a Javascript problem. Where can I check the posted character or SQL? Thanx! BR: Dennis
|