1,146 questions
0
votes
1
answer
26
views
Post Query trigger not getting fired after Pre Query in Oracle Forms [closed]
I have a form for which for some records I am getting "Query caused no records" error.
After adding debug messages, it seems that the post query trigger is not getting fired after pre query.
...
0
votes
0
answers
82
views
Trying to start oracle forms from a jnlp but it can't find the frmall.jar file
Invoking forms 14 from a JNLP on a Windows 11 machine like this:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://PETERB:7001/forms/...
1
vote
0
answers
56
views
Problem with required files - Migration from Oracle Forms 6i to 12c
I am in the middle of a technology migration from Oracle forms 6i to 12c and I am encountering the following issue. In my forms I have fields that have the property Required = Yes, but they are either ...
0
votes
0
answers
18
views
RAD (Remote Access Descriptors ) in OPSS schema
[ Remote Access Descriptor (RAD) entries in Oracle Platforms Security Services (OPSS). - when we create RAD in the EM console, where exactly it stored ? in which file and which location in weblogic ? ...
0
votes
0
answers
35
views
How to disable root menu root in oracle form 12c?
I need some help I am using Oracle Forms 12c to create menu, I know Set_menu_item_property('NameOfMenuRoot.NameOfMenuItem', visible, property_false); only apply to sub-menu item.
How to disable the ...
0
votes
1
answer
91
views
Oracle Forms Java Importer not detecting my JAR files
Currently, I am trying to implement a simple REST API trigger upon a button click on Oracle Forms.
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
...
0
votes
1
answer
62
views
Oracle Forms 12.2.1.4.0 Concurrent Users issue: Insufficient Privileges Error on Record Creation
Here is the situation. I have two users who are attempting to use this Oracle Forms application at the same time. The minimum required to replicate the error is:
Both users open their respective ...
0
votes
0
answers
94
views
Oracle Forms fails to start up on OL9 - cannot find shared object file libopmnperf.so
I have freshly installed a 19c Database and an Oracle Forms and Reports 12.2.1.4 instance on an Oracle Linux 9 VM and everything starts properly except for the Forms application. When I try to start ...
0
votes
0
answers
106
views
Migration Oracle Form 12c to Oracle APEX 20.2
I need some help I use Oracle Form and Reports 12c.I created allots of Forms and now I migrate these forms to oracle apex. Someone could help how do I migrate them? There is a menu of migration oracle ...
0
votes
0
answers
51
views
when validate item did not work in form 6i
See my simple code in form 6i for checking the barcode scanning.
I am trying to check when textbox length is ten then show a message but it did not work when the validate item triggers:
if Length (:...
0
votes
0
answers
291
views
Error Converting FMB Forms to XML in Oracle Form Builder/ Forms2xml file missing in Oracle Installation Folder/Error in Oracle Form Builder 12.2.1.4.0
I’m facing this issue converting Oracle FMB Form to an XML file. It says the following:
Unable to Invoke XML Converter
Tried converting it manually by firstly converting it into .TXT and then into ....
0
votes
1
answer
34
views
When_validate_item and When_validate_record tigger did not fire when record move to next record
sir
i create simple master detail form in oracle form 6i and show the employee address from other table by query using when_walidate_item and when_validate_rocord triggers but both did not work and ...
0
votes
0
answers
77
views
CURENT_DATE does not return the date and time in the local time zone in Oracle Forms
We are moving our Oracle Forms application to OCI (Oracle Cloud Infrastructure) which always runs in UTC time. Previously all our servers were in our local time zone, so we didn't need to be concerned ...
0
votes
1
answer
137
views
Show message only in status bar in Oracle Forms 12c
Recently an Oracle Forms 6i based system has been migrated to Weblogic 12c and the 6i forms are presenting a peculiar problem: I have the problem that when I use the following line in a random trigger:...
0
votes
0
answers
22
views
Oracle Forms 6i, information deletes itself
I started working in a public water treatment company, where they use Oracle forms 6i to generate reports, they are in the process of making an upgrade to the system, but something strange happens ...