Can't open the forms using Oracle Forms Builder 6i

Dear All,
I at first download the file .fmb from linux server to local pc.and I setup oracle Forms builder 6i and want to edit the file .fmb on the local form builder ,but can't open it with forms builder raising FRM-10043.
I download the source file .fmb using both mode of ftp and I try it but it faise to open it. I don't know why it is.pls which one who knows it tell me.
Thanks

Oracle Form builer under linux server is for Forms 6.0(Form builder) version 6.0.8.25.2,and Oracle Form builder under my XP is for Forms [32 Bit] Version 6.0.8.11.3 (Production).I download the file .fmb from linux server to my XP using ftp tool,but the form builder on pc can't open it.

Similar Messages

  • How can I open a url in oracle form 9i without toolbar and menubar

    I want to create a button in my form. When I click on the button it should open url without toolbar and menubar.
    I tried with web.show_document. but I am not able to remove the toolbar and menubar. plus not able to specify width and height. Any way to achieve this.
    Thanks,
    Mansoor

    Dear Frank,
    I have done as follows
    created a form with a button, and in my button pressed event I wrote
    WEB.SHOW_DOCUMENT('javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");', '_Self');
    and in my formsweb.cfg I have the following
    HTMLbeforeForm=<script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    When I click on the button it is coming with toolbar , etc as well as no page found is coming with the following in the address bar.
    javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");
    My html view source comes as below for the form
    <HEAD><TITLE>Oracle9iAS Forms Services</TITLE></HEAD>
    <BODY >
    <script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF"
    codebase="/forms90/jinitiator/jinit.exe#Version=1,3,1,9"
    WIDTH="1000"
    HEIGHT="660"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="application/x-jinit-applet;version=1.3.1.9">
    <PARAM NAME="CODEBASE" VALUE="/forms90/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    I am using Forms [32 Bit] Version 9.0.2.7.0

  • Share JVM on the client using ORACLE Forms on Oracle Application Server 10x

    Hi All,
    excuse the question, if it's wrong here:
    We have a problem running an Oracle Forms Application on an Oracle Application Server 10.1.2.3
    Local requirements do not allow multiple JVMs to run on the Client where the Oracle Forms Application is shown.
    Is there any neat way to prevent Multiple Instances of a Forms Application to each run a JVM on the client ?
    (Issue shows up on windows xp, iexplorer 8, ...)
    Any help much appreciated.

    Rephrasing...
    You have a web server - Oracle Forms.
    You want to prevent a user, which is accessing the web server, from opening more than one instance of IE (accessing the web server twice.)
    I would suspect that the answer requires support from the web server. And if that is the answer then this becomes a specific question about Oracle Forms (and not a general one about java.)

  • Can i change the field position in a Form using Oracle Forms Personalization?

    In my form a field is appearing at the top of page.I want that field to appear at the bottom of page.Can i achieve this using Forms Personalization?

    Yes, you can.
    Action: Property
    Property Name(s): X_POS, Y_POS
    Value: If following standards you should specify X_POS in .01 increments and Y_POS in .25 increments.
    You can play around with help -> diagnostics -> properties -> item to interactively set the value for the X and Y position until you get it on the spot you want; once you have the right values set the personalization rule to set the property values accordingly.
    Beware that this is done for individual items, so if you need to make space and shift other items you'll have to set the properties for each one.

  • How i can make web application by using oracle form6i

    how i can make web application by using oracle form 6i , indetail .
    A.R

    indetail .As Andy Millman might observe, you're having a laugh. This is a big topic, far exceeding what it is reasonable to expect people to help out with in a Forum. Do you not have the 6i documentation?
    OTN has a site for upgarding to web forms. Although it is mainly focussed on moving to 9i/10g a lot of the issues and solutions apply to moving a 6i client/server app to web deployment. For further help there is a Forms.
    Cheers, APC

  • Can't Open the Form

    Dear All,
    I have one Oracle 10g Form.when I try to open the form.I got the following error
    'Oracle Forms Designer has stopped working'.
    So I can't open the form.
    I am using Internet Explorer 9 and Windows 7 Profession Operating System
    Please help me
    Thanks and Regards,
    Fazil

    Hi,
    Try opening forms directly without using fmb file.
    See this thread Error: Oracle Forms Designer has stopped working
    Regards
    Yoonas

  • Can not open the ebs form

    This issue is that i can not open the form ,I checked the application.log,find erro:
    09/04/24 12:21:50.201 10.1.3.0.0 Started
    09/04/24 12:21:51.470 formsweb: FormsServlet init():
    configFileName: /oracle/prod01/inst/apps/PROD01_erp199/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/04/24 12:21:51.479 formsweb: 10.1.3.0.0 Started
    09/04/24 12:34:28.975 formsweb: ListenerServlet init()
    09/04/24 12:34:30.17 formsweb: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    09/04/24 12:34:30.17 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRe
    questDispatcher.java:702)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(
    ServletRequestDispatcher.java:359)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpR
    equestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpReq
    uestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(Re
    leasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    here is another erro :
    /oracle/prod01/inst/apps/PROD01_erp199/logs/ora/10.1.3/opmn/forms_default_group_1、formsstd.err
    Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declarati
    on was not found in application.xml.

    Thank you hsawwan ,I did it as your methods,and i also checked your thread,but I still have the same problem.
    when I start the formserver ,here is the erro:
    [[root@erp29 ~]# more /oracle/prod/inst/apps/PROD_erp29/logs/appl/admin/log/adformsctl.txt
    adformsctl's LOG:
    04/28/09-09:04:52 :: adformsctl.sh version 120.12.12000000.3
    04/28/09-09:04:52 :: adformsctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:55 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:55 :: adformsctl.sh: exiting with status 150
    ================================================================================
    adoacorectl's LOG
    04/28/09-09:04:51 :: adoacorectl.sh version 120.11.12000000.2
    04/28/09-09:04:51 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:52 :: adoacorectl.sh: exiting with status 150
    ================================================================================
    adapcctl's log
    04/28/09-09:04:51 :: adapcctl.sh version 120.6.12000000.2
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN managed OHS instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:51 :: adapcctl.sh: exiting with status 150
    ================================================================================

  • Have a nice day. I can't open the books linked to the Adobe ID. Always the overallocation says. But some of the books I downloaded two times. Still, it gives a warning in the form of more installations.

    Have a nice day. I can't open the books linked to the Adobe ID. Always the overallocation says. But some of the books I downloaded two times. Still, it gives a warning in the form of more installations.

    I think you should ask in the Digital Editions forum, Adobe Digital Editions

  • I can not open a filled out pdf-form using Adobe Acrobat Pro X

    I have a form in Indesign CS 5.5 and made it fillable with Adobe Acrobat Pro X. I enabled the 'additional features' to make the document a 'Reader extended pdf'. Whoever I send the form now, can fill it out and save it in (the free version of) Adobe Reader.
    Problem is: when the recipients mail the filled out form back to me, I can not open the document. There is message that says: "There was an error opening this document. The file is damaged and could not be repaired."
    However, when I receive the filled-out file not by email (MS Outlook on a IMac) but on a USB-stick or something, I can manage to open the document the way it was filled out.
    I'm guessing something goes wrong in the mailing process...
    Can anyone help me please?
    Thanks!

    Thanks for the advice!
    I'm afraid though that the problem is situated with the provider of the sender (when I open the email with my hotmail or gmail-account, it' s the same problem).
    The idea of compressing the forms into zip-files is not very usefull because - i'm guessing - 90% of the recipients have never heard about a zip-file and are surely incapable of making one.
    Some other ideas?
    Thank you though!

  • While using oracle forms 6i and database 11g in windows 7, the application getting closed while working on some forms

    Hi,
    Please advise on the below issue.
    While using oracle forms 6i and database 11g in windows 7, the application getting closed while working on some forms.
    May i know what is to be done?

    MoNo wrote:
    Hi Friends...
    I'm using windows7 32 bit.
    <snip>First, please be aware that oracle products are NOT certified to run on ANY 'home' edition of ANY version of Windows.
    Second, did you read the instructions on the page where you downloaded the software -- specifically the part about unzipping TWO downloaded zip files into the SAME directory?
    Third, did you read and heed the installation guide, or did you just go straight to 'setup.exe'?

  • How to get recently opened module name in oracle forms

    hello experts,               I am using oracle forms 11g with oracle weblogic server 10.3.5 at windows 7.How can i get the module name opened in a particular session by a user in oracle forms. regards aaditya

    Hi,
    You can do this by using GET_APPLICATION_PROPERTY built-in and using its property CURRENT_FORM_NAME.
    More of its usage in Forms Builder -> Help menu -> Online Help  and type "Current Form Name Property".
    Hope this helps
    Regards
    Carlos

  • Send email using Oracle Forms 6i through Outlook Express

    I am working on oracle Forms 6i and Oracle 9i (9.2.0.1) database. My requirement is How to trigger email sending single client at a time while using Oracle Forms 6i through Outlook Express?
    To do this I have written the following code.
    PROCEDURE send_mail IS
    OutlookApp OLE2.OBJ_TYPE;
    NameSpace OLE2.OBJ_TYPE;
    MailItem OLE2.OBJ_TYPE;
    OLEPARAM OLE2.LIST_TYPE;
    Send OLE2.OBJ_TYPE;
    Attachments OLE2.OBJ_TYPE;
    Attachment_dummy OLE2.OBJ_TYPE;
    var1 varchar2(1000);
    Begin
    var1 := :mapiole.message;
    OutlookApp := OLE2.CREATE_OBJ('Outlook.Application');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,'MAPI');
    NameSpace := OLE2.INVOKE_OBJ(OutlookApp,'GetNameSpace',OLEPARAM) ;
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,0);
    MailItem := OLE2.INVOKE_OBJ(OutlookApp,'CreateItem',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLE2.SET_PROPERTY(MailItem,'To',:to);
    OLE2.SET_PROPERTY(MailItem,'Subject',:subject);
    OLE2.SET_PROPERTY(MailItem,'Body', var1);
    --add an attachment
    if :mapiole.attach is not null then
    Attachments := OLE2.GET_OBJ_PROPERTY(MailItem,'Attachments');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,:attach);
    Attachment_dummy := OLE2.INVOKE_OBJ(Attachments,'add',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    end if;
    Send := OLE2.INVOKE_OBJ(MailItem,'Send');
    --destroy objects
    OLE2.RELEASE_OBJ(MailItem);
    OLE2.RELEASE_OBJ(NameSpace);
    OLE2.RELEASE_OBJ(OutlookApp);
    END;
    Create a block called MAPIOLE with the following canvas layout:
    To:      ============================
    Subject: ============================
    Message: ============================
    ============================
    Attachment: ============================           SEND      
    When I press the SEND button then
    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    How can I do this?
    When I use Microsoft Outlook 2003 It works fine.
    Please help me.
    Thanks.

    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    hi
    plz if there is any attach library recompile it or open the pll and compile it with ctrl+shift+k and ctrl+t.
    sarah

  • Send email using Oracle Forms 6i through MS Outlook 2003

    I am working on oracle Forms 6i and Oracle 9i (9.2.0.1) database. My requirement is How to trigger email sending to clients while using Oracle Forms 6i through Microsoft Outlook 2003?
    To do this I have written the following code.
    PROCEDURE send_mail IS
    OutlookApp OLE2.OBJ_TYPE;
    NameSpace OLE2.OBJ_TYPE;
    MailItem OLE2.OBJ_TYPE;
    OLEPARAM OLE2.LIST_TYPE;
    Send OLE2.OBJ_TYPE;
    Attachments OLE2.OBJ_TYPE;
    Attachment_dummy OLE2.OBJ_TYPE;
    var1 varchar2(1000);
    Begin
    var1 := :mapiole.message;
    OutlookApp := OLE2.CREATE_OBJ('Outlook.Application');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,'MAPI');
    NameSpace := OLE2.INVOKE_OBJ(OutlookApp,'GetNameSpace',OLEPARAM) ;
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,0);
    MailItem := OLE2.INVOKE_OBJ(OutlookApp,'CreateItem',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLE2.SET_PROPERTY(MailItem,'To',:to);
    OLE2.SET_PROPERTY(MailItem,'Subject',:subject);
    OLE2.SET_PROPERTY(MailItem,'Body', var1);
    --add an attachment
    if :mapiole.attach is not null then
              Attachments := OLE2.GET_OBJ_PROPERTY(MailItem,'Attachments');
              OLEPARAM := OLE2.CREATE_ARGLIST;
              OLE2.ADD_ARG(OLEPARAM,:attach);
              Attachment_dummy := OLE2.INVOKE_OBJ(Attachments,'add',OLEPARAM);
              OLE2.DESTROY_ARGLIST(OLEPARAM);
    end if;
    Send := OLE2.INVOKE_OBJ(MailItem,'Send');
    --destroy objects
    OLE2.RELEASE_OBJ(MailItem);
    OLE2.RELEASE_OBJ(NameSpace);
    OLE2.RELEASE_OBJ(OutlookApp);
    END;
    Create a block called MAPIOLE with the following canvas layout:
    || To: |============================|
    |
    | Subject: |============================|
    |
    | Message: |============================ |
    |============================|
    | Attachment: |============================| |SEND | |
    When I press the SEND button then
    Microsoft Office Outlook window open containing the message below.
    A program is trying to automatically send e-mail on your behalf.
    Do you want to allow this?
    If this is unexpected,it may be a virus and you should choose "No".
    Yes No Help Button are there.
    If choose No then
    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    else Message send successfully.
    I want not to open Outlook Message window and message automatically send to given email id.
    How can I do this?
    Please help me.
    Thanks.

    Try disable warnings:
    Visual Basic 6 (VBA)
    OlSecurityManager.ConnectTo OutlookApp
    OlSecurityManager.DisableOOMWarnings = True
    On Error Goto Finally
    '... any action with protected objects ...
    Finally:
    OlSecurityManager.DisableOOMWarnings = False
    If you find correct syntax with OLE2 post your code ;)

  • Open MS OUTLOOK through Oracle Form.

    Hi,
    I have following problem:
    1) I generate report to file and save it in server's specific path.
    2) Some modifications to saved file name in path
    3) I need to open MS Outlook from Oracle Forms 6i and attach new modificated file to mail.
    But i don't need to fill field sent to, or orbject or other fields.... empty Outlook with my attachment.
    Forms aren't used by browser
    Hope can help me.

    How can i attach file through this command ?Modify the command a bit.
    See http://office.microsoft.com/en-us/outlook-help/command-line-switches-HP001003110.aspx
    Creates an item with the specified file as an attachment.
    Example:
    "C:\Program Files\Microsoft Office\Office11\Outlook.exe" /a "C:\My Documents\labels.doc"Edit: Oh, nice one by François!
    Edited by: InoL on May 21, 2013 9:03 AM

  • How use oracle forms with oracle database  in a local computer network(client -server homogenious network)

    Hello experts,             
                         I am new in Oracle forms.I am using oracle forms 11g with weblogic server 10.3.5 and oracle database 11g at windows 7 platform.
    I want to call my oracle forms(main  login form) from different computers(windows7) connected in a local network.My oracle database is installed in a server computer.I am not talking about oracle forms hosting in internet.I want to deploy oracle forms in a local computer network connected via LAN cable or wi-fi.
    thank You.
    regards
    aaditya

    In most cases you can copy the same entry found in the tnsnames.ora file used by the database.  In the database home, the file can be found in \network\admin.  Open the file and you should find something like this:
    yourAlias =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    So in the above, you would need to set the alias (this can be anything you like), the IP address or hostname of the machine where the database is running, the port number used by the db listener, and the service name used by the db.  Most of this will already be set for you if you are copying from the database tnsnames.ora.  So you should be able to just copy and paste.  More information about the tnsnames.ora file can be found in the db documentation:
    http://docs.oracle.com/cd/B28359_01/network.111/b28317/tnsnames.htm

Maybe you are looking for

  • How to return all field names in a table

    How do you write a report to return all field names in a table? I prefer the field names in a column. Thanks Wayne

  • Wont recieve or let me make calls!! along with texts..

    Ok so its a blackberry 8530, it wont let me make calls, just says 'call failed' also wont allow people to call me. This is the same for texts, im not sure if this has something to do with it, but it doesnt seem to tell me my number? For example in th

  • After Effects CS3 Motion Stabilize Irritation

    Hello! I am pretty new to After Effects, and I've been trying to learn learn learn. Though, I am having a strange and annoying problem. Imagine you set the table for dinner. and everything is perfect. Then when you go to put dinner on it. everything

  • Alerts without BPM

    Hi,         Can I configure & trigger alerts for interfaces which doesn't involve BPM? Regards, SAP Consultant

  • Music playing out of nowere

    when strating my macbook there is no problem, when then starting a vidio or i tunes its starts a song i i cant turn it of!!!! for **** sake i cant turn it of help me