How to show a tick in prompt of an item in oracle forms 12c?

222 Views Asked by At

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

There are 1 best solutions below

1
user6186249 On

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