python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how I can control text of selected item in list item in oracle forms?
I am a beginner in PL/SQL and Oracle Forms .
I am working in an Oracle form. Created a push button and updated it to item type: list item. I want to choose between items when I click on it. I should r...
wetbutterfly
Votes: 0
Answers: 1
how to promt a message if a field is empty in oracle forms
How to prompt a message if field is empty in oracle forms i'm not sure if it works and the trigger i'm using is when-validate-item
begin
if date = NULL then
message('please enter issue date')
...
Ravindra
Votes: 0
Answers: 2
I get blank screen when execute http://localhost:9001/forms/frmservlet
I get blank screen when execute http://localhost:9001/forms/frmservlet.
I am using java 1.8.0_321, WebLogic 12 y forms 12.
I have lost several days trying to fix.
Any recomendation?
Rycardo Romero
Votes: 0
Answers: 1
how to add multiple rows of same types in oracle forms
In the below given example like rejection date it has total 5 rows of same type.
when i tried to create new data block item like issue date(issue date is table column) I'm getting only one row (I wan...
Ravindra
Votes: 0
Answers: 1