Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display a Windows FONT dialog box

Scott MorrowMay 14 2021

In Forms 6i, we had a D2KWUtil library to display and use a Windows font dialog. You could call the standard Windows font chooser and return the selected results to the Oracle form.
In Forms 12C, moving to the WebUtil library, there is no replacement for the ability to display a font dialog box. (We need this because we have a screen that our users may customize column widths, font sizes, font colors, etc. A hook to the existing Windows font picker made sense. I can't see any simple way to do it in Forms 12C.
I'm not a Java guy - Is there possibly a java library or something else I cn make use of to re-enable our font picker dialog? (I'd rather avoid having to build/code my own if possible.) Any suggestions appreciated.

Comments

user9375843

I'd have thought it would be ifort not producing symbolic information in dbx compatible format (or otherwise missing some metadata). Does IDB (the intel debugger) work?

1 - 1

Post Details

Added on May 14 2021
5 comments
206 views