What is the iconic button for in Oracle Forms?
How I can set graph in oracle form 10g Please send a solution?
I am using Oracle Report and Forms 10G and trying to call a report from Forms using the following code: DECLARE rep_url VARCHAR2(2000); BEGIN rep_url:=’/reports/rwservlet?’ ||’&report=C:Oracle DbDEPARTMENT_EMPLOYEES.jsp’ ||’&desformat=htmlcss&destype=cache’ ||’&userid=name/password@orcl’ ||’&PARAFORM=yes’; WEB.SHOW_DOCUMENT (rep_url, ‘_blank’); END; When the button is click, it does not open a the report’s parameter form, but a blank report page. I’ve also [...]
hi, i am using oracle form devloper 10g, i have a xmltype column in a table(oracle database), i am not able to access value of that xmltype in oracle form developer 10g. how to acces can anyone suggest?
Hi All, When I am opening the canvas in the form, I am getting “VGS-1501: <message not found>” error and after that if I am trying to run the form then the form is getting closed automatically. Can anyone please suggest the solution for this problem? Regards, Thahessen
How do I hide the id and password in a web.show_document command executed from an Oracle 10g form?
Where i can find IDE when i run a forms from a client pc by oracle 10 g developer suite ? please tell how can i run my form client pc ?
I installed oracle 10g personal edition and oracle developer 10g suit in same machine (windows xp sp 3). Every thing working fine, but when connecting forms to oracle database then error message appears Ora-12154 TNS: could not resolve the connect identifier specified. How to solve this problem. Thanks and regards, Hassan
what is the procedure or builtins used to generate a excel report from application server in oracle forms 10G.
We are testing our Oracle Forms application for 508 compliance and the following issue came up: The user cannot access the menu with the keyboard when StickyKeys is turned on. I have looked on the Accessibility site for Oracle Forms and it says that Oracle Forms should inherit all operating system accessibility functions. Since I’m [...]
I have installed Oracle database 10g and Oracle developer in same machine named “web1″. I am able to execute a form through web from the same machine as follows. http:\web1:8889formsfrmservlet but when i try to access this from another machine web 2. I am getting only a message “Oracle Application Services successsfully installed”.Not getting the [...]
WHat other parameters can be used with WEB.SHOW_DOCUMENT besides ‘_BLANK’?
WHich is the best option to use when developign forms for the web?
My users run forms in 10g in the web browser (IE v7). Sometimes when they navigate away from the browser to do something, or a form is runnign a long time, and then return to the browser, the area that had the form showing is now covered in grey. Question: 1- what causes that 2- [...]
how to remove default window1 in 10g forms?
im new in oracle forms and i want to enter the industry number and when i press the retrieve button, name and surname must display, can you help.
Can FXFMMMM/DD/RRRR date format be used inReports 10g and Forms 10g?
i have a form c that operates a report report1 by using the following code: declare repid REPORT_OBJECT; v_rep VARCHAR2(100); rep_status VARCHAR2(20); BEGIN repid := FIND_REPORT_OBJECT(‘REPORT1′); if :global.struc_code=51 then SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,’p_year=’||:yy||’ paramform=no’); SET_REPORT_OBJECT_PROPERTY(repid, REPORT_server, ‘rep_app_oracle_forms’); SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESFORMAT, ‘htmlcss’); v_rep := RUN_REPORT_OBJECT(repid); rep_status := REPORT_OBJECT_STATUS(v_rep); WHILE rep_status in (‘RUNNING’,'OPENING_REPORT’,'ENQUEUED’) LOOP rep_status [...]
Hi , I am currently working in form 10g and i m newbie to that technology… I want to debug my form and also check step step by values of variables which i defined.. Can u plese help me out to solve my problem…if any document available to step by step debugging… Thanks
I want to connect Oracle Forms 10g with Oracle 10g application server database.how can i do that??





