Home » Developer & Programmer » Forms » how to set the size of MDI in graphic builder
icon9.gif  how to set the size of MDI in graphic builder [message #165940] Mon, 03 April 2006 08:07 Go to next message
tarek_fathi2003
Messages: 6
Registered: March 2006
Location: EGYPT
Junior Member

dear all
I need to set the wifdth and heigh property of the graphic builder mdi window.
i can set the sdi easly like this:
-------------------------
DECLARE
Vwindow og_window;
w number;
h number;
BEGIN
Vwindow := og_get_windlw('Main Layout');
w := OG_GET_WINDOW_WIDTH(vWINDOW);
h := OG_GET_WINDOW_HEIGHT(vWINDOW);
OG_SET_WINDOW_SIZE(vWINDOW,vWIDTH/2,vHEIGHT/2);
end;
----------------------------------------------
this successfuly change the width and height of the SDI window
but i need to determine the MDI width and height
is it possible??
please help
Re: how to set the size of MDI in graphic builder [message #166156 is a reply to message #165940] Tue, 04 April 2006 20:30 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
tarek,

Please review the article http://www.oracle.com/technology/products/forms/pdf/og_cartmigrate.pdf "Deploying Interactive Charts on the Web: Migrating from the Graphics Cartridge" in which it states
Quote:

This paper is intended for developers who are looking for an alternative way of deploying Oracle Graphics displays over the Web now that the Oracle Graphics Cartridge is being desupported. The alternative is to embed the display within an Oracle Report deployed over the web via the Oracle Reports Server.

This is listed on the Forms Release 6i Technical Information web page http://www.oracle.com/technology/products/forms/techlisting.html

David
Previous Topic: language character set of the form when it was developed
Next Topic: listbox
Goto Forum:
  


Current Time: Fri Sep 20 05:33:13 CDT 2024