How to enable "Shift-F6" or "Copy Record" feature in custom Forms

I am looking for sample code or setup to enable Shift-F6 (Copy Record) functionality in multi-record block of a custom Form.
If someone has tried it earlier, can you pls share. Or, point me to a documentation which has these details.
Thanks.

forms has a built-in duplicate_record, see forms help for examples and click the link below,
http://www.oracle.com/webapps/online-help/forms/10g/state/content/navId.3/navSetId._/vtTopicFile.f1_help%7Cbuiltd_f%7Cduplreco~html/
check do_key too
see this link too
http://www.tek-tips.com/viewthread.cfm?qid=637515
Message was edited by:
zaibiman

Similar Messages

  • How to enable record history for custom forms

    Hi All,
    I have developed a custom form but i am unable to view the record history when queried and it throws an error saying 'Record history not available here'.
    can some one help me in sorting out the problem.
    Thank you

    Hi,
    The following table lists the standard columns used for Record History (WHO), the column attributes and descriptions, and the sources for the values of those columns. Set the CREATED_BY and CREATION_DATE columns only when you insert a row (using FND_STANDARD.SET_WHO for a form).
    CREATION_DATE
    CREATED_BY
    LAST_UPDATE_DATE
    LAST_UPDATED_BY
    LAST_UPDATE_LOGIN
    For more details, please refer to "Oracle Applications Developer's Guide", Page 3-2 Tracking Data Changes with Record History (WHO)
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf
    Regards,
    Hussein

  • ORA-01403 no_data_found when saving the record in the custom form

    My custom form has 2 windows with 3 blocks. The first window has the BATCH block while the second window contains the HEADERS and LINES blocks. User go to first window, enter the batch info and save the record with no issue. Now user go to second window, enter the header info and save. Now we have the ORA-01403 no_data_found error. My custom form only have few SQLs and I put exception blocks on all of them but no_data_found still shows.
    Besides explicitly-used SQL statements, I wonder where else may have triggered the NO_DATA_FOUND error?
    Thanks, Mike.

    Hi!
    If an exception is raised in forms and an exception handler
    tries to show the dbms_error_text function, you will get
    the ORA-01403 no_data_found message too, if there is no database error.
    Regards

  • How to implement Key Flex Fields in new oracle apps custom forms.

    how to impletement key flex fields in oracle apps custom forms
    if any technicle document is there then send me on this forum and also send me on my email id.
    [email protected]
    Thanks & Regards,
    Pranay Patel

    Hi,
    Please see the note:730068.1 - How To Invoke a DFF from a custom form
    Thanks,
    Ajikumar G

  • HOW TO ENABLE FIELD ONLY IN CURRENT RECORD?

    I have a field in a multi record block that i want protected when user is editing a record. The problem is if the user wants to add a record they need to be able to enter a value for that field. My questions is how do you unprotect the field for the current record to be inserted without unprotecting the existing records in the block with the same field.
    Also, I want to clear a record in multi record block after it fails validation. What trigger would be ideal for such an operation or what method? I have a field that if they enter a duplicate value when doing an iserting I give an error to change. If they blank the field out(the user decided that they are not going to perform an insert) it seems that the record remains even though there are no values for the record. I am hoping that the user would not have to press a delete button that performs a delete_record but instead I can call clear_record to actually get rid of it. Thanks.

    Hi ,
    If you wish to hide or show fields, proceed as follows(through screen variants):
    1. Determine the screen variant, for example, BBP_SC(For shopping cart), using the list in documentation of BADI BBP_SCREENVARIANT.
    2. Copy this screen variant, for example, in Zbbp_SC, in Transaction SHD0.
    3. Change the new screen variant as required. Note that you can only change the display properties for fields of table controls. You can switch the display on and off.
    4. Implement the appropriate method (see the list above). Fill the export parameter EV_SCVARIANT with the new screen variant.
    You can create multiple screen variants for a screen and then select these in the BAdI depending on the user or on other criteria.
    here is sample code in BADI BBP_SCREENVARIANT implementation after creating Z screen variant.
    Method IF_EX_BBP_SCREENVARIANT~GET_SCREENVARIANT_SC.
    IF iv_progname EQ 'SAPLBBP_SC_UI_ITS'
    AND iv_dynnr EQ '0120'
    AND flt_val EQ c_fltval.
    IF iv_scvariant EQ 'BBP_SC'.
    ev_scvariant = 'Zvariant'.
    ENDIF.
    ENDIF.
    ENDMETHOD.
    Please reward points if helpful..
    Thanks
    Venkatesh

  • How to enable COLOR EFFECT, DISPLAY, etc. panels for the custom components?

    POSITION AND SIZE and COMPONENT PARMETERS are the only panels available for the custom components. Is there a way to configure the custom components or the Flash Pro itself to enable other panels (COLOR EFFECT, DISPLAY, etc.) that available for the Adobe UI components?

    In Flash CS6, you'll need to place your component(compiled clips) inside a Movieclip symbol to apply these settings. In Flash CC, you may do so directly from the Properties panel like for any other movieclip symbol.
    Let me know if you face issues.
    -Nipun

  • How to write WHERE clause in dynamic record group in oracle forms

    hi this is s.v.eswar,PLZ HELP ME
    i am new to oracle forms
    i want to write where clause in dynamic recordgroup
    this is the code i have written
    DECLARE
         MGR_ITEM ITEM:=FIND_ITEM('MGR');
         RG_ID_MGR RECORDGROUP:=NULL;
         MGR_DUMMY NUMBER;
    BEGIN
         RG_ID_MGR:=FIND_GROUP('MGRNUMBER');
         IF ID_NULL(RG_ID_MGR) THEN
              RG_ID_MGR:=CREATE_GROUP_FROM_QUERY('MGRNUMBER','SELECT DISTINCT TO_CHAR(EMPNO),TO_CHAR(EMPNO) FROM EMP WHERE JOB='MANAGER''); --THIS IS THE LINE I AM GETTING ERROR
         END IF;
         IF NOT ID_NULL(RG_ID_MGR) THEN
              MGR_DUMMY:=POPULATE_GROUP('MGRNUMBER');
              IF MGR_DUMMY=0 THEN
                   POPULATE_LIST(MGR_ITEM,'MGRNUMBER');
              END IF;          
         END IF;     
    END;
    COMPILE TIME ERROR
    1)I have written where clause like this WHERE JOB='MANAGER'
    then oracle compiler has given error like
    ENCOUNTERED THE SYMBOL 'MANAGER' WHEN EXPECTING ONE OF THE FOLLOWING .,().........etc
    (FOR THE ABOVE ERROR I JUST REMOVED SINGLE CODES AND WRITE LIKE THIS ----->WHERE JOB=MANAHER)------>THEN COMPILED SUCESSFULLY)
    AND I RUN THE FORM
    RUN TIME ERROR
    FRM-41072: CAN NOT CREATE GROUP 'MGRNUMBER'

    Hi there
    pls have a look here
    Dependent drop down lists in forms 6i
    hope this helps...
    regards,
    Amatu Allah

  • How to enable Like/Unlike, paging and searchbox functions for customized blog view list with JSLink.

    Hi All
    I am trying to customizing a view list which based on a blog template( =AllPost.aspx ) bu JSLink. The view need below 3 functions.
    1. User can set Like/Unlike for each item on the list view.
    2. User can move page by standard like page navigation buttons( prev/next ).
    3. User can search the specific item by searchbox keyword.
    I tried to overrideCtx.Templates.Item and overrideCtx.Template.Footer in .js - customized footer returns RenderFooterTemplate(ctx).
    a). Like/Unlike function worked fine.
    b). Page navigation and search did not worked.
    Next, I tried to overrideCtx.Templates.Body -
    a). Like/Unlike function worked not fine. - when the user clicks Like/UnLike on the page(n>2), list view moves top(n=1) after the below code executed.
    EnsureScriptFunc('reputation.js', 'Microsoft.Office.Server.ReputationModel.Reputation', function ()
    Microsoft.Office.Server.ReputationModel.Reputation.setLike(
    ctxObj,
    listId,
    itemId,
    like);
    b). Page navigation and search worked fine.
    Finally, I override both Item and Body with almost same code(differs set for the item object).
    After that all functions work fine, but I can not understand
    why. 
    Does anyone have explanation of that or another way?

    try this links for button funcitonality:
    https://social.msdn.microsoft.com/Forums/en-US/6a19b015-83a3-4cf3-a5da-216133ce936b/need-next-previous-button-on-list-view-webpart?forum=sharepointcustomization
    http://maulikdhorajia.blogspot.com/2011/06/sharepoint-2010-customize-paging-in.html

  • How to set record history for a customized form?

    i have created a customized form and register it onto apps. everything is working fine expect for the Record History part. while going to Help -> Record History for my customized form it showing error message -
    Recird History is not availbale here.
    Please suggest if i have to write a specific trigger for setting the record history. also please provide the sample code for the same.
    Thanks,
    Sam

    Sam,
    Please see if these threads help.
    How to enable record history for custom forms
    How to enable record history for custom forms
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    Regards,
    Hussein

  • How to enable attachment icon to a custom form

    Hello all,
    I am developing one custom form in 6i version.. can any one help me how to enable attachment icon to a custom form..
    Thanks in advance.

    What exactly are your trying to do when you say "enable attachment icon"? Also, since you mention "Custom Form" I assume you are developing in the Oracle Enterpise Business Suite (EBS). Whatever you are attempting, there may already be an "Apps Approved" method for doing this. I suggest you review the Applications Documentation specifically the Oracle E-Business Suite Developer's Guide and Oracle E-Business Suite User Interface Standards for Forms-Based Products guides. Also, you might want to post your question in the General EBS Discussion Forum.
    Craig...

  • How to enable logging for the Web Proxy

    Hi,
    Does anyone know how to enable logging for the Web Proxy feature under "Web" in Server Admin?

    Aren't the web proxy hits logged in the standard apache logs? /var/log/httpd/access_log

  • Enabling system menus for custom form

    Hi All,
    can I enable system menus First Row (CtrlH) and Last Record(CtrlE)  for custom forms? They are not getting visible for custom forms. So I am getting the error as 'Menu not found' when try to enable that.
    Jisha

    Hello,
    These menus (from GOTO menu) are not exist in the User Defined Forms either type is UDO or not UDO.
    You can implement these menus, with the same menu IDs (First Row = "5901") by Adding menu items to form
    Dim oMenuItem As SAPbouiCOM.MenuItem = oForm.Menu.Add("5901", "First Row" + vbTab + "CTRL+E", BoMenuType.mt_STRING, -1)
    But you should implement all the features you needed.
    Regards,
    J.

  • How REC ENABLE several tracks? As well as copy plug from one strip to next?

    First of thanks.
    Gee, I didn't know I could fit both questions in the threat title, but there they are.
    1) How to REC ENABLE DUPLICATE AUDIO TRACKS, I thought it was command shift, but tried that as well as ctl shift, alt-shift, etc, and the track hilights but as soon as I click REC it jumps to that one track and selects that.
    2) how to copy a channel insert of plug in (DRUMS MODULE, GUITAR SIM) from one to another while keeping it on the original track?
    Also, as some may know, I get this HUI Error, and do not know what to do. I looked in preferences setup and do not see it listed. I do use MACKIE FIREWIRE interface and believe HUI is their control panel..
    I uploaded a image for you to see.
    Thanks all.
    http://img207.imageshack.us/my.php?image=logicerrorcm7.gif

    Hold the shift key down to record enable an audio
    track and an audio instrument track at the same
    time.
    But if you are trying to record enable two audio
    tracks, they each need to be assigned to a different
    input. In other words, only one track can have "Input
    1".
    As to copying plug-ins from one track to another,
    this can be done from the mixer page, or the
    environment, or the audio configuration window. Hold
    down the Apple key, the curser turns into a hand.
    Then hold down the Apple key AND the option key, to
    copy/drag a plug-in to another track.
    Someone else will have to answer the HUI question. I
    haven't seen that before...
    Oh man,,,,,,ok, here is the deal,,,,I have a guitar plugged into HI-z High quality firewire interface, channel 2, the idea was to open a few instances of say Amplitude 2 or Guitar Rig and select different amps. I love Logic more so than say SX, but in SX this can be done.
    Is there a work around?
    Will check out the corrupt file and get back to that...
    Thanks

  • How to enable Multi-record select in Oracle Forms

    Hi
    we recently upgraded to R12 -- 12.1.3.
    we have a requirement in which I should let the users select multiple records in a tabular Form (custom form).
    Currently we have a custom form that displays Open sales orders with credit holds. After selecting the record, the user can release the hold on the order by clicking on a button. The requirement is for enabling selection of multiple records and release.
    We have a similary functionality in 'Quick Sales Orders' form. In this form, multiple lines can be selected by pressing 'CTL' and clicking on the records.
    I read about using APP_MULTI for this. But I couldnt figure out how to enable the multiple selection.
    If someone could throw some light on this, it would be greatly helpful

    See http://stackoverflow.com/questions/3291758/how-do-i-use-the-app-multi-package-to-support-multi-selection-in-my-oracle-form for steps/sample code.
    Sandeep Gandhi

  • How to enable Flash CS4 to accept SHIFT INSERT instead of CTRL V? (BUG!!!)

    This drives me mad... And just can't understand why Adobe has not corrected this very basic bug since ages. So, the thing is Windows users tend to love, GOT USED TO using CTRL+INSERT and SHIFT+INSERT for copy and paste operations.
    Yyyeeas I know, that under Keyboard shortcuts I can define my own shortcuts, but the real problem is, that even after the Shortcut manager eats shift insert as a paste hotkey, it just fails to function.
    CTRL INSERT works like a charm, but SHIFT INSERT as Paste DOES NOT.
    AAARRRGGHHH. ADOBE PLEASE CORRECT THIS ERROR TO ALLEVIATE THE PAIN!
    PS: And please make a usable flash code editor in the next Flash release. Thanks. Like normal line copying and inserting would be welcome. Check PHPEd, Ultraedit and other common editors for behaviour patterns...

    Well, after months of trying to get Adobe to take this issue seriously I have finally got this reply from Tech Support:
    Peter, let me inform you that, Bug Number for the issue that you are facing is "Bug# 2193890".
    Peter, as per my interaction with senior Technical Department let me provide you the important information, this bug is not going to be worked upon by our Engineering team because, According to Adobe Technical Support policy, we cannot work on a bug if we do not recieve certain specified number of complaints from customer's.
    As this issue is encountered by only very few customer's, hence this bug will not be fixed by pur Engineering team. 
    So can I suggest that anyone who is driven mad by this 'bug' (actually a fundamental oversight in the very basic programming of the interface) contacts Adobe support, referring to Bug# 2193890 (and maybe my Case #181518116). 
    After all, how hard is it to trap some key combinations?

Maybe you are looking for

  • Install of OS X leopard on Powerbook G4 stalls each time

    Hi - I was wondering if anyone out there could help me - I have a Powerbook G4 15", bought around 2005/6. Great machine, never had any problems... until now... I recently did an apple security update, after that the computer never rebooted, always go

  • MacBook Pro Display & Backlit won't turn on!!!

    I have a MBP (2008) and it was on hibernate (OS VIsta) when the electric power in my area shut down. After that, my MBP won't turn on. I've tried to reset with SMC as well. nothing happens, but led is on as if its on sleep mode. Please help. Details:

  • Issue with Level-based measure at Year level

    Hello everyone, I am facing weird issue while using OBIEE 11g level-based measure at the Year level. I am creating a trend analysis report that are displaying Expense Accounts dimension with 6 levels and 2 measures: Expense YTD, and Expense Full Year

  • Leopard/external HDD issue.

    Being that my paltry 80GB hard drive in my Powerbook cannot hold even my music collection, I run my iTunes library from my external HDD. Since externals are notoriously unreliable, I have it stop spinning after a time without usage. However, since ge

  • Clockwiser

    Hi all, I have a clockface of images with a button, which when clicked should rotate the images clockwise around the clockface. There are 3 images per 'hour'. The images are placed via co-ords stored as x & y arrays. The button needs to advance the s