Opening forms in maximize mode help

Hi all
I put the property of forms to run in maximize mode in forms but its starting in normal mode.I am looking some some attributes to set in forms serverside configuration file for all the forms in the application.Can anybody help to solve this issue.I am using as10g (9.0.4.2) and ids also same version in win2k.
with regards
ramya

Hello sir,
Restore mode means window's three buttons are there
Maximize
Minimize and
Restore - middle one
i have same problem i want to dispaly forms in middle of window but when i press restore button it will get disturb. means form will not dispalyed in middle of window
i write code on when-window-activated
WHEN-WINDOW-ACTIVATED (ALIGN FORM TO CENTER)
============================================
declare
mdi_ht number;
mdi_wd number;
frm_ht number;
frm_wd number;
xpos number;
ypos number;
begin
mdi_ht := get_window_property(forms_mdi_window, height);
mdi_wd := get_window_property(forms_mdi_window, width);
frm_ht := get_window_property('PAGE_1', height);
frm_wd := get_window_property('PAGE_1', width);
xpos := (mdi_wd-frm_wd)/2;
ypos := (mdi_ht-frm_ht)/2;
set_window_property('PAGE_1', position, xpos, ypos);
end;

Similar Messages

  • Open report in maximize mode

    hello,
    after running the report through form , it does not open in maximize mode. please help me this matter immediately.
    null

    You can maximize the report called through RUN_PRODUCT by passing the
    parameter MAXIMIZE=YES, provided you are on Forms version 6.0.5.31.0 and above.
    Add_Parameter (pl_Id,'MAXIMIZE',TEXT_PARAMETER,'YES');
    Then call run_product. This will maximize the Report window.
    Abhijith Unnikannan,
    Oracle Support Services

  • Open form in query mode

    I want to be able to open a form in query mode - is there any way to set this?
    I am using Designer and Headstart.
    Thanks

    Hi Cathy,
    You can do this. See the help topic: About the startup query mode of generated forms.
    Rgds
    Susan
    Oracle Designer Product Management

  • Opening Form in Insert mode but making a query at the same time

    My problem is that I want to open a Portal Form in Insert mode but at the same time making a query.
    If I call a form with patameters the form opens automatically in update mode (to be more precise with FORMSTATE = UPDATE_AND INSERT). In that case the insert button is not shown.
    I have come very close to a solution by running this code:
    BEGIN
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => '_FORM_STATE',
    p_value => 'QUERY_AND_INSERT');
    END;
    under "... before processing the form". The form-state changes to QUERY_AND_INSERT' and I get the record from the table that I want but I still see no insert button!
    I think that I can solve this problem in some table-triggers in the database but it would be interesting to know weather it is possible to do this in the portal.

    Kari,
    You can workaround the disappearing Insert button by creating a custom button instead.
    If you look at the "standard" Insert button code it looks like this:
    --- Type your PL/SQL code here...
    doInsert;--- This is the default handler
    --- ...and here, thanks...
    in the generated forms package doInsert just calls internal insert handler:
    procedure doINSERT
    is
    begin
    onINSERT(
    p_block_name => p_block_name ,
    p_object_name => p_object_name,
    p_instance => p_instance ,
    p_event_type => p_event_type ,
    p_user_args => p_user_args ,
    p_session => p_session);
    end doINSERT;
    If you add a custom button to your form and from PLSQL event combobox select "Custom", then copy&paste this code to the event code:
    onINSERT(
    p_block_name => p_block_name ,
    p_object_name => p_object_name,
    p_instance => p_instance ,
    p_event_type => p_event_type ,
    p_user_args => p_user_args ,
    p_session => p_session);
    You will get a custom button which does exactly what the Insert button does and it will not disappear from the screen.
    Thanks,
    Dmitry

  • 10g Forms in Normal Mode

    Dear All,
    I have installed first time Oracle Developers Suite 10g 10.1.2.0.2. When I try to open Forms these open in Web mode. Is there any way to open forms in Normal Mode. Developers Suite is installed in Windows 2003 OS.
    Also how to use forms from command line?
    Your help would highly be appreciated.
    Regards,

    If you mean client/server mode then the answer is no. Forms 10g only run in web mode.

  • Open Form Restriction

    Dear All Assalam-o-Alikum,
    I am using Open Form Procedure in MDI window, default oracle toolbar is also attach on every oracle form. i am facing the problem , when i open the two form and enter the data on both form one by one, after pressing the save button, Form save the data on both forms while it should save the data on current form. what should i do to do this.
    Thanks
    Best Regards
    Farrukh Shaikh

    change the Session parameter in OPEN_FORM to SESSION by default its NO_SESSION which means all ur forms will open in same session
    PROCEDURE OPEN_FORM
      (form_name      VARCHAR2,
       activate_mode  NUMBER,
       session_mode   NUMBER,
       data_mode      NUMBER,
       paramlist_id   PARAMLIST);
    session_mode     NO_SESSION  (The default.)  Specifies that the opened form should  share the same database session as the current form.  POST and COMMIT operations in any form will cause posting, validation, and commit processing to occur for all forms running in the same session.
    SESSION  Specifies that a new, separate database session should be created for the opened form.
    plz mark correct/helpful if it is
    Baig,
    [My Oracle Blog|http://baigsorcl.blogspot.com/]

  • Open Purchase Order Form in Find Mode

    Hi,
    I have to open the Purchase Order Form in Find Mode.How to open in Find mode?.
    I Used the Following Code in Form_Load  && Action_Success=true
    if(oForm.Mode = SAPbouiCOM.BoFormMode.fm_ADD_MODE)
            oForm.Mode = SAPbouiCOM.BoFormMode.fm_FIND_MODE
    But it is not working.Please help me to solve this.
    Regards,
    M.Dhivya

    call
    ActivateMenuItem( "1281")
    in application object.

  • How to open a MD form in insert mode when calling from URL ?

    I have a MD form and I want to open it in 'insert' mode when I click on the URL.
    How can I do that ?
    thanks,
    Mainak

    I think somebody has asked the same questions earlier but I cannot find the link to that message. Please can anyone help me ?
    How to open a form in Insert mode from url link ?
    Mainak

  • Urgent Help Required !!!! For using Netscape to open Form on the Intranet

    Hi ,
    I am successfully able to open Form application in a seperate window using IE 5.0.
    I would like to do the same with Netscape Navigator 4.7. The Navigator justshows a page which asks me to download the plugin and then even after I install the plugin it does the same thing over and over again.
    Please help !!!!!
    Regards,
    Rinas

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Andrew Timpone ([email protected]):
    Which version of the JInitiator are you using. In any case, your HTML must specify the correct classid and version in the HTML section for IE as well as the HTML section for Netscape.
    Below is a sample for JInitiator 1.1.7.27 running forms v6.0
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="">
    <title></title>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename, and modify tags and parameter values as needed -->
    </head>
    <body bgcolor="#FFFCE8">
    <p><font size="1"><br>
    <br>
    <br>
    </font></p>
    <p align="center">
    <object classid="clsid:093501ce-d290-11d3-a3d6-00c04fa32518"
    codebase="<<your server and path of JInitiator Plug-in goes here>>jinit11727.exe#Version=1,1,7,27"
    align="baseline" border="0" width="1024" height="786">
    <PARAM NAME="CODE" value="oracle.forms.engine.Main">
    <PARAM NAME="CODEBASE" value="/web_code/">
    <PARAM NAME="ARCHIVE" value="/web_code/f60all.jar">
    <PARAM NAME="type" value="application/x-jinit-applet;version=1.1.7.27">
    <PARAM NAME="serverPort" value="4321">
    <PARAM NAME="serverArgs" value="module=<<your form path and name goes here>>">
    <PARAM NAME="serverApp" value="default">
    <PARAM NAME="lookAndFeel" value="oracle">
    <PARAM NAME="separateFrame" value="true">
    <font size="1">
    <COMMENT>
    <embed align="baseline" border="0" width="800" height="600" type="application/x-jinit-applet;version=1.1.7.27"
    java_code="oracle.forms.engine.Main"
    java_codebase="/web_code/"
    java_archive="/web_code/f60all.jar"
    serverport="4321"
    serverargs="module=<<your form path and name goes here>>"
    serverapp="default"
    pluginspage="<<your server and path of JInitiator Plug-in goes here>>"
    colorscheme="Titanium"
    lookAndFeel="oracle"
    separateframe="true">
    <NOEMBED>
    </COMMENT>
    </NOEMBED> </font></object><font size="1"> </font></p>
    </body>
    </html>
    Below is a sample with JInitiator 1.1.5.21 with forms v5.0
    <HTML>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename, and modify tags and parameter values as needed -->
    <HEAD><TITLE></TITLE></HEAD>
    <P>
    <OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC"
    WIDTH=20
    HEIGHT=20
    codebase="<<your server name and path for JInitiator Plug-in goes here>>jinit115211.exe#Version=1,1,5,21">
    <PARAM NAME="CODE" VALUE="oracle.forms.uiClient.v1_4.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/web_code/" >
    <PARAM NAME="ARCHIVE" VALUE="/web_code/f50all.jar" >
    <PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.5.21">
    <PARAM NAME="serverPort" VALUE="4321">
    <PARAM NAME="serverArgs" VALUE="module=<<your form path and name goes here>>">
    <PARAM NAME="serverApp" VALUE="default">
    <COMMENT>
    <EMBED type="application/x-jinit-applet;version=1.1.5.21"
    java_CODE="oracle.forms.uiClient.v1_4.engine.Main"
    java_CODEBASE="/web_code/"
    java_ARCHIVE="/web_code/f50all.jar"
    WIDTH=20
    HEIGHT=20
    serverPort="4321"
    serverArgs="module=<<your form path and name goes here>>"
    serverApp="default"
    pluginspage="<<your server name and path for JInitiator Plug-in goes here>>">
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    </BODY>
    </HTML>
    Hi Andy,
    Thanks a lot !!!
    Its working perfectly fine now.
    Regards,
    Rinas
    Hope this helps<HR></BLOCKQUOTE>
    null

  • Livecycle Designer Error- everytime I open FORMS-HELP!

    Can someone help me please?!
    I can't seem to find anyone that can.
    I have CS3 and everytime I open forms this happens. I have uninstalled and reinstalled it 4 different times-still continues...
    I get this ERROR:
    Adobe LiveCycle Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
    Error signature:
    AppName: formdesigner.exe AppVer: 8.0.2073.1 ModName: unknown
    ModVer: 0.0.0.0 Offset: 04d58113
    then I get a second one saying:
    Error signature:
    AppName: formdesigner.exe AppVer: 8.0.2073.1 ModName: ntdll.dll
    ModVer: 5.1.2600.2180 Offset: 000431a0
    thanks,
    cyndie

    Can anyone who is having these issues send the crash dump to [email protected] and I will forward them to R&D for investigation.
    Here are instructions on where and how to get the dump files.
    =================================================================
    Sometimes it is useful to capture an ad-hoc minidump file from FormDesigner when it crashes. Here are instructions for doing this on Vista, and XP.
    On Vista 32 bit, wait for the app to crash, and while the "your app has crashed" dialog is still visible, go to Task Manager process list, right click on FormDesigner .exe, and select "Create Dump File' from the context menu. After the dump file is written, its location will be shown in a second dialog box. The "designer crashed" dialog can then be dismissed.
    For Vista 64 bit, I think the dump files produced this way are probably not useful, because they will show stacks for the "64 bit side" of the 32 bit process, which is not what we want to look at. For Vista64, it is probably necessary to attach a real debugger to FormDesigner .exe and write a dump file.
    On XP, if the default drwtsn32 post-mortem debugger is installed, the dump of the last crash is available at "C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp". If the user has installed a different post-mortem debugger (e.g. visual studio) or disabled things somehow, then an ad-hoc dump can be made by waiting for the "designer crashed" dialog, and leaving that open. Then go to task manager's process list and note the process ID of FormDesigner .exe. Then bring up a command prompt and type:
    Drwtsn32 -p designer_PID
    where designer_PID is the process ID of FormDesigner .exe found in task manager. After that, the "designer crashed" dialog can be closed, and the dump will be found in "C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp".
    Along with the crash dump file, you should provide the exact build number of the FormDesigner executable you are running (e.g. 8.2 is not sufficient.) You can find the build number by right clicking on FormDesigner .exe and looking at the "Details" tab. It's the "Product Version" entry.

  • My iTunes wont open in Microsoft 7 when I've tried opening it in safe mode it still will not open any help would be great, My iTunes wont open in Microsoft 7 when I've tried opening it in safe mode it still will not open any help would be great

    My iTunes wont open in Microsoft 7 when I've tried opening it in safe mode it still will not open any help would be great, My iTunes wont open in Microsoft 7 when I've tried opening it in safe mode it still will not open any help would be great

    HI,
    First, there are no Mac viruses in the wild.
    recently random sites have had a warning message thing come up that looks like a Norton Anti-virus telling me to run my browser in 'safe' mode or something.
    So far it hasn't really done anything malicious, but I'd like to stop it before it does.
    The file is an .exe file and unless you are running a Windows partition on your Mac, the Mac OS X cannot open those files. You're OK! If you are running Windows then you would need anti virus software, but it would be installed on the Windows partition, not the Mac OS X.
    Nothing to be worry about. They are trying to get your to purchase anti virus software. Norton a/v for a Mac is the worst thing you could install. It's invasive and impossible to UNinstall.
    You are running Snow Leopard... read here.
    Mac Has You Covered - Defense against viruses and other malware
    Carolyn

  • Open Users Setup form in Find mode

    Hello,
    When I open the users form
    Administration
    ---Setup
    General
    Users
    this form is in Add mode. Is there a way to have it in find mode directly ?
    Thank you
    Sébastien

    Hi,
    It is not possible to have the User - setup in the Find mode default.
    The form opens in the Add Mode and you have to go to the Memo and click on Find or do a Ctrl + F.
    Regards,
    Jitin
    SAP Business One Forum Team

  • How to open an URL from Forms in blocking mode?

    Can anyone tell me if it is possible to open a website from within forms in blocking mode? The reason why I have to use blocking mode is that the user has to take some action in the website and has to end that session explicitly with a button on the website. After that, a file is written on the server that is needed for further action. Without that file the process can't go on.
    I use Forms (32-bits) versie 10.1.2.0.2.

    Thanks for your answer.
    Your suggestion is only possible with a timer-trigger (correct me if I'm wrong). And that's the point.... The time the user can act in the website is unlimited. So, how to set up a timer-trigger? Another work around is to make a process that works at some time and searches for the files on the server. But that's not what we want to do.
    Does anyone have another idea?

  • Open a form in enter_query mode

    Qs no:1:- I want to open a form in enter_query mode.
    Qs no:2 :- after they query 4 fields(blk1) ...depending on that the rest of the informative part of that form(blk2) gets populated.
    Now user hit OK (push button).
    Now all the fields should be blanked including those 4 fields and the informative part and the form should stay at enter_query mode.
    FYI:- There is no master-detail relation between two blocks.blk2 gets populated when user puts data in the 4th field and press tab ...
    I have written the code to populate the informative part in when-validate-trigger of the 4th text field.
    How can I do that?
    please suggest..
    Edited by: 977083 on May 13, 2013 4:59 AM

    Hello,
    Switch to enter query mode at the end of the When-New-Form-Instance trigger:
    Go_Block('the_block_to_query');
    do_key('enter_query');Francois

  • HELP error FRM-40039: Cannot attach library common while opening form

    Hi
    I want to help me with the NEXT issue is urgent.
    I'm working with forms 10g and using a linux server. To compile objects, forms, reports and menus use the Putty.
    Well the issue is that when a form hanging linux server I get the error message sgte:
    FRM-40039: Can not attach library while opening form common ....
    I tried changing the path FORMS_PATH, also put the. PLL. Plx on those routes Server
    but I have no result, I still leave the same message.
    I go to pc urgently to solve this problem that has me worried for days.
    Thanks in advance for your advice
    regards

    Three possible causes:
    1. The pll is not existnant on the linux-server in the FORMS_PATH or the FORMS_PATH-environment-variable is not set.
    2. When attaching the pll to forms you have attached it without removing the path. Try to deattach and reattach the pll in the form.
    3. The attachment of a pll is case-sensitive in linux. So, when you types the pll-name is lowercase when attaching it, the pll must exist in lowercase in the linux-filesystem.

Maybe you are looking for

  • Mandatory fields for delivery, GI BAPIs

    Hi Folks, scenario, i have an STO number for which i have to create an outbound delivery(like its done in VL10B). now that i have a delivery number, next i have to change the quantity of this delivery and post goods issue. after GI i need to post a G

  • 17 inch i7 Macbook Pro Snow leopard install problems

    Got my new 17 inch i7 MBP, powered it up everythings fine. So I go to re partition the drive and do a clean system install. Middle of the install it fails. Log file shows it cant read files from the DVD. So I grab a snow leopard install version 10.6

  • Style sheets (paragraph and character) not coping Special Effects

    Couple of questions about ID CS3. I have been really digging into the guts of the application and can appreciate how powerful it is. I am having a couple of problems and don't know if it is me or the app. 1. I can not get a NEW Paragraph or Character

  • Removing the SWF Box in IE

    I am having an issue with IE. I need some code to tell the IE browser to automatically focus on the SWF when the page loads. That box around the SWF only happens in IE and I hate it. On my client's site, www.shirleywilliamsart.com, users have to clic

  • Youtube videos won't play when logged in to google

    This is the best way I can narrow my problem down. I started getting the message, 'an error occurred, please try again later,' and let me just say- I have cleared my cookies, cache, and history, multiple times. Sometimes it helps briefly, other times