My Oracle Support Banner

How to change the Direction property of a block level to Right to Left using JDAPI (Doc ID 271565.1)

Last updated on OCTOBER 09, 2023

Applies to:

Oracle Forms - Version 9.0.4 and later
Information in this document applies to any platform.

Goal

Oracle Forms - Version: 9.0.2.7 to 9.0.2.12

The following code example shows how to build a simple Java program(JDAPI) that will 
quickly change the Direction property of a block level to"Right to Left."
We can change different Language Direction of a block property by using method setLanguageDirection(int value) 

LanguageDirection Value
Default 0
Left To Right 1
Right to Left 2

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.