Convertion of forms????

Hi All,
In recent developments, customers are expecting to converts forms to reports.
1. How do we convert forms to xml?
2. As of my knowledge, for ex if we have customers deatils, invertory details..it is creating as seprate page instead of single page.. in that case i may believe it will be difficult for customers to run each page..
3. In that case, we have any integration concept to combine all these into a single one?
Thanks,
Anoo..

Hello Anoo,
1. In your Forms 9i/10g bin-directory there is a frm2xml utility to convert fmb's to xml
2. Depending on your current form definition (number of rows, insert/update/delete allowed etc) one or more pages will be created in APEX (you'll get more pages than fmb's..).
3. That's called redesign... You have to decide which regions you need on which pages. The forms2apex conversion is not a 100% automated process. You still need (a lot/some) redesign and recoding....
Greetings,
Roel
http://roelhartman.blogspot.com/
You can reward this reply by marking it as either Helpful or Correct ;-)

Similar Messages

  • Problem in converting smart form into PDF

    HI Experts,
                      I am using a Function Module CONVERT_OTF for converting smart form into pdf file for send it to with attachment.
    But i got a error when i am using that FM.
    Runtime Errors         CONVT_NO_NUMBER
    unable to interpret *292 as a no.
    Is that because my file size too large about 13 pages of PDF?
    and when i run it for other smart forms which have 2 or 3 pages of PDF, its working perfectly.
    can anyone tell what is problem with that FM?
    Thanks
    Shakun

    Hi,
    I had the similar issue and after analysis I have that this is the issue by not passing the IMPORTING parameter of the Function Module "BIN_FILESIZE". Please try to pass some variable to this paramter and then this will be completely rectified.
    DATA ; v_filesize     TYPE i.
    *--Convert OTF data to PDF data
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
          max_linewidth         = 132
        IMPORTING
          bin_filesize          = v_filesize
        TABLES
          otf                   = it_otfdata
          lines                 = it_pdfdata
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          err_bad_otf           = 4
          OTHERS                = 5.
    Please verify whether this reolves the problem for you.
    Regards,
    SRinivas

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

  • Why can i not convert a form to PDF when I have an active account and it wants me to sign up for an upgrade?

    Why can i not convert a form to PDF when I have an active account and it wants me to sign up for an upgrade? This just started!!!!!!!!

    Hi EdAAK,
    I've checked your account, and see no issues with your subscription. So, if you're using a web browser, please log out, clear the browser cache, and then log back in to https://cloud.acrobat.com. And, if you're using Reader, make sure that you're logged in—you should see your name listed in the upper-right corner. If not, click the Sign In link and then sign in with your user name and password.
    Please let us know how it goes.
    Best,
    Sara

  • Function module to convert date form yyyy/mm/dd to dd/mm/yyyy format

    Can any one tell me Function module to convert date form yyyy/mm/dd to dd/mm/yyyy format?

    have a look at the WIKI FAQs...they are very useful
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abapDevelopmentand+Programming&
    For this it says:
    <i>How to convert a date to internal or external format?
    Use the functions modules CONVERT_DATE_TO_EXTERNAL or CONVERT_DATE_TO_INTERNAL
    to convert the date. When converting to external format, the date format from the user's user profile will be used. When converting to internal format, the result will be in YYYYMMDD format.</i>

  • Function module to convert date form yyyy/mm/dd to mm/dd/yyyy format

    can any one tell meFunction module to convert date form yyyy/mm/dd to mm/dd/yyyy format

    hi
    good
    try this
    report zrich_0001.
    tables s002.
    data ilikp type table of likp.
    ranges: r_datum for sy-datum.
    select-options: s_spbup for s002-spbup.
    start-of-selection.
    r_datum-sign = 'I'.
    r_datum-option = 'BT'.
    r_datum-low = s_spbup-low.
    r_datum-low+6(2) = '01'.
    if s_spbup-high is not initial.
    r_datum-high = s_spbup-high.
    r_datum-high+6(2) = '01'.
    else.
    r_datum-high = r_datum-low.
    endif.
    r_datum-high4(2) = r_datum-high4(2) + 1.
    r_datum-high = r_datum-high - 1.
    append r_datum.
    select * into table ilikp from likp
    where erdat in r_datum.
    thanks
    mrutyun^

  • 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

  • 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 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 programatically convert XDP form into Dynamic PDF form

    Hi,
    Is there a way to programatically convert XDP form into Dynamic PDF form using LiveCycle Service APIs?
    Thanks,
    lcfun

    Take a look at http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.html and the API Quick Starts > Output Service API Quick Starts.
    Quick Start (EJB mode): Creating a PDF document based on an application XDP file using the Java API
    http://help.adobe.com/en_US/livecycle/9.0/programLC/help/000243.html#1645763
    I think this will get it done. Give it a go.
    Steve

  • Convert Adobe Form to SMARTFORM

    Hi,
    is it possible to convert a form created with adobe form builder to a SMARTFORM document?
    I need to upload a PDF or DOC document into a SMARTFORM. This seems not to be possible. So I used Adobe for this upload. But now I can't convert it to a SMARTFORM document...
    Can this problem solved?
    Any help is appreciated!
    Thanks and regards
    Gabriel

    Hi Gabriel,
    as far as I know, SAP does not deliver any tools to support conversion between smartforms and pdfs ... I did it manually, which is a pain in the neck ...
    Steph

  • Converting oracle forms into java forms

    Hi all,,
    would help me plz on how to convert oracle forms into java using any tool;
    Is Jheadstart is the tool,, im having jeveloper version 10.1.2.1.0

    There are at least two companies that are marketing Forms to Java conversion tools. I'm sure that a good Google search will locate them, and they are frequent exhibitors at Oracle-oriented conferences like Collaborate and ODTUG Kaleidoscope. But there are problems associated with doing this. I urge anyone who is considering such a project to read this article by Grant Ronald: http://www.oracle.com/technology/products/forms/pdf/10gR2/formsmigration.pdf
    You should carefully ask yourself and your clients and management, "Why do you want to do this?", "What benefits are you trying to realize?", "Does this make sense, and are there other options that we should be exploring?"
    For instance, many people are trying to protect themselves because "Forms is going away". Oracle has stated again and again that Forms is NOT going away. In fact the recent Fusion Middleware 11g release included a new version of Forms with some significant enhancements. You may do very well just by upgrading to the latest version of Forms.
    If you do decide that it still makes sense to convert, I suggest that rather that converting, you may want to redevelop from scratch. Keep the database if it is well designed - a well designed, stable database will outlast any front end that you may use against it. Then take full advantage of the capabilities of your new toolset, and leave behind the limitations and inapplicable methodologies of your old one. Oh, by the way, don't use JDeveloper 10.1.2. Use 11g if you can, or 10.1.3.5 if you must.

  • Problem while converting a Form to ADF using Jheadstart

    Hi,
    As I convert the forms to ADF . When I am in the 1st step to extarct the application defination.xml and ADF BC's .
    When I click on forms2ADF generation to generate the xml and ABF business components . I receive the following error:
    java.lang.Exception: EMPDEPT: : An error occurred while composing ADF Business Components:
    java.lang.NullPointerException
         at oracle.jmig.target.bc4j.objects.BC4JObject.getChild(BC4JObject.java:204)
         at oracle.jmig.target.bc4j.objects.ViewLinkDefEnd.findOrCreateViewAttribute(ViewLinkDefEnd.java:189)
         at oracle.jmig.target.bc4j.objects.ViewLinkDefEnd.processProperties(ViewLinkDefEnd.java:125)
         at oracle.jmig.target.bc4j.objects.BC4JObject.findOrCreate(BC4JObject.java:290)
         at oracle.jmig.target.bc4j.objects.ViewLinkDefEnd.<init>(ViewLinkDefEnd.java:41)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.jmig.target.bc4j.BC4JClassReflection.construct(BC4JClassReflection.java:132)
         at oracle.jmig.target.bc4j.BC4JFactory.processElement(BC4JFactory.java:138)
         at oracle.jmig.target.bc4j.BC4JFactory.processNodeList(BC4JFactory.java:244)
         at oracle.jmig.target.bc4j.BC4JFactory.processElement(BC4JFactory.java:197)
         at oracle.jmig.target.bc4j.BC4JFactory.processNodeList(BC4JFactory.java:244)
         at oracle.jmig.target.bc4j.BC4JFactory.processElement(BC4JFactory.java:197)
         at oracle.jmig.target.bc4j.BC4JFactory.processNodeList(BC4JFactory.java:244)
         at oracle.jmig.target.bc4j.BC4JFactory.processElement(BC4JFactory.java:197)
         at oracle.jmig.target.bc4j.BC4JFactory.startProcess(BC4JFactory.java:122)
         at oracle.jmig.target.bc4j.BC4JFactory.createBC4J(BC4JFactory.java:100)
         at oracle.jmig.target.bc4j.BC4JComposer.compose(BC4JComposer.java:178)
         at oracle.jmig.MigrationRunnable.compose(MigrationRunnable.java:473)
         at oracle.jmig.MigrationRunnable.migrate(MigrationRunnable.java:278)
         at oracle.jmig.MigrationRunnable.run(MigrationRunnable.java:130)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
         at java.lang.Thread.run(Thread.java:595)
         at oracle.jmig.target.bc4j.BC4JComposer.compose(BC4JComposer.java:213)
         at oracle.jmig.MigrationRunnable.compose(MigrationRunnable.java:473)
         at oracle.jmig.MigrationRunnable.migrate(MigrationRunnable.java:278)
         at oracle.jmig.MigrationRunnable.run(MigrationRunnable.java:130)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
         at java.lang.Thread.run(Thread.java:595)
    Please help in this regards,
    Regards,
    Noman

    Noman,
    I assume you are using the 10.1.3.3 version?
    If you send an e-mail to [email protected], I will get you access to the latest JHeadstart 11 build which includes many improvements and other fixes in Forms2ADF. Note that you should use this build with JDeveloper 11.1.1.0.
    Steven Davelaar,
    Jheadstart Team.

  • Convert InfoPath form to PDF issues

    Hello,
    We have some web based InfoPath forms hosted in a MOSS 2007 SharePoint environment. Users who have Acrobat professional installed on their computers are having problems converting the forms when using the Adobe PDF Toolbar in IE. There are two problems that the users are seeing.
    First, individual text fields appear to black out the field. If the user selects the highlight fields option in Reader or Acrobat when they open the saved PDF, then the fields are no longer blacked out. It looks like the conversion is interperating the background color of the fields to be black. On the form there is no background color for the fields.
    The second issue some users are experiencing is that the converted PDF looks to cut off the right side of the form, or throws off the layout of the form (table columns are shifted). The table shifting issue is probably related to the InfoPath form layout, but the cut off issue seems a bit odd. For most users the form scales to fit on the PDF page, but some users get a cut off form.
    Has anyone seen either of these issues before, or found a resolution for either? Thank you ahead of time for any assistance.

    Infopath forms contain multiple components. The InfoPath .xsn file defines the data structure, appearance, and behavior of finished forms (.xml files).
    To properly convert I would suggest using LiveCycle Designer (not the Web Capture in Acrobat). Designer will convert your .xsn file and extract the necessary components.

  • 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

  • Is it possible to batch convert all form responses into individual PDF forms?

    Is it possible to batch convert all form responses into individual PDF forms?

    Sorry we do no offer an automatic way to do this.
    Gen

Maybe you are looking for

  • CD/DVD completely disappears after Windows XP updates

    I had this happen twice now, on my 3 year old Toshiba Satellite P35-s605. The internal CD/DVD drive works fine, then all of a sudden, it completely disappears from the system. Discs do not play, and the drive does not show up in Explorer. Likewise, i

  • New systemdisk = very slow boot-up

    Hi everyone I have just installed a new Seagate harddrive as my systemdisc on a Powermac G5(the late 2005 IBM model) Model: Power Mac G5 Quad Model-id: PowerMac11,2 Processor: PowerPC G5 (1.1) Processorhastighed: 2.5 GHz Antal CPU'er: 4 L2-buffer (pr

  • Connect Apple Time Capaule with Sony Smart TV

    Hello how can i connect time capsule from Sony Smart TV ? I would like to stream videos stored in Time capsule to Sony smart tv which are both connected on same wifi network. I would like to use my iPhone as controller and would like to stream video

  • Standard Text Correspondence emailed

    Hi, I hope this is the correct forum for this question.  I've created some standard texts (via SO10) for correspondence in the recruitment module (PA-RC), when I send this to a candidate it produces an email with a PDF document which has the correspo

  • Web Page Composer Beta Version

    Dear All, We are trying to get the Web Page Composer Beta version for SPS12. We tried to get it from SAP and got the reply that it will be avaialable with GA this month end. If any one have the SDA Files, Please let us know as we need it very urgentl