How to convert 6i forms to 10g

hello,
please tell me how to convert 6i forms into 10g forms
i cant find ne way to do that.

If your forms are not all integrated with each other, in other words some are for Payrole and others are for Inventory, you could maintain an AS 1.0.2 environment for one function and an AS 10.1.2 environment for another. You can access the same database assuming you are running the latest Forms 6i version (unless you are not interested or concerned about using an Oracle Certified configuration). The latest (and last) Forms 6i release supported for non-Oracle Applications customers is 6.0.8.26 (Patch 17) and can be downloaded from Metalink.
Of course, the above configuration would mean that the URL to each application would differ because they would likely be on different machines and/or use different port numbers. For example:
http://system1.com:7777/servlet/f60servlet?form=payrole.fmx
http://system2.com:7780/forms/frmservlet?form=inventory.fmx
Bottom line is that all forms modules running in a particular AS environment must be of the same version. So, forms running in AS 10.1.2 must be compiled against Forms 10.1.2. Forms running in AS 1.0.2 must all be compiled against Forms 6.0.8

Similar Messages

  • How to convert oracle form fmb file to java swing file using Jdeveloper

    how to convert oracle form fmb file to java swing file using Jdeveloper.Please explain with detailes steps if possible or please give a link where it is available
    thanks
    Message was edited by:
    user591884

    There is no automatic way to do this in JDeveloper. I know there are some Oracle Partners offering forms to java conversion, I don't know how much of their tools are automated and done with JDeveloper. With JDeveloper+ADF you basically rewriting the Forms application from scratch (and using ADF is helpful during this process).

  • How to convert a Form to a Text file and XML file?

    Hi:
    I want to convert a Form to a Text file and XML file,but I don't know how convert?
    Please help!
    Oracle Form Builder V10.1.2.0.2
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    Thanks in advance!

    ..or follow the steps in Mtalink note; Doc ID: Note:196924.1
    Forms XML Conversion Feature ( Converting Forms To XML)

  • How to convert oracle forms in j2ee platform

    hi,
    i want to know how can i convert oracle forms into j2ee platforms. if is it possible then please tell me the steps that i need to follow .
    thxs

    What you are asking is a bit like "how can I convert a dishwasher into a washing machine".
    If you want to know the the steps I would say.
    1) Work out what kind of washing machine you want to convert to
    2) Learn the technical details of that washing machine
    3) Rearchitect your diswasher plans so it fits into the "model" of a dishwasher
    4) Now spend lots of time money and effort doing it.
    Now, I don't know if thats going to help you. But if you tell us the WHY it might help formulate a response

  • How to convert oracle forms to adf

    I want to convert oracle forms to adf
    Edited by: user4435615 on 2013-3-22 下午8:23

    ADF Equivalents of Common Oracle Forms Triggers
    http://www.oracle.com/technetwork/developer-tools/jdev/index-092937.html
    Case Study: Redeveloping an Oracle Forms application using Oracle JDeveloper 11g and Oracle ADF 11g
    http://www.oracle.com/technetwork/developer-tools/jdev/redeveloping-forms-in-adf-11g-1-133095.pdf
    Migrating Forms to Java or ADF, the truth and no FUD
    https://blogs.oracle.com/grantronald/category/Oracle/Oracle+Forms+to+ADF
    Timo

  • Converting 6i forms to 10G

    I am trying to convert a 6i program to 10G. I was having problems and so I decided to start over. I took an existing 10G form and tried to save it to a new name so that I could modify it and save it as a new form. The problem is that when I open the existing form I get a warning message "FRM-10102: Cannot attach PL/SQL library sb_error. This library attachment will be lost if the module is saved." So I cannot save it to a new form name without loosing the library attachment. Without this library attachment, my form does not load properly when executed. Any thoughts?
    -Nancy

    Thanks to everyone for their suggestions. I don't think I need to use the Forms Migration tool since the form has already been migrated from 6i to 10G. (Since I am now using an existing 10G form rather than trying to convert my 6i form.) I will check the FORMS_PATH. Is that in my registry file? I'm pretty sure the library has been compiled in 10G since it is attached to the other 10G forms I have and they work fine. But, just in case, how do I compile the library? And back to the FORMS_PATH: I still have the 6i version of Forms Builder on my PC. Will changing the path affect using 6i? Probably yes.

  • How to configure Oracle forms/reports 10g to Oracle Database 10g

    Dear All,
    I have downloaded oracle Developer Suite 10g for microsoft Windows (CD1/CD2) from edelivery.oracle.com.
    I have also downloaded Oracle 10g xe edition from oracle.com.
    Both above software are on the same machine.
    Now, I have creaated new database, created few tablespaces,tables,indexes,functions etc on it. SID_NAME=xe.
    I want to configure both the software(connect them) so that i can generate some reports, create forms and applications(on the same machine not on network).
    How do i do that?
    Best Regards,

    did you set tns_admin? do you know what it's for?
    don't edit tnsnames.ora manually if you can help it.
    you have 2 tnsnames.ora. one is from the xe install. the other is from the developer suite install.
    what does the one for your developer suite look like?
    if you used the the network config assistant in a straightforward way, then it should end up with an entry similar to what you have in your tnsnames.ora from your xe installation.
    the netconfig assistant has a TEST step in it. did you try that? you might need to change the username/password when you test it.
    the main thing here is the tnsnames.ora. the way it will be located is in a particular order. it will check in this order, more or less
    1. in current working directory
    2. TNS_ADMIN defined by the session
    3. TNS_ADMIN defined as a global environment (in control panel)
    4. TNS_ADMIN defined in registry
    5. default location (network\admin directory).
    so if your developer says it can't resolve the name, then it means it is not defined in the tnsnames.ora it used. you need to determine which tnsnames.ora file it's using, and is it configured correctly.
    if you did not set tns_admin, check your E:\DevSuiteHome_1\NETWORK\ADMIN\tnsnames.ora
    this is the one developer will use by default.
    it should have an entry similar to the one from your xe install e.g.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oraclelaptop.yic.edu.sa)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    then when you run forms/reports, you should connect as user/password@xe

  • Do I need to convert 6i form to 10g form

    Hi all,
    I am currently working on a custom form (version 6i). we have a similar standard form in our project where they applied a patch to that standard form in order to convert it to 10g form and so some additional lines has been added to that standard form code in order to sort the data. So I have to make similar changes to the custom forms but i was wondering since the custom form is a 6i form do i need to convert it to 10g form before making any changes to that form and compile it in form builder.
    Can anybody please help me with this.
    Thanks.

    It sounds to me like you are doing this in the context of Oracle Applications? If that is so you should post your question in this forum: OA Framework

  • How to convert Smart Form into PDF format and return the result in BAPI?

    I want to convert a Smart Form into PDF format and return the result in BAPI.
    can anyone tell me how it can be done with related example
    regards
    pranay

    hi,
    smart form to pdf--
    All you have to do is call your SF to get OTF and then concert it to PDF. Works like charm:
    DATA: p_output_options TYPE ssfcompop,
    p_control_parameters TYPE ssfctrlop.
    p_control_parameters-no_dialog = 'X'.
    p_control_parameters-getotf = 'X'.
    CALL FUNCTION v_func_name "call your smartform
    EXPORTING
    output_options = p_output_options
    control_parameters = p_control_parameters
    IMPORTING
    job_output_info = s_job_output_info.
    call function 'CONVERT_OTF_2_PDF'
    tables
    otf = s_job_output_info-otfdata
    lines = t_pdf
    and if u need more u can check below links also
    Check the below links..
    Re: Smartforms to PDF
    Re: smartform (otf) as pdf and sending as email-attachment
    VISIT THIS LINK
    Re: Smartforms to PDF
    PLZ REWARD POINTS IF IT HELPS YOU
    rgds
    anver

  • How to convert from forms to xml and viceversa

    Can anyone give the method to convert a oracle form9i module to XML and vice versa.A tool is available but how to use that tool?

    Following the docs I found iff2xml90.bat which suppose to do the conversion.
    I cannot find anything explaining the "9 standard parameters" referred to in this batch file.
    Can you help?
    REM NOTES
    REM It wraps the class oracle.forms.util.xmltools.Forms2XML and passes
    REM any parameters given onto the tool.
    REM You can only use the standard nine parameters, but these can include
    REM wildcards in the filenames.
    REM
    REM MODIFIED (MM/DD/YY)
    REM mwarner 11/20/01 - Removed temp env variables, finalised location of jars
    REM mwarner 11/02/01 - Added header, inclusion of replacable env variables
    REM mwarner 10/28/01 - Creation
    REM
    REM Setup the path to include the necessary Forms dlls.
    set PATH=D:\ORACLE\bin;%PATH%
    REM Run the tool with the required jar files added to the classpath
    D:\ORACLE\jdk\bin\java -classpath D:\ORACLE\forms90\java\f90xmltools.jar;D:\ORACLE\forms90\java\f90jdapi.jar;D:\ORACLE\lib\xmlparserv2.jar;D:\ORACLE\lib\xschema.jar oracle.forms.util.xmltools.Forms2XML %1 %2 %3 %4 %5 %6 %7 %8 %9

  • How to convert a form created in acrobat xi standard to a flat pdf

    I have created forms that i wish to fill out myself and e-mail to clients as a flat pdf without the option to edit. From what i have read it looks like i have to add some java codes attached to a "complete or submit" button.  Any help in finding this code would be greatly appreciated.

    If you want the form "flattened", that is all form fields converted to PDF context, you need to use some JavaScript to flatten the form fields. This will remove all form functionality. It will not prevent editing by Acrobat's text touchup or object tools.
    The "submit" button is used by other users to sent the PDF form data to a central collection site or email address where the sender or provider of the form can collect the submitted data.
    You could also use a digital certificate to sign the form and lock the fields. The signature will also verify that no changes have been made to the PDF since it was signed and one could also see what was changed.

  • How to convert Oracle Forms 11g module to XML

    Hi All,
    I have developed few modules using Oracle Forms 11gR2 builder.I would like to convert these modules to XML(for comparing).Can someone let me know the process to do so in Forms 11g?
    Thanks in advance.

    Did you search first ?https://forums.oracle.com/forums/search.jspa?threadID=&q=form+fmb+xml&objID=f82&dateRange=all&userID=&numResults=15&rankBy=10001
    For all the free help the least you could do is be fair to people who try to help you..
    >
    Handle:      user772007
    Status Level:      Newbie
    Registered:      Sep 16, 2010
    Total Posts:      8
    Total Questions:      6 (6 unresolved)

  • How to convert Infopath forms into pdf or word ?

    I have an urgent requirement. I need to covert approx 50k infopath forms into pdf/word.
    Is there any way to convert it without using a third party software?
    Is this possible via Powershell script ? 

    Not with Microsoft tools. This would be something supplied by a 3rd party, if available at all.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to execute a Forms in 10g Version?

    Hi,
    I installed Oracle 10g with Developer Suite 10g.
    I created a Data Block (based on emp table which is in scott user) and I am trying to execute this form by giving
    http://hst-pcs3101.corp.satyam.ad:8889/forms90/f90servlet?form=e:\demo\emp.fmx&userid=scott/tiger&otherparams=useSDI=yes&lookAndFeel=oracle&colorScheme=blue
    But no response in the Internet Explorer.
    If anyone tell the solution then it will be greate.
    Thanks,
    Sailaja

    Hi,
    OC4J already started.
    Thanks,
    Sailaja

  • How to convert voltage form analog input of daq to True and false (0=fasle 0.1-10 = true)

    i want to use for on LED or Picture
    Ex reciece 10 V from ai0 for show LED or Picture on front panel
    Help me please
    Solved!
    Go to Solution.

    Hi
    Is it  what you want to do:
    show True value on the boolean when you receive any data in the range 0.1 to 10V?
    show False value on the boolean when you receive 0V?
    What is the device you are reading from? what is the data type you are reading? is it a single integer value/array of data or waveform data?
    what is the rate at which you are sampling the data? how many samples are you reading at a time and how often are you reading it?
    post a code if you have started with one.
    did you try the comparison function 'equal to 0' or 'not equal to 0'?

Maybe you are looking for

  • How can I see my notes on my computer, but not through the projector?

    How can I see my presenter notes on my computer, but not projector them on the screen?

  • Java.lang.NumberFormatException

    2010-07-02 12:58:35     Error     Could not execute statement for table/stored proc. "sp_PalletBackflushAcknowledge" (structure "Acknowledge") due to java.lang.NumberFormatException: For input string: "393006000111122222" 2010-07-02 12:58:35     Erro

  • Custom Report over multiple hosts

    Hi all, on the homepage of every host you could find a report about the Local File Systems with the columns Status, Mount Point, Size, Used. The report is very nice but it would be much more useful if I could get a report over all hosts. Has anybody

  • Jdeveloper 11.1.1.6 and OBI EE  on the same machine - I need help ,please !

    My laptop has only 4G Ram (even this , my windows 7 machine can see only 2,96G) . I read about sample install option fro installing OBIEE , this option might eat less memory. My need is to prepare myself for an interview about OBI EE and I think if I

  • Use preview files unchecked, but uses preview files?

    Premiere Pro CS4 running on Windows XP MCE SP3 on a core two duo processor (Yes, I know it is underpowered, but it works well enough for my current projects) and a three internal HDD setup. When exporting to mpeg2 - DVD I make sure to check "maximum