Home » Developer & Programmer » Forms » Conversion of Oracle 6i to Oracle 10g (Oracle forms 10g)
Conversion of Oracle 6i to Oracle 10g [message #311080] Thu, 03 April 2008 06:42 Go to next message
sarfraz_attari
Messages: 123
Registered: July 2005
Senior Member
Dear All

I am trying to compile a Oracle 6i form in Oracle forms 10g
It is running but on Web it is not displaying the full window. the main screen of form which is displaying correctly in 6i, it is cutting in 10g.

Can anyone tell me what modification I Need to do to convert the 6i forms into forms 10g.

Thanks and regards

Sarfraz
Re: Conversion of Oracle 6i to Oracle 10g [message #311090 is a reply to message #311080] Thu, 03 April 2008 06:58 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
Put a when-new-form-instance trigger
at form level and write

set_window_property(forms_mddi_window,window_state,maximize);
Re: Conversion of Oracle 6i to Oracle 10g [message #311106 is a reply to message #311090] Thu, 03 April 2008 07:21 Go to previous messageGo to next message
sarfraz_attari
Messages: 123
Registered: July 2005
Senior Member
Dear Varu

the following trigger is there and is working fine in 6i but not in 10g

similarly we cant display image files also.

Do you have any documentation showing conversion of forms 6i to 10g, if yes please send me

Thanks

Sarfraz
Re: Conversion of Oracle 6i to Oracle 10g [message #311112 is a reply to message #311080] Thu, 03 April 2008 07:43 Go to previous message
varu123
Messages: 754
Registered: October 2007
Senior Member
Quote:
the following trigger is there and is working fine in 6i but not in 10g


change forms_mddi_window to your console window name.
http://www.oracle.com/technology/products/forms/htdocs/upgrade/roadmap.html


Previous Topic: PDE Error
Next Topic: Problem on insert using a rowtype variable
Goto Forum:
  


Current Time: Fri Sep 27 10:27:27 CDT 2024