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,