Home » Developer & Programmer » Forms » Maximize explorer at runtime (Dev 10g ,WinXp)
Maximize explorer at runtime [message #412951] Mon, 13 July 2009 10:17 Go to next message
I_AM_TOO
Messages: 37
Registered: July 2009
Location: cc
Member
Explorer page at runtime cannot maximize (it remain 2/3)


And

In Shortcut of FMX form
<Dev_home>RWRUN.EXE .....form not running on my machine

Help Me
Re: Maximize explorer at runtime [message #412954 is a reply to message #412951] Mon, 13 July 2009 10:37 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Presume that window name is "window1". Then put these statements into the WHEN-NEW-FORM-INSTANCE trigger and see what each of them does.
set_window_property(forms_mdi_window, window_state, maximize);
set_window_property('window1', window_state, maximize);


Quote:
In Shortcut of FMX form <Dev_home>RWRUN.EXE
Why do you expect ReportWriterRUN.EXE to start a form?
Re: Maximize explorer at runtime [message #412957 is a reply to message #412951] Mon, 13 July 2009 11:06 Go to previous messageGo to next message
I_AM_TOO
Messages: 37
Registered: July 2009
Location: cc
Member
Yes i already try the same with 'WINDOW1'


we was use ifrun60 with 6i but with 10g ?
Re: Maximize explorer at runtime [message #412982 is a reply to message #412957] Mon, 13 July 2009 15:55 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Forms 6i were the last client-server version. 9i onwards (which includes 10g) is web oriented. It means that you should deploy your application to the web. In order to do that, you'll need to set up application server and run Forms (and probably Report) services. Users would then run the application via internet browser (i.e. they don't have to install any additional software (such as Forms client, for example) except Java Initiator).

For more information, read Oracle Forms technical information, Oracle Forms 10g Forms Deployment Guide.
Re: Maximize explorer at runtime [message #413149 is a reply to message #412982] Tue, 14 July 2009 10:24 Go to previous messageGo to next message
I_AM_TOO
Messages: 37
Registered: July 2009
Location: cc
Member
Thank you sir,

i try given property but right side of explorer still useless
Re: Maximize explorer at runtime [message #414195 is a reply to message #413149] Mon, 20 July 2009 19:00 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
You state "right side of explorer still useless", I believe that ALL "of explorer still useless".

Do you mean that your form does not occupy the whole of the browser window when the browser is maximised?

David
Re: Maximize explorer at runtime [message #414320 is a reply to message #412951] Tue, 21 July 2009 10:13 Go to previous messageGo to next message
I_AM_TOO
Messages: 37
Registered: July 2009
Location: cc
Member
Thanx David

That is what i am trying to say.
Re: Maximize explorer at runtime [message #414662 is a reply to message #414320] Thu, 23 July 2009 02:20 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
The short answer is "redo your form so that is it bigger". If you mean you want the form to 'automagically resize' then search this forum for resize or maximize. It has been discussed previously and is, IMHO, not worth the effort.

David
Previous Topic: Problem in creating shortcut on the desktop of client computer
Next Topic: How to use Oracle Wallet from ON-LOGON trigger
Goto Forum:
  


Current Time: Fri Sep 20 09:35:07 CDT 2024