paste this command in WHEN-NEW-FORM-INSTANCE event of the form
SET_WINDOW_PROPERTY('<NAME OF YOUR WINDOW>', WINDOW_STATE, MAXIMIZE);
Main Topics
Browse All TopicsWhen run from the webserver, I cant change the size of the browser window. I need to be able to do that and to maximize the window? what properties do i need to set?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The form_application shows an forms_window in an applet that is shown in the browser window.
The forms window size can be defined en changed in your oracle_application : (SET_WINDOW_PROPERTY('wind
The applet size is defined in your formsweb.cfg (you can also use width=100%)
The browser window size has to be changed in the HTML-page containing your applet.
Business Accounts
Answer for Membership
by: flow01Posted on 2009-01-22 at 15:35:13ID: 23444934
You could use some javascript (search for "Javascript to maximize a window" in this forum)
.js"></SCRIP T>
create maxwindow.js with the code.
try insert the code by using the
%HTMLbeforeForm%
or
%HTMLafterForm%
parameters of your start htm for example basejpi_azl.htm
by setting in your formsweb.cfg in the config of your application
HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript" SRC="/forms/java/maxwindow
If the code must be in de HEAD-part (I read something like that) you wil have to change your start.htm
to insert te code (an others application wil be influenced to)
Note : I used other javascript this way (parameter HTMLafterForm ), not the maximize