Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
78 views

I am using client host commands from powershell to launch a Oracle forms FSAL via the following command: java -jar "fsal jar location" -url "url" This command works except there ...
IT Alex's user avatar
  • 200
0 votes
0 answers
51 views

When I change a display item to a text item (for a data block) I can no longer see my content canvas. I have an Oracle form that works; Content canvas and stacked canvas. The query mode is a table and ...
Gina Marano's user avatar
  • 1,833
1 vote
0 answers
50 views

I'm encountering an error in Oracle Forms 14c when trying to use the JSON_ARRAYAGG function: identifier JSON_ARRAYAGG must be declared Here's the context: Oracle Forms version: 14c (14.1.2) ...
Ahmed Al-Majidi's user avatar
0 votes
0 answers
22 views

[ 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 ? ...
rahul's user avatar
  • 1
0 votes
1 answer
156 views

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; ...
Ali imran's user avatar
0 votes
0 answers
59 views

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 (:...
Muhammad Fahim Aamir's user avatar
0 votes
0 answers
102 views

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 ...
Tim Daniell's user avatar
0 votes
0 answers
24 views

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 ...
Reynaldo Martinez's user avatar
0 votes
0 answers
512 views

I use FND_FUNCTION.EXECUTE and the function I want to call comes without any problems and I can perform my operations there. But when I close the function I called, it does not run the codes below ...
kayacan kaya's user avatar
0 votes
1 answer
65 views

I don't want to show the subjects in LOV after they are selected once I tried the following SQL for record group; the subject_id goes to class_info block after selecting a subject from LOV. select ...
X4r3X's user avatar
  • 3
0 votes
0 answers
90 views

I'm new in oracle forms. I have a form and when i open the form i see LOV (pre-filter)to choose organization, and after all informations of forms. But when i try to open this form again i don't see ...
Ecoreg's user avatar
  • 1
0 votes
1 answer
623 views

how to save a report in the local system in Oracle Forms 12c. Like in Forms 6i, we are using the run_product() procedure to save a report in the local system pl_id := create_parameter_list('us00300p');...
Veera mani's user avatar
0 votes
0 answers
2k views

--- Print Code in oracle form after Push button Pressed PROCEDURE PRINT_1 IS report_id REPORT_OBJECT; ReportServerJob VARCHAR2(254); BEGIN report_id := find_report_object('REPORT191'); ---...
Zeeshan Fazal's user avatar
0 votes
1 answer
671 views

I have created an Form with Oracle Form Builder, when trying to insert data through the form in my DB table. Although Data is getting inserted and the success message kept by me is also comming but ...
Dhirendra Singh Bisht's user avatar
0 votes
1 answer
2k views

While loading oracle form application, users are getting the below error ora-04067 not executed package "XYZ" does not exist I have checked the package and package body (XYZ) and it is ...
PTK's user avatar
  • 345
0 votes
1 answer
419 views

i want to draw charts(pie and bar charts ) in oracle form builder using bean component in oracle form block. SET_CUSTOM_PROPERTY() using bean property as mentioned above. If anyone refers to or share ...
khan's user avatar
  • 3
0 votes
1 answer
292 views

I am experiencing difficulties when trying to display Oracle 10g Reports generated PDFs in Google View (gview). Crystal Reports generated PDFs open successfully using the following URL format: https://...
Abdullah Al Mamun's user avatar
-2 votes
1 answer
366 views

I have a table with many rows, and one of the columns has a checkbox for each row. How do I access the row data through these checkboxes when they are checked? Can anyone help me please??
Zavina's user avatar
  • 17
0 votes
1 answer
885 views

I'm using frmcmp.exe (12.2.1.4.0) to compile forms on Windows. I enter the required information thru the displayed form. Let say I enter a wrong user/password / missing TNS... An error window will be ...
user3591551's user avatar
0 votes
2 answers
1k views

1./ Could I ask about Oracle Forms, I have a Text Field with Multiple lines in Oracle Forms, when I input the value and click Enter then will move the new line inside the text box, But I want to click ...
Hung Le's user avatar
  • 151
0 votes
1 answer
630 views

I want to connect my oracle database 21c xe with Oracle Developer 10g (forms/reports)?
Muhammad Saad Sheikh's user avatar
0 votes
0 answers
81 views

I'm new to database and form builder . I'm getting: Error 103 at line 10, column 2 Encountered the symbol "SELECT"... Whats the correct syntax for that please? INSERT INTO vehicle ( ...
Muhammad Shameem EDOO's user avatar
0 votes
1 answer
243 views

I Have populated master detail block from Data based want to change some values in data block and save it as a new record in Both master and child tables. To Populate used execute query Changed values ...
Jain's user avatar
  • 33
0 votes
1 answer
406 views

How do I find where the value for a display item in coming from in Oracle forms? The property pallete shows the database item is null, as it's a display item. I need to know which column/table ...
Zehr_rheZ's user avatar
0 votes
1 answer
270 views

I have a form and I a dropdown pop-list with year values in it(year field is not a primary key). I have to fill all other field values when i select a year from dropdown(need to execute query of ...
Ravindra's user avatar

1
2 3 4 5
23