0

I am working on oracle form 12c, an item is created, the prompt of the item is a tick. Here is the property of the item:

Prompt: P Prompt font name: Wingdings 2

It displayed a tick correctly in design time, but ”P” in runtime. How to show a tick in prompt for the item?

Many thanks

1 Answers1

0

Set_item_property(‘block.item’, Prompt_text, chr(15696828));

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – MD. RAKIB HASAN Jun 06 '22 at 11:57