Hi not sure if this is the right place I have been looking to use some of the new features of Forms 12c and started looking at the ability to change the mouse cursor for Items rather than application level to help convey extra information to the user. The command is relatively simple to implement.
SET_ITEM_PROPERTY (‘block1.displayItem1’, CURSOR_STYLE, 'HAND');
This works fine however one of the scenarios i was looking at was to change the cursor was based on information based on the instance within a multi-row block. Is this possible or is it something which may come in a later version of Forms?