"Marlett" font conversion to forms10g [message #322021] |
Thu, 22 May 2008 03:36 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Asma123
Messages: 19 Registered: November 2007
|
Junior Member |
|
|
We have a block, displaying multiple records. According to our requirement, we need list of values against some records and do not need them against some (depending upon the data). For this purpose, we used a text item and assigned "Marlett" font to it. When we write number '7' in this font, a list type symbol is displayed. So we assigned number '7' to this text item wherever we need LOV (using set_item_instance_property). Otherwise the text field remains empty. Now the problem is that after conversion from 6i to 10g, instead of symbol, number 7 is displayed. Forms10g is not interpreting this font. We cannot use a button because of restrictions of set_item_instance_property. Can anyone please suggest something about it.
Regards
Asma
|
|
|
Re: "Marlett" font conversion to forms10g [message #322705 is a reply to message #322021] |
Mon, 26 May 2008 00:26 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Asma123 wrote on Thu, 22 May 2008 18:36 | We cannot use a button because of restrictions of set_item_instance_property.
|
Have you considered having the buttons as separate items on another block and turning them 'on' and 'off' individually?
Alternatively, always have the button, but between it and the item have another 'item' whose 'visual attribute' your change using 'set_item_instance_property'. Typically, it is 'empty' but has different background colours.
David
|
|
|