Mapping of Obsolete Built-ins (6i) to Forms 9i

Hello,
I would like to have a chart provinding me the mapping of Oracle Forms 6i Obsolete built-ins/functionalities which can be achieved using the new version of Forms 9i (iDS Rel.2).
Thanks and Warm Regards,
Shivanand Koppalkar

Hello Mr. Duncan Mills,
Our Process is as follows:
We have a Application developed in Forms4.5 / Reports2.5. The Modules are generated through the Designer 1.3.
So, our upgrade path is from 1.3 Designer migration path to 9i Designer upgrade and then generation of modules from Designer to get the generated 9i form.
In this case, Designer generation should include the process of Form migration, however we need to give the time estimate to the client for this process and should also check that we are not missing any functionality or any standard violation from the clients perspective.
Thats the reason why we need a kind of Xcelsheet which gives us a mapping of Forms6i --> Forms 9i and also would like to know whether Designer 9i takes care of this or not.
Again, thanks Duncan for all your help.
Thanks and Warm regards,
Shivanand Koppalkar

Similar Messages

  • Need a doc for all the oracle built-ins

    hai, wouldn't it be great if we had a single document tht listed the syntax and examples of all the built-ins by oracle (forms & reports). do we have a document like tht ? just a suggestion.
    thx and regards, rehan.

    Hi Rehan,
    Again, apologies for the delay in responding to you.
    The Application Server 10g documentation page lists a specific Documentation library entitled "Oracle Application Server 10g Forms and Reports Services Online Documentation Library 10g (9.0.4)". You can view this library at: http://download.oracle.com/docs/cd/B13597_02/index.htm
    If this does not contain the information you seek, please try another forum, e.g. the Member Feedback forum at: Community Feedback (No Product Questions)
    Regards,
    Les

  • Migrating forms to 11g - problems with absolete built-ins

    Sorry if it's the wrong section, but nerves are kicking in and I'm lost.
    I've been trying to migrate an old, probably 8i database with its tools and forms into 11g. All software seems to run fine, but when I try to run the forms I either get "this form was made using an old forms builder" error, or worse - some enigmatic FRM and ORA (exception 6508) errors apparently connected to lack of some procedure called in the form triggers.
    Now you'd probably say "just recompile those forms". But I can't - I get tons of compilation errors, mostly comming in from absolete built-ins or trying to select from system views. That happens when trying to recompile libraries referenced by those forms, which is probably why i get those procedure lacking errors.
    Since the ammount and nature of those overwhelmed me I tried using Forms Migration Assistant...talk about betting on the wrong horse. First I had to change the 'start in' property of the assitants shortcut to where i stored the forms/libraries or else it kept throwing the libs out of said forms. Then I got a bundle of pld files and the most important libraries unchanged, with no mention of any problem in the assistants log. Needless to say my forms still get those procedure lack errors.
    I'm pretty sure I can somehow handle correcting the forms if the libraries were ok, but I just can't cope with those problems:
    -what to do about system view selects in triggers and library procedures? The compiler just treats them as unknown identifiers. I had the same problem elsewhere and it was about privileges, but this time I can't identify the user from whom those privs are read (in fact, isn't it whoever is using the form at the time?) so far I've noticed it try to use dba_users and dba_roles
    -what to do to correct a library (which can have dependencies on other libraries) to be compatible or at least compile'able with the new Forms Builder without spending a year on it all?
    I've tried applying changes mentionned in the assistants log (like changing RUN_PRODUCT calls to RP2RRO.RP2RRO_RUN_PRODUCT), but it didn't do any good

    Well for me the forms were ok to open with 11g, just had to correct differences and recompile to run.
    That there script is a ton of help!..well you forgot to mention the Output_File parameter, but I could find that myself now that I knew what to look at. Now if I could also set it not to produce .err files when everything went fine and to set the output names so that the old compiled forms get overwritten..
    the SRW.* calls turned out to be things used in Reports, so it was hopeless to compile in forms..but also not needed
    as for ENABLE_ITEM and DISABLE_ITEM I found these to use as their definitions in a library, that proved sufficient.
    procedure enable_item
    ( p_menuName in varchar2
    , p_menuItemName in varchar2
    ) is
    v_menuItem menuitem;
    begin
    v_menuItem := find_menu_item(p_menuName||'.'||
    p_menuItemName);
    if (not id_null(v_menuItem))
    and (get_menu_item_property(v_menuItem,visible) = 'TRUE')
    then
    set_menu_item_property(v_menuItem, enabled, property_true);
    end if;
    end;
    procedure disable_item
    ( p_menuName in varchar2
    , p_menuItemName in varchar2
    ) is
    v_menuItem menuitem;
    begin
    v_menuItem := find_menu_item(p_menuName||'.'||
    p_menuItemName);
    if (not id_null(v_menuItem))
    and (get_menu_item_property(v_menuItem,visible) = 'TRUE')
    then
    set_menu_item_property(v_menuItem, enabled, property_false);
    end if;
    end;Some forms still playing with me, but the compilation issues there don't seem to be connected with this topic..and now I got issues with reports >.< but that requires a topic elsewhere. Thanks all!

  • Remote controlling forms (running dynamic built-ins)

    Hi,
    Is there any way of executing a script of built-in actions in forms?
    I would like to have a script of build-in command read from the database and have a form execute them one line at a time but there isnt any command like exec 'go_block(...)'; is there?

    I am looking for a way to update screenshots of an application to a db ;-)
    summary:
    * There are around 350 forms.
    * The forms have reports-generated documentation with images in BLOBs
    * Forms need to be placed in a certain state before screenshot is taken (data fetched, tabs navigated etc.
    * The script of operations would be in the database-CLOB and would have to be executed by the application.
    The idea is that each form is started up in "screenshot"-mode, checks from the database what images have to be updated, and reads the corresponding scripts needed for generation. Then a Robot-based PJC grabs a screenshot based on the forms coordinates (through get_window_property) and updates the BLOB.
    In theory, that is ;-) I guess the functionality could also be useful for running automated demo scripts of forms...
    I guess it could be done entirely from the outside using the Robot PJC but it would be tricky working with coordinates of the form and hitting stuff that can't be keyed into directly.

  • BUILT-INs Constants values

    Hi All
    For the constants of the various Forms BUILT-INs like PROPERTY_FALSE , ENABLED, VISIBLE, TRUE , CHECKED ....etc, where can I find their corresponding numeric values rather than calling them and display these numeric values of course at run time.
    Thanks in advance

    rather than calling
    You should't do that because it's not plateform independant !
    Those values can change without notice. So, if you hard code them, y'll get in big troubles !
    Y're't bordidden to display, if y wish, though !
    .

  • How to use xml forms which are built by using xml forms builder?

    Hi Experts,
    please explain How to use xml forms which are built by using xml forms builder in Web page composer?
    Thanks,
    Anil.

    hi buddy u can try the following page:
    http://help.sap.com/saphelp_nw70/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm

  • Need help on mapping of obsolete and new function module

    Hi Expert,
    We are working on a  upgradation tool in which i have to repace the obsolete function module "HELP_VALUES_GET_WITH_CHECKTAB
    " by "F4IF_FIELD_VALUE_REQUEST
    ". I am not sure about the functionalities of these function modules as i have never used it. Can anyone please help me  by providing some information abt  these FMs. Also i need to do the mapping of parameters of old and new function module. So please provide the details of mapping also. Any pointers on this will be highly appreciated.
    Thanks & Regards,
    P Sharma
    Moderator message : Duplicate post locked.  Continue with [Parameter mapping of FMs|Parameter mapping of FMs;.
    Edited by: Vinod Kumar on Jul 8, 2011 9:40 AM

    Hey Enivass,
    you can ckeck the input field "Account Number" whether it is numeric or Alphabet using *"Conversions ->Fixvalues"*
    Steps:
    1.  Extract first character of input using *" Text -> substring"*  -- start position 0 , char count 1 
    2. In Fix Value table you have to give following values:
    Dafault value : Alphabet
    key----
    value
    0----
    Number
    1----
    Number
    2----
    Number
    9----
    Number
    3.  Write logic IF "number" than  "Arithmatic -> FormatNumber   (0000000000)   -
    // for leading zeros
             ELSE
         concat with extra space        -
    Thanks

  • Built-in functions for Forms in Oracle AS 10g

    Hi,
    We have recently installed form and report services for AS10g.
    Altough we have successfully converted and deployed static 6i forms to the server, the built in functions (like CALL FORM etc.) doesn't work.
    For instance a form is diplayed and is able to retrieve data but it does actually nothing when a button is pressed with underlying CALL_FORM, SET_WINDOW_PROPERTY functions.
    In our developer's devSuite these functions work fine, so I wonder if some service to be added to the server side.
    Any help will be appreciated,
    Thanks,
    Guney Hanedan

    If your development and target systems are different make sure you regenerate the FMX files...also make sure you have the correct case....in windows CALL_FORM('FormA') is will call a form called FORMA or ForMA or FORma..if you are deployed on unix or linux this will fail .
    REgards
    Grant Ronald
    Oracle Product Management

  • Mapping middle key to command in a form

    hii,
    please help me to map middle key in handset to a specified command added in a form?

    Supposidly it's possibly through a CustomItem. I've never worked with it though.
    http://www.it.uc3m.es/celeste/docencia/j2me/docs/api/midp/javax/microedition/lcdui/CustomItem.html
    Mind you, this means you'll have to program all of the Form functionalities yourself! (That or copy the original Item you want to use and add your own bit of (key input) code, if that works..)

  • Replacement for Exit_Menu Built-in in Oracle Forms 10g

    Hi All,
    Is there any replacement available for Exit_Menu in oracle forms 10g?.
    Regards,
    Prasad.

    No. Menus built-in associated with full-screen display and character mode have been removed in 10g.

  • Clear_Form / Clear_Block built-ins and Rollbacks

    First off, I want to make sure I have this right. Both Clear_Form and Clear_Block with a NO_COMMIT or NO_VALIDATE passed will execute a database ROLLBACK correct?
    I am assuming that this is the case as some of my non-committed transactions are being rolled back after a clear_form call. Here is my situation:
    The users will enter any number of related transactions. This meaning, either all of them commit or all of them rollback. My problem is that each time a transaction is completed, the Form needs to clear so they can begin the next transaction. Being that this is a big form, it is much easier to use the Clear_Form tool to clear everything. However, I do not want the prior transaction to rollback.
    Is there another way to clear a form without issuing a rollback? The form is too big to manually clear out each data block. Should I try using savepoints (I have many clear_block calls however)? I have also tinkered with the idea of using library package pl/sql table variables to store the prior transactions, and do one final insert at the end.
    Thoughts anyone? Thanks!
    Mike

    Hey guys, thanks for the responses.
    Jan, I tried the new-form built-in, it works except that since I have uncommitted transactions, it gives me the Do you want to save the changes... pop-up, which is unacceptable.
    Steve and Gerd, I am not sure I can implement those changes. This form is a Gift Processing form in which our users enter gifts, pledges, etc. These forms consist of many blocks based on many tables which store the data. The forms themselves consist of at minimum 3 different tabs. Submit only happens once the "Submit" button is pressed. At this time, any final validation occurs at which point an outside pl/sql procedure is called which "Posts" the gift to all of the applicable tables. There are many business rules which need to be checked prior to posting the gift. This procedure returns any errors which tell the form whether to Commit or Rollback the entire transaction...
    The existing forms work fine with the Clear_form call because each form performs and commits a single transaction (entire gift). I also use the Clear_form for refresh functionality. However, with this new enhancement I am trying to implement (the multiple related transactions - a split gift) this causes problems with rollback. At any rate, forms is not my expertise (although, I am the forms expert here), pl/sql programming is. Does this make it any more clear or am I just not getting it?
    Thanks again for all the help...
    Mike

  • Using System variable built-ins

    Please suggest built-in to use in when-button-pressed trigger to navigate to block items
    depending on which block the form is in. I used :system.cursor_block but nothing happens
    when I click on button with it.
    For button with when-button-pressed trigger I have
    Declare
    curblk varchar2(30);
    Begin
    curblk : = :system.cursor_block;
    if curblk = 'block A'
    then go_item('blockA.itemA');
    show_view('blockA_canvas');
    elsif curblk = 'blockB'
    then go_item('blockB.itemB');
    show_view('blockB_canvas');
    elsif curblk = 'block C'
    then go_item('blockC.itemC');
    show_view('blockC_canvas');
    end if;
    End;

    What are you trying to achieve? Based on your code example, it looks like you want to navigate to a specific item (say the first navigable item) in block if the user clicks on a button.
    As to why your code doesn't work, I'm going to guess the reason nothing is happening is because you have the "Mouse Navigate" and "Keyboard Navigate" properties of your button set to YES. If this is the case, when you click on the button forms actually navigates to the button. This happens before the trigger behind the button is executed. Therefore, the cursor is always on in the block where the button is defined. If you want the button to evaluate the block/item of current item, set these properties to NO.
    Aweiden is right, SYSTEM variables are stored in Upper Case and spaces are not allowed.
    Hope this helps,
    Craig...

  • Execute report output using RUN_REPORT_OBJECT built-in  in  Oracle Forms 10

    hello,
    am executing report when am pressing the Button
    in the WHEN-BUTTON-PRESSED Trigger i wrote the below code
    Declare
         v_report_id report_object;
         v_report varchar2(100);
         vjob_id varchar2(100);
         vc_rep_status varchar2(100);
    BEGIN
    v_report_id := FIND_REPORT_OBJECT('new_test_report');
    v_report := RUN_REPORT_OBJECT ( v_report_id );
    vjob_id := substr (v_report,31); -- ( vc_ReportServerJob, length(vc_reportserver)
    +2, length(vc_ReportServerJob) );
    vc_rep_status := REPORT_OBJECT_STATUS (v_report);
    IF vc_rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'|| vjob_id||'?server=rep_mohahubkpcomp_ORaHOme_IAS'||'&userid=bedman/bedman@bedman'||'&paramform=no','_blank');
    ELSE
    message ('Report failed with error message '||vc_rep_status);
    message ('Report failed with error message '||vc_rep_status);
    END IF;
    END;
    the above code is executing the output but it is asking the AUTHENTICATION TO OID(Oracle Internet Directory). If i give this id then only the Output is displaying..
    in WEB.SHOW_DOCUMENT i mentioned that userid is DB id... if it is wrong
    which id i have to specify.
    and The report is located in Reportserver . and it is added to Form. in report node.
    it is an urgent requirement.
    Thanks & Regards
    Gagan.

    Hello,
    Have you created a "reports object" in Forms ?
    (watch under the Reports node in the "Object Navigator".
    Regards

  • Calling built-in submenus in Forms 4.5

    Is it possible to call any built-in submenu in the Main menu although it's deactivated?
    Thanks for any help.

    I don't really understand the question - do you want to call the PL/SQL code that is coded into the menu item in the submenu or do you want to display the submenu even though it's disabled?
    If you want to call the code, then you put the code in a trigger rather than the Menu item, then use EXECUTE_TRIGGER to call that code either from the menu or from elsewhere.

  • Oracle Graphics: OG Built-Ins

    What is the OG Built-In to Hide/Show the Data Value Labels the appear above each bar of the bar chart ?
    I do not mean the X-Axis labels.
    I mean the numeric values that appear above the bars of the bar chart.

    If you created the bar chart in reports 9i, you can disable/enable "Show data labels on bars" of plot area panel in the graph wizard to hide/show the label.

Maybe you are looking for

  • How can I attach multiple filled-form PDFs to the same outgoing email on iPhone/iPad?

    How can I attach multiple filled-form PDFs to the same outgoing email on iPhone/ iPad?

  • Invoice Key Error

    Hi Xperts, While I try to Map the A/P Invoices with their respective Outgoing Payment, I used the following Query and it's Query Printlayout SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T2.InvoiceId, T2.DocEntry, (select numatcard from opc

  • Show different dropdownlists according to the selected value

    Hi All, I need pop up a different dropdownlist according to the selected item in one dropdownlist. .e.g. if I select state in one dropdownlist, another dropdownlist contains all the states will show up beside it. Any one can help me? Thanks a lot

  • NO MARKER UPDATE

    hi all, what is the use of  NO MARKER UPDATE in collapse tab of incube manage for specially inventory infocubes.. plz explain me in detail.. thanks in advance pinky reddy

  • NETWORK CARD/ TV CARD

    hi, my first post here goes , since I upgraded to windows 8 pro my tv card BLACKGOLD BGT3510  is no where to be found including device manager also upgraded broadband to  50mbs and now am told network card  needs to be changed  PC IS MEDION MD8828. t