Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Get_View_Property SPLITTERBAR_POS with Coordinate System Inch

Hello:

In Forms 14 the new property SPLITTERBAR_POS returns the value x1000 if is configured Inch in Coordinate System.

I have this Coordinate System:

When I execute:

Set_View_Property('CANVAS_STACK1', SPLITTERBAR_POS, 2, 10);

Moves correctly the splitter, but then I execute:

Get_View_Property('CANVAS_STACK1', SPLITTERBAR_POS);

I'm expecting value 2, but it returns 2000.

With pixel coordinate system works perfectly.

Regards,

Comments
Post Details
Added on Apr 21 2025
10 comments
167 views