Oracle Forms 10g Questions


Oracle Forms
What is the iconic button for in Oracle Forms?

Answer Question   |  April 24, 2013  5:43 AM
Oracle Forms, Oracle Forms 10g
asked by:
5 pts.

Set Graph in Oracle 10g
How I can set graph in oracle form 10g Please send a solution?

Answer Question   |  June 6, 2012  9:39 AM
Oracle 10g, Oracle Forms 10g
asked by:
15 pts.

Problems calling report using WEB.SHOW_DOCUMENT
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 [...]

Answer Question   |  October 14, 2011  2:02 AM
Oracle Application Server, Oracle developers, Oracle Forms, Oracle Forms 10g, Oracle Reports
asked by:
5 pts.

XML type in Oracle Form Developer 10g
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?

Answer Question   |  June 7, 2011  11:48 AM
Oracle Developer, Oracle Developer 10g, Oracle Forms, Oracle Forms 10g, XML, XML development
asked by:
55 pts.

Error while opening the canvas in the form module
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

Answer Question   |  November 8, 2011  6:37 AM
Oracle 10g error messages, Oracle Forms 10g, Oracle Forms Canvas
asked by:
15 pts.

Hide ID and Password in web.show_document
How do I hide the id and password in a web.show_document command executed from an Oracle 10g form?

Answer Question   |  March 21, 2011  8:39 PM
Oracle 10g, Oracle 10g administration, Oracle 10g forms, Oracle Forms 10g, Web.Show_Document
asked by:
10 pts.

Where I can find IDE when I run a forms from a client pc by Oracle 10g developer suite
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 ?

Answer Question   |  March 10, 2011  10:00 AM
Oracle Developer, Oracle Developer 10g, Oracle Forms 10g
asked by:
20 pts.

How to Connect Oracle Forms to Oracle Database
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

Answer Question   |  June 6, 2012  1:12 PM
Oracle 10g, Oracle 10g connectivity, Oracle Developer 10g, Oracle Developer Suite, Oracle Forms 10g
asked by:
Zt
5 pts.

Microsoft Excel report generation from Oracle Forms 10g
what is the procedure or builtins used to generate a excel report from application server in oracle forms 10G.

Answer Question   |  February 14, 2011  2:00 PM
excel, Excel Forms, Oracle Enterprise Edition, Oracle Forms 10g
asked by:
5 pts.

JInitiator and StickyKeys
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 [...]

Answer Question   |  November 9, 2012  4:58 PM
Jinitiator, Oracle Forms, Oracle Forms 10g, Oracle Jinitiator
asked by:
15 pts.

Not able to access Oracle forms 10g from client through web.
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 [...]

Answer Question   |  March 10, 2011  4:12 PM
Oracle 10g administration, Oracle Database 10g, Oracle Developer 10g, Oracle Forms 10g
asked by:
15 pts.

Oracle 10g – WEB.SHOW_DOCUMENT parameters
WHat other parameters can be used with WEB.SHOW_DOCUMENT besides ‘_BLANK’?

Answer Question   |  January 17, 2011  9:23 PM
Oracle 10g, Oracle default parameters, Oracle Forms, Oracle Forms 10g, Web.Show_Document
asked by:
340 pts.

Oracle Forms 10g- which is the correct one to use- NEW_FORM or CALL_FORM?
WHich is the best option to use when developign forms for the web? 

Answer Question   |  January 17, 2011  6:04 PM
Oracle 10g, Oracle Forms, Oracle Forms & Reports Developer 10g, Oracle Forms 10g
asked by:
340 pts.

Oracle 10g – running forms in web browser
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- [...]

Answer Question   |  January 14, 2011  4:29 PM
Oracle 10g, Oracle 10g administration, Oracle Forms 10g, Windows Server 2003 R2
asked by:
340 pts.

Removing default window in Oracle Forms 10g
how to remove default window1 in 10g forms?

Answer Question   |  November 10, 2010  7:39 PM
Oracle, Oracle 10g, Oracle default parameters, Oracle Forms 10g
asked by:
15 pts.

Code to retrieve data in Oracle 10g
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.

Answer Question   |  November 9, 2010  8:49 AM
Oracle 10g, Oracle Data Access, Oracle Database, Oracle Database 10g, Oracle Forms 10g
asked by:
5 pts.

Can FXFMMMM/DD/RRRR date format be used in Oracle Reports 10g and Forms 10g?
Can FXFMMMM/DD/RRRR date format be used inReports 10g and Forms 10g?

Answer Question   |  November 5, 2010  9:09 PM
FXFMMMM/DD/RRRR, Oracle Forms, Oracle Forms 10g, Oracle Reports, Oracle Reports 10g
asked by:
340 pts.

Can’t operate Oracle Reports 10g from a form called by another form on the application server
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 [...]

Answer Question   |  October 19, 2010  6:28 AM
Oracle 10g, Oracle 10g administration, Oracle Application Server, Oracle Forms 10g, Oracle Reports 10g
asked by:
65 pts.

Debugging Oracle Form in 10g
      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

Answer Question   |  September 29, 2010  4:52 AM
Debugging, Oracle Form Builder, Oracle Forms, Oracle Forms 10g
asked by:
30 pts.

I want to connect Oracle Forms 10g with Oracle 10g application server database
I want to connect Oracle Forms 10g with Oracle 10g application server database.how can i do that??

Answer Question   |  March 29, 2011  7:16 AM
Oracle 10g, Oracle Application Server, Oracle Forms, Oracle Forms 10g
asked by:
5 pts.