oracleforms

Going to Specific tab in oracle forms

两盒软妹~` 提交于 2019-12-11 08:49:57
问题 I have 3 radio button A ,B, C and I have 3 tab page in the canvas A, B,C. My Requirement is if user select radio A and press Submit button then tab A Should get activated and my cursor got to tab A. 回答1: If it is enabled and visible then you can use the following commands: go_item('blockname.itemname'); or go_block('blockname'); If you don't need to go to a specific item then use the second command go_block. 回答2: To enable a tab page: set_tab_page_property('TAB_PAGE_NAME',enabled,property

Oracle automatically insert record in multirecord block part 2

元气小坏坏 提交于 2019-12-11 05:57:19
问题 My table looks like this: +-------------------+ |Name | +-------------------+ |Name1 | |Name2 | |Name3 | |Name4 | |Name1Jr | |Name2Jr | |Name4Jr | +-------------------+ My multirow block looks like: What I wanted to know is how can I insert a record that has the same name with Jr after I insert a name. For example, I inserted Name2, it will also insert Name2Jr into the multirow block. Like this: Note: I need to get the value of the automatically inserted data from database. I tried in WHEN

Dialog Box not open with GET_FILE_NAME Oracle Forms

不问归期 提交于 2019-12-11 01:56:01
问题 I have oracle database 11g with oracle forms and reports 11g. I created browse button to open CSV File from computer or laptop directory I am using this code on trigger when-button-press: declare filename varchar2(500); begin filename := GET_FILE_NAME(File_Filter=> ‘CSV Files (*.Csv)|*.Csv|’); :block2.FILE_NAME:= filename; end; When I pressed the button then did not open dialog box. 回答1: Your code works on Forms 6i provided you have properly attached the .olb and .pll files for webutil , but

Vista focus issue when invoking Microsoft Word spell check from Oracle Forms

南笙酒味 提交于 2019-12-10 23:16:58
问题 Friends, In testing our Oracle Forms application on Vista I have found a interesting "challenge". The application can invoke the Microsoft Word spell checker to perform a spell check on a field. When invoked, the user is shown the standard Microsoft Word spell checker dialog window. Word itself is invisble to the user. The Spell Checker is invoked from Forms using Automation and the method used is based on the metalink note: 295449.1 How To Integrate The MS Word Spell Checker With Forms Using

Oracle Forms Vs APEX [closed]

一笑奈何 提交于 2019-12-10 17:27:07
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 11 months ago . Why are companies and developers migrating from Oracle Forms to APEX? I need the answer of this question as I am going to develop new application, and I'm hesitating between Oracle Forms and APEX 回答1: Because Oracle decided to kill Oracle Forms; This is about 'job security'

oracle views and network traffic

∥☆過路亽.° 提交于 2019-12-10 17:08:45
问题 I cant really understand what this line from the Oracle E-Business Suite Developer's Guide means. When using views, "network traffic is minimized because all foreign keys are denormalized on the server." Could anyone please throw some light on when a query, associated with a view is parsed? Is a query associated with a view is already parsed? I cant find the answers. Please provide any oracle documentation links that would be helpful. 回答1: The quote is talking about E-Business Suite, and

Running Oracle Forms 11g outside browser

浪尽此生 提交于 2019-12-08 00:06:59
问题 We have an Oracle Forms 11g application which can be started via browser. This leaves an empty browser window, since Forms opens its own window. However, if you close the empty browser window, the Forms window also get closed. I like the fact that this kind of installation is a server installation and I can easily update it. But I would prefer an icon (a shourtcut) on the desktop which just opens the Forms application without the browser window. I hoped to resolve this with the AppletViewer

Viewing oracle app and getting: java.lang.ClassNotFoundException: oracle.forms.engine.Main

梦想的初衷 提交于 2019-12-07 08:15:10
问题 I'm trying to debug an oracle forms application. In production, when I load the application I get an error: java.lang.ClassNotFoundException: oracle.forms.engine.Main I'm uncertain as to what is causing this issue. I've been searching forums for a bout half a day now, and it seems like it may have something to do with a java versioning issue. I've included the (slightly modified to protect my company) java console output, and if I'm reading it right, it looks like a certificate needs to be

Running Oracle Forms 11g outside browser

百般思念 提交于 2019-12-06 09:52:44
We have an Oracle Forms 11g application which can be started via browser. This leaves an empty browser window, since Forms opens its own window. However, if you close the empty browser window, the Forms window also get closed. I like the fact that this kind of installation is a server installation and I can easily update it. But I would prefer an icon (a shourtcut) on the desktop which just opens the Forms application without the browser window. I hoped to resolve this with the AppletViewer from the Java SDK. However, when I start it with the URL of the start page I receive: Warning: <embed>

Viewing oracle app and getting: java.lang.ClassNotFoundException: oracle.forms.engine.Main

霸气de小男生 提交于 2019-12-05 19:14:29
I'm trying to debug an oracle forms application. In production, when I load the application I get an error: java.lang.ClassNotFoundException: oracle.forms.engine.Main I'm uncertain as to what is causing this issue. I've been searching forums for a bout half a day now, and it seems like it may have something to do with a java versioning issue. I've included the (slightly modified to protect my company) java console output, and if I'm reading it right, it looks like a certificate needs to be repackaged. But, when I look at the certificate for the site it says that it's verified by verisign. I'm