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);
Oraask Latest Questions
calling report from formbuilder 6.0 in menu to run in web server I took a error message : report failed with error message
How to repeat the same values to the next record from the previous record ?
I have item named (ON_HAND_QTY) and i want to do a certain action whenever the value changed in this item what i need something like this :old_value and :new_value or something similar to this logic.
hi all I am using oracle forms 10g and I have phone number item in my form. what I need that phone no if less than fixed length lets say 10 digit the form wan't accept user input as well as ...
BELOW IS THE CODE AM USING:Am getting the error:"There exist uncompiled objects in the report" declare v_rep varchar2(1000):='a'; v_rep_status varchar2(1000):='a'; v_url varchar2(1000):=''; rep_status VARCHAR2(100); repid REPORT_OBJECT; thelist paramlist; begin thelist := get_parameter_list('rep_paramlist'); if not id_null(thelist) then destroy_parameter_list(thelist); end if; thelist := CREATE_PARAMETER_LIST('rep_paramlist'); ADD_PARAMETER(thelist, 'PARAMFORM',TEXT_PARAMETER,'NO'); ADD_PARAMETER(thelist, ...
Hello,How can I load an image from the server and save it in the application on oracle forms, please?Thanks
I face this error when I try to call report from forms 11G which I'm using parameter list (my param) to pass parameters to report from forms please give me a solution for this error thanks in advance.
hello guys, please i want to remove blank line in list item. regards.