ORACLE-FORU - SQL, PL/SQL and ORACLE D2K(FORMS AND REPORTS) collections
Home
About Us
Categories
PL-SQL Tutorial
Contact Us
Friday, 27 June 2014
MDI Form in Oracle Forms Maximize
Posted by Unknown in
Oracle
No comments
Tweet
For Example:-
In the Form
module 1
trigger
Create New trigger
WHEN-NEW-FORM-INSTANCE
Begin
set_window_property('window1', window_state, maximize);
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
end;
Window1 is Your Form Window Name
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Categories
Oracle
(17)
PL_SQL
(15)
SQL
(5)
Popular Posts
:SOLVE :- How To Remove the 'Do you want to save changes?
Check this it will help full for you How To Remove the ' Do you want to save changes ? A.) This note documents how to change the ...
ORACLE-FORU - PL/SQL code for PRIME NUMBER
pl/sql program to check weather given number is Prime or not. Procedure: declare num number; i number:=1; c n...
ORACLE-FORU - How to handle Exception in Bulk Collection Method.
SAVE EXCEPTIONS and SQL%BULK_EXCEPTION We saw how the FORALL syntax allows us to perform bulk DML operations. But what happens ...
On-Error Trigger in oracle Forms 11g
On-Error Triggger in Form level :- this is common for all form DECLARE BEGIN IF INSTR(DBMS_ERROR_TEXT, 'ORA-') = 1 A...
tranfer data (swaipe) one detail block to another detail block in oracle forms 11g
we can easily transfer data from one block to another block in oracle forms using checkbox with image. check the code below >...
Hit Counter
who is online counter
blog counter
Blog Archive
June
(1)
May
(7)
May
(1)
February
(3)
December
(2)
October
(1)
September
(6)
August
(2)
July
(13)
June
(14)
Powered by
Blogger
.
About Me
Unknown
View my complete profile
0 comments:
Post a Comment