Home » Developer & Programmer » Forms » Forms 11g, Arabic and numbers (FMW Forms 11gR2, Oracle DB 11gR2)
|
|
Re: Forms 11g, Arabic and numbers [message #609374 is a reply to message #609339] |
Thu, 06 March 2014 03:03   |
Amine
Messages: 376 Registered: March 2010
|
Senior Member |

|
|
Hi Thomas.
All the data is stored in a single column as a varchar2.
Say we have a table
create table test
(
my_address varchar2(100)
)
/
insert into test values ('13 شارع السلام');
This problem occurs only in Forms. Numbers in Reports are displayed as we want that is in western arabic numeral (1,2,3...)
[Updated on: Thu, 06 March 2014 03:05] Report message to a moderator
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Thu Apr 17 08:22:27 CDT 2025
|