When migrated the application from Oracle forms 6i to Oracle forms 12c need to solve this code:
win_api_dialog.choose_font(FONT_NAME, FONT_SIZE, FONT_BOLD, FONT_ITALIC, True);
Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have created this one but need some updates! to get the values back and use them in oracle forms 12c.
Hi, you can look into “WebUtil”, because most of old features that available in “D2KUTIL” were converted to the web based utility by oracle. For more information about available functions in “WebUtil” and how to use them go to Oracle form builder online help from here
Also another option if any function not available in “WebUtil”, you would need to create your own Java Bean and use it inside your form.