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

Similar Messages

  • Need to convert an image to .jpeg using Java !

    Hello,
    i am working in images now. i need to convert any image in the form of .jpeg using Java. in other words, i need to store an image in the form of .jpeg format. can any of u help me ! thanks in advance.
    - Krishna

    There's also jimi, at http://java.sun.com/products/jimi/
    You can do something like:
    image = new BufferedImage (width, height, BufferedImage.TYPE_INT_RGB);
    // create your image
    String path = "/path/image.jpg";
    Jimi.putImage(image, path);
    [\code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • URGENT:  convert pdf Form to Word Form

    Ihave a filled in pdf form and a blank form and I need to convert each to a Word form. acro pro 7 If I had vers 8.0 pro,would the steps be any different?
    what is the fastest way to do this? The boss says the pdf form is not flexible enough but I cannot ask her more at this moment.

    As long as you have been using Acrobat, I am surprised that your boss would have such a question. I thought of one possibility if the form fields are not retained in WORD, but don't know if it will work. You could try to save as HTML (I usually have best luck with HTML 3) and then open that in WORD. That might give you a back door to keep the form fields in much the same way opening a HTML form in Acrobat retains the form fields. Just a thought if the WORD save does not work.
    In terms of flexibility, it is a simple matter to create the form (without fields) in WORD (the master document), make changes, and create a new PDF. Then the modified pages can simply be used to replace those in the old form (don't forget to work on a copy). I guess that is the second idea that is probably the route you were planning to take. Again, bood luck with the boss and with WORD. Bill

  • I need a doc link to connect 11g forms report and ODI ODQ software

    hi
    i need a doc link to connect and install 11g forms report and ODI ODQ software with 11gR2.
    oracle forms/report 11g server is need to be installed on oel 5.6 64b box and My DB is on different home PC with OEL 5.6.
    The ODI DQ sofware need to be installed on local client win xp PC.
    ofm_odidq_win_11.1.1.3.0_32_disk1_1of1
    ofm_odi_win_11.1.1.3.0_32_disk1_1of1_2
    ofm_pfrd_linux_11.1.1.2.0_64_disk3_1of1.zip
    ofm_pfrd_linux_11.1.1.2.0_64_disk2_1of1.zip
    ofm_pfrd_linux_11.1.1.2.0_64_disk4_1of1.zip
    please also suggest if anything to download.
    kind regards
    may be SWINM may think it may be appropriate forum.but my primary requirement is doc link.

    schavali wrote:
    SQLPL/SQLSYSAPPSDBATE0-121(EBZ11,R12)HPEVA1152046c wrote:
    cjmurray wrote:
    I asked one of the Oracle Data Quality (ODQ) writers, who provided this information:
    The documentation can be found here:
    * http://www.oracle.com/technetwork/middleware/data-integration/index-082810.html (Products page with Getting Started docs and sample files)
    * http://download.oracle.com/docs/cd/E15985_01/doc.10136/tutorial/ODQTG.pdf (Oracle Data Quality Tutorial)
    * http://download.oracle.com/docs/cd/E14571_01/integrate.1111/e12643/orcl_data_qual.htm#CHDHAADF (Chapter "Working with ODQ Products" of the ODI Dev guide)
    thx but i am finding hard to find frms report developer guide too.Which version of forms ?check the dled files.its 11.1 hopefully.
    >
    Forms 11g and 10g - http://www.oracle.com/technetwork/developer-tools/forms/documentation/10g-forms-091309.html
    Srini

  • 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

  • How to change 10g forms url ?

    Hello,
    I developed forms in 10g forms developer and I can call my forms from web browser with default url like http://server:port/forms/frmservlet?config=myform.
    Is there anyway the change that url like http://myform.com or something?
    Thank you for your replies :)

    Well, the first thing to understand is that when you call the Forms Servlet (frmservlet) you are calling a java application and not static content like an html page. So, changing the URL isn't exactly as easy as it would be for a simple web page. On the other hand, hiding the the real URL or redirecting to the proper url can be done fairly easily.
    All of these assume you are using Application Server.
    OPTION 1 - Hide The URL +(more information can be found in MyOracleSupport note 300326.1)+
    <blockquote>There are several ways in which you can hide the real url, but probably the easiest will be to use an IFRAME. The only potential problem with this is that some security software or browser security settings may prevent this from working. So, here's what you do:
    1. Using an HTML or text editor, create a static html file with the following code. Replace my Forms url with your own.
    <HTML>
    <HEAD>
    <TITLE>My Application</TITLE>
    </HEAD>
    <FRAMESET  ROWS="100%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
    <FRAME SRC="http://someServer:port/forms/frmervlet?config=myconfg" NAME="redir_frame">
    </FRAMESET>
    <NOFRAMES>
    Sorry, your browser does not support frames.  Click <A HREF="http://someServer:port/forms/frmervlet?config=myconfg" TARGET=_top>here</A>
    </NOFRAMES>
    <BODY>
        <!-- ADD ANY EXTRA HTML CODE AS NEEDED -->
    </BODY>
    </HTML>2. In the Oracle home from where OHS is running, find the htdocs directory within the OHS (apache) directories.
    3. Rename "index.html", "index.html_original"
    4. Copy your html file to this directory and name it "index.html"
    It is possible that the html file being used is not "index.html". To determine the correct page, you may need to review your httpd.conf file as this is where the default page is set. Look for DirectoryIndex</blockquote>
    OPTION 2 - Redirect To The Proper URL
    <blockquote>1. Find and open httpd.conf
    2. Within the file, locate this: <Directory />
    3. Just below this line add the following. Use your own Forms url
    RedirectMatch ^/$ /forms/frmservlet?config=somewhere</blockquote>

  • Oracle 10g Forms and Reports documentation

    Hi,
    I need link to oracle docs for forms and reports 10g.
    Looked around at the following link but could not find docs apart from "Release Notes"
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/10g-forms-091309.html
    Since, i have just started working on Forms and reports and have no prior exp. in them, so i wanted link to the whole docs for the forms and reports and not just release notes.
    can anyone please provide link to the docs.
    thanks

    Hello,
    Welcome to OTN
    *Before posting on this forum please read*
    Check this link.
    1. http://www.oracle.com/technetwork/developer-tools/forms/documentation/index.html
    2. http://www.oracle.com/technetwork/middleware/reports/documentation/index.html
    If someone response is helpful or correct, please mark it accordingly.

  • Display Images using READ_IMAGE_FILE in 10g forms

    Hello all, i have a simple question that I'm trying to resolve really quick.
    I've created a field on a form in 10g forms that is of IMAGE type. I've given it a name and has given it a FILE_TYPE of GIF.
    I've put some code in a POST-QUERY trigger of a block that calls the READ_IMAGE_FILE command, where I enter the filename, file_type, and block.item name. When I leave the path off the image name, forms runtime acts like it cannot find it. I get an FRM message displayed at runtime that says it "Cannot read image file". However, if I put the full path (like something pointing to a hard-coded directory on my C drive where the image file resides), the image displays fine at runtime.
    I added the images to my JAR file where I have other images stored so they get opened at runtime under the ORACLE_HOME/forms/java directory. I was thinking that when I gave the filename, runtime would know to pull it out of there. But obviously, that's not what is happening.
    Has anyone got ideas on what I could do to get the READ_IMAGE_FILE to display the image without hard-coding a path in?
    Any help is appreciated!
    Regards,
    Chris

    Here are some things to check:
    1) Alll the images in the JAR file should have the same extension
    2) In formsweb.cfg, include the JAR file in the ARCHIVE parameter and set imageBase=codebase
    3) In registry.dat, leave iconpath blank and set iconextension=gif
    4) In your READ_IMAGE_FILE call, use URL as the file type and don't use the extension on the file name. So if the image in your JAR is my_picture.gif, it would be something like READ_IMAGE_FILE('my_picture','URL','myblock.my_image_item');
    If it still doesn't work, enable the Java console and when it comes up, enter the number 5 in the console to enable the highest level of logging. Then have a look at the console to see if the JAR is getting downloaded and where it's attempting to read the image from.

  • Can Oracle Form Builder 10g open forms created with Developer 11g?

    Hi,
    Two different groups of developers developed forms in both Forms versions 10g and 11g. There will be call_forms between both versions and both will run under the same portal. Production is 10g. Is it possible to open 11g forms in 10g Form Builder? Suggestion/ solutions are appreciated.
    Thanks,
    Victor

    It is likely you will run into issues, so I would say best not to. I have done it a couple of times by accident during migration of Forms 10g to 11g. You can still open and view the 11g forms code in the Forms 10g builder, but will likely see some objects appear as incorrect types. Saving the 11g form in such a state from the 10g Forms Builder may result in corruption.

  • Performace problem with 10g forms

    We have just migrated from 6i forms to 10g forms. The application takes a lot of time to load each form. In the status bar I can see the it is trying to open each gif file of the forms menu.
    one question, if I have created a jar of all the gifs, where will the applet pick it up from. Right now I have a jar that is put in /forms/java as well as a virtual directory pointitn to a path on my hp-ux server which has all the gifs and it seems like the applet picks it up from the virtual directory path.
    Navigating through a hierarchical tree is also much slower.
    Have i missed out something?

    Hello,
    REP-56107: Invalid environment id {0} for Job Type {1} in the command lineCause:
    The envid specified for the job is not defined in the server configuration file.
    Action:
    Specify an envid that is already defined in the server configuration file or define a new envid in the server configuration file and restart the Server.
    It seems that the parameter envid is used in the reports request and this environment is not defined in the reports server configuration file :
    For more details :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_cla.htm#sthref2786
    Regards

  • Need to convert a SAP Script to Smart Form

    Hello,
    I need to convert a SAP script to a Smart form.
    I am aware of converting it but have a question abt print program?
    Can the print program which is currently attached to the SAP script supprot the Smart form?
    Could some one let me know if i can use the same program or need to do some modifications in it?
    Pointa rewareded if useful.
    Thanks,
    Krishna

    hi
    t-code smartforms
    utilities->migrate sapscript
    check the link below it provides steps to convert sap scripts to smartforms
    http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf
    Check these threads.
    Smartforms -> sapscript
    Re: Convert SapScript to Smartforms ?
    regards.
    Kiran Sure

  • Need to convert original language to EN in SAPscript

    Hi all
    I have copied a standard form and need to convert the language to EN but when I go to Utilities the option of convert original language is disable.
    How can I go for it.
    Regrds
    Mona

    Hi,
    Goto SE71 of your script and identify the original language in header details.
    Now goto SE71, form name with original language and click change, usually if you check the radio button trnslate to all languages it is available in all languages... now if you want the form to be avialable in only few languages, click radio button to individual languages and click arror language selelction and select ES... and EN now form will be available in EN and Spanish...save and activate.
    Or
    Go to se71->changeform->form menu->copy from.
    u will find the option to change langauage.
    Regards,
    Satish
    Edited by: Satish Panakala on Apr 17, 2008 12:51 PM

  • I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro D

    I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro DC has limitations. There is no way to define what points in columns to force break column? Nor create many columns that are useless? How does text to column in Excel, fixed size when we import text, and define where the breaks have columns?
    Google Tradutor para empresas:Google Toolkit de tradução para appsTradutor de sitesGlobal Market Finder
    Desativar tradução instantâneaSobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar feedback

    PDF does not contain columns, rows, formats, styles, or other aspects of word processing or spreadsheet file formats.
    This is because PDF is decidedly not a word processing or spreadsheet file format or something "like" one of those.
    (see ISO 32000 for what PDF "is")
    What can optimize the export of PDF page content is to start with a well-formed tagged PDF (ISO 14289-1, PDF/UA-1 compliant).
    Without that export is what it is and one performs whatever content cleanup is needed using the native application for the export file (MS Word or Excel).
    Be well...

  • Best solution to convert DOC to over 1000 form-fillable PDF's and apply Javascript

    I need to convert over 1000 MS Word docs to PDF, and make forms interactive with the following JavaScript or other scripting needs:
    40-50 fields per form, link to db connection (SQL)
    command buttons to Add New (new record to db), Update (existing record based on field value), Submit (submit saved pdf file to SharePoint site-must create directory based on field name; save file as field name
    form fields should be clear on open
    I know this is a tall order, but if I could get some direction on code examples, that would be greatly appreciated.
    I have created a db connection and coded to add new record, update record and save file to local directory based on hard coded path, but I need more dynamics on creating network path, filename using Sharepoint

    I would suggest using Acrobat Pro, but Acrobat Standard 9 now includes forms creation capabilities, including adding usage rights. Acrobat can automate the form field creation process by attempting to recognize where form fields would go. You will probably have to make some corrections, but it can help speed up the process.
    Adding a submit button is a simple matter, though submitting via email is often not highly reliable and is generally not secure. Consider setting up the form to submit to a web server for a much more reliable and secure system.
    If you will be including the entire PDF as an attachment to an email, you will need to enable usage rights (i.e., Reader-enable) for each form if it has to work for Reader users. Reader is not normally able to save a modified document, but it can if usage rights are applied.
    If you apply usage rights with Acrobat, you need to be aware of the relevant licensing restrictions. In short, if you will be deploying the form to more than 500 recipients, you may only use information from no more than 500 returned forms, including hardcopies. If fewer than 500 recipients, there are no limits.
    An alternative to emailing the entire document is emailing just the form data, which does not require usage rights. The recipient can use Acrobat to import the form data into a blank form and then save/print.
    George

  • 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.

Maybe you are looking for

  • Apex application registered as an external application to Portal 10.2

    I am having trouble doing this. I have followed this document http://www.oracle.com/technology/products/database/application_express/howtos/htmldb_as_external_app.html And when I click on the link I end up with a blank page. Any advise?

  • Headphones no longer control phone

    Firstly, I'd like to say I'm on my 4th iPhone 4s in 2 years.  I believe I am passed my Apple Care.  All previous iPhone 4s' were returned specifically for issues dealing with the reciever on the iPhone - sooner or later it would crap out and sound li

  • Iphone in emergency mode after trying to download 3.0 HELP!

    I can't seem to finish the download of 3.0. Any tips? My phone is only in emergency mode and didn't take to the download.

  • Access the photo with ArchiveLink to include in a smartform

    We are trying to create an employee badge process within SAP. We have utilized ArchiveLink to store the employee photo, but we still need to find a way to access the photo and print it on a Smart Form. Has anyone had any experience with printing an i

  • Rate  Routing

    Dear Sir ,                i need sample program of Rate Routing Tcode CA21..Using BAPI or BDC CALL transcation ...........or tell me the BAPI Function module .... Pls Help to me .... With Regards , Meena ...