I have an OCX being used in Visual Basic with no problems at all.
When I tried to use it in Forms, cannot do the same thing.
All I get from Oracle is
:item('block_name.item_name').ocx.server_name.property
but when I tried this
:item('my_control_name').ocx.ocx_control.property don't get anything but 'BAD BIND VARIABLE'.
Can somebody help me with this ?
Thanks a lot in advance.