Converting Forms - V2 Style triggers

My doubt today is:
Didn´t Oracle created a way to convert V2 style triggers into PL/SQL?
I have to migrate some forms from 4.5 to 10g, and there are lots of these V2 triggers.
Do I really have to convert them manually or are there other ways to do it?

You are about 15 years too late. V2 style triggers came in, strangely enough, version 2 of Forms. Version 3 had PLSQL as a major feature and you were unable to create V2 style trigger in v3 so your forms must have originated in v2. If there was a converter in version 3 I don't know, perhaps someone in this forum knows. If there was, it is no more so you are looking at redoing them manually I am afraid.

Similar Messages

  • URGENT: Converting Forms 4.5 application to 9i

    Dear Friends,
    There are a few things I want to know. I have a project to convert a Forms 4.5 application to Oracle 9i Forms.
    Can you please guide me on the magnitude of change required. What is the major difference between 4.5 and 9i? Will i have to do entire recoding or the coding of 4.5 will be compatible with 9i?
    Are there any other possibilities for converting 4.5 application to a 3-tier application?
    Any help, guidance or leads will be very helpful, as it is very urgent.
    TIA
    Naveen

    Naveen,
    A few points to answer your questions.
    Yes You can WEB deploy Forms 6i on WEB. And Forms 6i was the last version of Forms which supports Character Mode.
    The most important thing to remember about Forms Character mode is it wont support mouse and since all your operations are using key board, this is the primary concern while migrating from character to GUI/WEB.
    let me give you an example..
    I have three items each having key next item triggers.
    In Character I cannot directly navigate from item 1 to 3 since I have only keys. But If I use the same application with GUI then you must remember that using a mouse to navigate from item 1 to item3 and the in between trigger ( of item 2 ) wont fire. This may not be a desirable behaviour ( since character apps are written with UNIX in mind ).And your problem starts here. You have to have a way of handling mouse navigation. I can give several examples. But 99% of the character apps that I have seen is written purely with character in mind and hence this will indeed be a major issue.
    The second major issue is plcaements of your fields and appearance. You have to add Visual Atributes and Property classes. And let me assure you doing all this manually is a big pain and it will cost you a lot in terms of time and money.
    Oracle does provide a upgrade utility , but this does nothing much than giving you a GUI Form with out taking care of the functionality.
    So it is a hard bargain. There are corporations which have automated tools to do this. If you ensure that you interacvt with them properly you can get a good application in GUI/WEB. It will save you time but will cost you money.
    So choose yourself .
    V2 style triggers are no more supported. This basically contains many outdated builtins. So it is more or less a recoding effort if you have V2.
    And with regard to 9i , Apart from that it wont support character and C/S there are no other issues. There is no reason why you cant use your 6i form with 9i.
    Good Luck
    Vij

  • V2 Style Triggers to oracle triggers

    Dear All,
    I am working on Forms 2.5 to Forms 6i migration. I have come across some 'V2 Style Triggers'. Can any one guide me how to convert these triggers to Oracle triggers.
    Thanks in advance.
    Please let me know as soon as possible.

    Hi,
    As far as I know Forms does not provide such migration functionality.
    Oracle partners offer migration tools that handled V2 triggers when upgrading Forms. See the partner page on otn.oracle.com/products/forms for a list of partners and their solutions
    Frank

  • How to show more than one record at a form-like style report?

    Hi All,
    I developed a form-like style report
    I want it to show more than one record at once (At the same page)
    I tried that by setting the value to "Maximum records per page" property for the repeating frame to 10
    but when I close the property palete and open it agian the value is returned to 1 !!!
    how to show more than one record at the same page?????
    Thank u

    Hi,
    there's perhaps another property like "page protect". If than 2 records didn't fit at one page there's a page break. Or is there any object inside the repeating frame with page-break properties? Sorry .. it's like looking into a chrystal ball ...
    Regards
    Rainer

  • How to create a report in Form line Style and can display Image field?

    Hi,
    In Report builder 10g, I would like to create a Report with Form Line Style and this report included a Image field.
    I can choose this Style only when Select Report type is Paper Layout. Because, If I choose Create both Web & Paper Layout or Create Web Layout only then in the next Style tab 03 option Form, Form letter and Mailing Label be Disabled.
    But in Paper Layout, my report can not display Image field.
    I tried with Web layout and all the other Styles (Except 03 mentioned be Disabled) then all Styles are displayed Imager field OK.
    How to create a report in Form line Style and can display Image field?
    I was change File Format property of my Image field from text to Image already in Property Inspector. But report only showed MM for my Image field.
    Thanks & regards,
    BACH
    Message was edited by:
    bachnp

    Here you go..Just follow these steps blindly and you are done.
    1) Create a year prompt with presentation variable as pv_year
    2) Create a report say Mid report with year column selected 3 times
    - Put a filter of pv_year presentation variable on first year column with a default value say @{pv_year}{2008}
    - Rename the second time column say YEAR+1 and change the fx to CAST(TIME_DIM."YEAR" AS INT)+1
    - Rename the second time column say YEAR-1 and change the fx to CAST(TIME_DIM."YEAR" AS INT)-1
    Now when you will run Mid Report, this will give you a records with value as 2008 2009 2007
    3) Create your main report with criteria as Year and Measure col
    - Change the fx for year column as CAST(TIME_DIM."YEAR" AS INT)
    - Now put a filter on year column with Filter based on results of another request and select these:
    Relationship = greater than or equal to any
    Saved Request = Browse Mid Report
    Use values in Column = YEAR-1
    - Again,put a filter on year column with Filter based on results of another request and select these:
    Relationship = less than or equal to any
    Saved Request = Browse Mid Report (incase it doesn't allow you to select then select any other request first and then select Mid Report)
    Use values in Column = YEAR+1
    This will select Year > = 2007 AND Year < = 2009. Hence the results will be for year 2007,2008,2009
    This will 100% work...
    http://i56.tinypic.com/wqosgw.jpg
    Cheers

  • Error when converting form to XML

    I get this error when trying to convert a form using this method:
    frmf2xml.bat OVERWRITE=YES AvaAcPt.fmb
    Oracle Forms 10.1.2 Forms to XML Tool
    Copyright(c) 2001, 2005, Oracle. All rights reserved.
    Processing module AvaAcPt.fmb
    WARNING: Invalid value (100) for property DataType on object OK.
    WARNING: Item CURR_CODE - all ListItemElements must have an Index, Name and Value.
    WARNING: Invalid value (100) for property DataType on object OK.
    WARNING: Invalid value (100) for property DataType on object INACTIVECUSTOMER.
    WARNING: Invalid value (100) for property DataType on object OK.
    XML Module saved as AvaAcPt_fmb.xml
    The WARNING: Item CURR_CODE - all ListItemElements must have an Index, Name and Value. is obvious. It a list is empty this warning is thrown out. Of course my concern is when we do the XML to Forms conversion later will the list item and associated code be reconstructed correctly?
    As for the 3 OK buttons and the INACTIVECUSTOMER button the converter puts a DataType attribute, which is meaningless to a button.
    I tried to find any peculiarities with the buttons but could not find any.
    Has anybody else experienced this problem?

    Hi,
    I have got the same warning “ all ListItemElements must have an Index, Name and Value” when converting form from fmb to xml using frmf2xml.
    Have you find any course of this and how to fix it?
    Thanks!

  • Converting Word 2007 Styles to PDF

    I just upgraded to word 2007. I don't have the PDF Maker for word installed (where you see the Acrobat option on the toolbar in word), and not sure it will install with 2007. So the first question is: Does it? Second question. If you can install PDF Maker with Word 2007, How do you go about doing it? Reinstall Acrobat? (note: I have acrobat 8 professional) And finally the third question is: if PDF Maker can't be installed to work with Word 2007, how do you automatically convert word 2007 Styles into PDF bookmarks. I'd rather not have to recreate them all after creating the PDF.
    Thanks in advance.
    Rob

    Aha! That was the missing piece. After the 8.1.2 update, I now see the Acrobat toolbar in word. All set! I was freaking out when I didn't see the toolbar, but did see the acrobat macro in word. Phew.
    Thanks for your help!
    Rob

  • I  would like to convert former purchases to DRM free. Where did the tab on the right side of iTunes Store go. What's it labeled? Can I still do these upgrades?

    I  would like to convert former purchases to DRM free. Where did the tab on the right side of iTunes Store go. What's it labeled? Can I still do these upgrades? I've done some in the past and would like to do some more and can't figure out how anymore.

    I  would like to convert former purchases to DRM free. Where did the tab on the right side of iTunes Store go. What's it labeled? Can I still do these upgrades? I've done some in the past and would like to do some more and can't figure out how anymore.

  • Converting forms from  9.0.4 to 10.1.2.0.2.

    converting forms from 9.0.4 to 10.1.2.0.2.
    when opening the forms in 10.1.2.0.2 libraries are also loaded along with
    forms and i'm able to compile. But when running the form FRM-40735 ON-ERROR trigger
    raised unhandled exception ORA-06508. (In 9.0.4 it works fine).
    Forms_path corrected in Registry and default.env and working directory is added in formsweb.cfg.
    that's all i have done, could you please suggest if anything else i have to do to sovle this error.
    Edited by: [email protected] on Feb 23, 2009 9:10 AM

    I have compiled by - File->Convert->(Binary_to_text)->Convert
    and deleted the the .pld files. But, the same error.

  • Converting Forms 3.0 to Web Forms

    Hi,
    Can I use f60cmp.exe for converting Forms 3.0 INP files into *.fmb files?
    if yes, Could you also please tell me that what are all necessary steps to be taken for making the form as a web based form.
    Thanks in advance,
    Muthu

    I appreciate your help Dunkan. your reply was very much useful.
    I guess, i've mentioned wrong file name in my last posting. In forms 9i, the exe name is f90cmpm.exe (Am i correct?)
    Also, When i convert the form as web form , what will be the forms user_interface? (Is it CHARMODE or GUI?)
    Thanks in advance,
    Muthu

  • Converting Forms and Reports 6i into Jdeveloper

    Can we convert Forms and Reports 6i into Jdeveloper? If yes then
    please give me the detail. Thanks.

    I have read on Metalink:
    MS Windows XP Professional certification: XP is currently not certified or supported on any release of Designer/SCM (Awaiting other related (IDS) products certification).
    Maybe the problem is caused by this.

  • Any 3rd party tools to convert FORMS to XML and back?

    The Oracle conversion tool that comes with 10g Forms gives errors.
    I was wondering whether there any any 3rd party tools?
    I searched to net with no success.
    I bumped into one site which gave these 2: FormGreg or FormsTool (http://www.orcl-toolbox.com/formstool.asp).
    FormGreg is not available (I Googled but no success) and FormsTool (I downloaded and installed) has no XML conversion tools.

    Hi,
    Thanks so much for replying. I posted the errors here (no answers though):
    XML to Forms conversion gives error for menus
    Error when converting form to XML

  • WHY - give workable examples of using JHeadstart to convert forms into ADF.

    Why give examples of how to use JHeadStart to convert forms in to ADF, but not allow it to be done with the evaluation version ... I assume it was possible with the 10g versions. Is it broken in 11g.
    I was lookig to build a case for migrating an oracle forms application to Oracle Java and not a IBM or JBOSS or even .Net application, I can't build that case now, I have no budget to engage Oracle, have to do this of my own bat. Company has been take over by bigger company that has IBM stack.
    Is Oracle this follish to allow the smaller users of Oralce to go by the way side, be lost to other languages etc

    We deliberately did not include the Forms2ADFGenerator in the evaluation version.
    Modernizing your forms application, possibly migrating it to ADF is a considerable effort that is often underestimated.
    Migration tools like the Forms2ADFGenerator can help to a certain extent but are by no means a magic bullet. This is something we cannot stress enough, as over and over again we see people who think migration tools can make the difference. They cannot.
    If you want to make a choice of development environment to modernize your forms application, then the availability of a migration tool should not play a role!
    It is a fundamental and strategic decision to go for Oracle ADF which should not be influenced by a minor time saver like a migration tool.
    To decide on the use of JHeadstart, the evaluation version with the tutorial should be convincing enough.
    The real power of Jheadstart is not in the Forms2ADF Generator, this tool is just a lbonus that can save you a bit of time.
    Here is some more info:
    When does JHeadstart Forms2ADF Generator save time
    The amount of work that can be saved by using the JHeadstart Forms2ADF Generator (JFG) very much depends on the structure of the Oracle Forms application at hand. The JHeadstart Forms2ADF Generator provides most savings for forms that have the following characteristics:
    * Standard-Forms data retrieval and data manipulation through blocks based on database tables, with master-detail relations defined between the block
    * Complex user interface, many (stacked) canvasses, many tabs, many list of values, and other display types
    * PL/SQL logic mostly limited to user interface dynamics: conditionally showing/hiding user interface items, and conditionally changing the properties of user interface items. While JHeadstart does not convert PL/SQL logic, this type of logic is easily implemented in the ADF application because JHeadstart provides many declarative property settings to implement this behavior.
    PL.SQL Logic
    JHeadstart has made the deliberate choice to not automatically convert the PL/SQL logic to Java. The reasons for this are:
    * It is impossible to automate the migration of a two-tier architecture (logic in Forms or in the database) to a three tier Model-View-Controller architecture as is common in JEE web applications, including ADF-based applications.
    * The architecture of the converted application should be identical to the best-practice architecture of an ADF application that is build from scratch. If the architecture is the same, the same skill set can be used to maintain both migrated applications and ADF applications build from scratch. In addition, by going for a best practice architecture, the application is more flexible, and can be maintained easier at lower cost.
    * When using the JHeadstart Forms2ADF Generator, you get this best-practice ADF architecture that is identical to ADF/JHeadstart applications that are built from scratch.
    Other Forms2ADF Considerations
    And even if it turns out the JFG adds a lot of value, there are many other questions you should ask yourself before embarking on a Foms2ADF project.
    For example:
    * Apart from technical reasons like old Forms verisons no longer supported, are there real business reasons and business benefits for migrating that justify the migration effort?
    * To what extent is the application still meeting functional requirements?
    * Are there issues with stability and end user friendliness?
    * Old forms applications are typical "window-on-data" screens, you see the structure of the datamodel through the layout of the screens. Modern web 2.0 composite applications are more task-oriented with good support for human workflow. You should consider to what extent it wants to leverage all these new user interfaces capabilities that come with ADF Faces and WebCenter.
    * How does the application fits in the overall IT landscape? What interfaces to other systems exist, what (old/obsolete?) technology is used to implement those interfaces?
    * What about batch functionality and reporting facilities?
    * May be part of the functionality of the current system can be replaced with standard off-the-shelf software?
    * How sound, well structured and future proof is the underlying datamodel?
    * To what extent are you looking at service-orientated architectures? Whats the SOA maturity level of your organisation?
    * Above questions help to answer the key question: how desirable and benficial is it to migrate an old monolitic forms application 1:1 to a monolitic ADF aplication? How does that fit in overall IT strategy?
    * Organisational isues: who will migrate the system, who will maintain the system? Is outsourcing considered? etc.
    Next Steps
    We offer a Forms2ADF assessment service in which we migrate a number of sample forms selected by the customer to assess the added value of the JFG, and we discuss all of the above questions
    For example, I did one Forms2ADF assessment where it turned out that JFG added litlle or no value, but we were still able to convince the customer of the combined power of ADF and JHeadstart in (re-)building ADF apps from scratch.
    You also might want to take a look at some presentations I did on this topic, and some online demo's:
    * Guidelines for moving from Oracle Forms to Oracle ADF and SOA: http://www.slideshare.net/stevendavelaar/forms2-adfsoa-ukoug
    * JHeadstart Forms2ADF Generator – Migrating from Oracle Forms to a Best-Practice ADF application: http://www.slideshare.net/stevendavelaar/jhs11-forms2-adfukoug
    * 3 online demo's of forms2adf conversion process: http://www.oracle.com/technetwork/developer-tools/jheadstart/overview/index.html
    Hope this helps,
    Steven Davelaar,
    JHeadstart Team.
    Steven Davelaar,
    JHeadstart Team.

  • Converting forms 5 to 6i

    Hello,
    we are working on windowsNT platform. I would like to know what
    changes need to be done to convert forms 5 to 6i and also for
    the menu while converting from 5 to 6i.
    Please give suggestions and help me.
    Regards,
    Alpesh

    check out the online help of forms6i under the update keyword
    you'll find some things to cosider. All in all it should be
    quite smooth, open fmb and generate it.

  • Using or converting forms developed in forms6i to forms10g

    Could you please tell me
    how to use or convert forms developed in forms6i to forms10g (Developer suit)

    You just open them with Forms Builder 10g Compile and save, you need to upgrade your libraries as well.
    Best place to start with is [url http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html]Forms Upgrade Center Here you can find tips and documentations and every information you need.
    Tony

Maybe you are looking for

  • Why are my photo stream photos not showing up in on my computer?

    Only some of the pictures I take with my iPhone 4 are loading in iCloud and only some of those are showing up on my computer with iCloud operating.  Please help.

  • How to configure snmp on solaris 10

    hi, i am working on solaris management console(smc) .i want to configure snmp for this to send traps regarding my system performance and cpu usage ..can any body know ho to do this

  • Need to know LSMW by IDoc Method

    Does any one know the step-by-step procedure for LSMW by IDoc method? Please forward it to me. Regards, Bala Raja

  • When opening SSMS 2014 getting the following error:

    Hi, I have installed SQL SERVER 2014 and the installation was successful. When I tried to open the SQL SERVER Management Studio SSMS 2014 and as soon as when clicked on connect to server, I am getting the following error message : Service 'Microsoft.

  • Rate-Limit vs. conversation interuption

    Hi, I have a network running CAR (rate-limit output). If I would add input statements to the interface, does this in any way affect the current conversation (interrupts etc.)?? Thanks for your input Marc