Dynamically changing the prompt attachment offset property - Forms 12c.
Hi all - I need to to change the prompt attachment offset property of an item at runtime.
I tried this:
set_item_property('b1.foo',Prompt_Attachment_Offset, 0);
Forms complains loudly at compile time with:
'identifier 'PROMPT_ATTACHMENT_OFFSET' must be declared.
What am I doing wrong?
Thanks! Shane.