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
Center Canvas and Window in Oracle Forms 11g
Center Canvas and Window in Oracle Forms 11g Today I will present two dynamic procedure for centering canvas or windows in middle center ...
Conditional Statements in PL/SQL
Conditional Statements in PL/SQL As the name implies, PL/SQL supports programming language features like conditional statements,...
Report Printing in EXCEL and PDF format in oracle forms 11g
Report Printing code in oracle forms 11g With parameter DECLARE v_parameter_id PARAMLIST; v_report_title VARCHAR2(200...
PL/SQL Constants
PL/SQL Constants As the name implies a constant is a value used in a PL/SQL Block that remains unchanged throughout the pro...
ORACLE-FORU - PL/SQL code for FACTORIAL OF A NUMBER
pl/sql program to finding factorial of given number. Procedure: declare i number(4):=1; n number(4):=&n; f...
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