Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying on the Web

Status
Not open for further replies.

mbrent

Programmer
Dec 18, 2001
20
US
I would like to know if there is any way to increase the Oracle window size when using the web. I have a forms application that I have moved to the web. It looked great before I went to the web, now it is in the tiny window.

Thanks!!!
 
In a Pre-Form trigger you can use:

IF Get_Application_Property(USER_INTERFACE)='WEB' THEN
Set_Window_Property('window1',WINDOW_SIZE,x,y);
END IF;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top