Save Records by using F10 and after pressing F10 it display another form?

hello all
is it possible to save records by pressing f10 key and after commit it display another form? if yes then help me
sarah

Hi,
In the KEY-COMMIT trigger of the form write the code,
     COMMIT;
     NEW_FORM('<form_name>'); -- Or any other form opening built-ins like OPEN_FORM, CALL_FORM etc.Regards,
Manu.
If this answer is helpful or correct, please mark it. Thanks.

Similar Messages

  • I am unable to update my album art since I commenced using match (and after upgrading to Yosemite).  How can I 'unembed' old cover art and replace?

    I am unable to update my album art on my iMac since I started using Match (and after upgrading to Yosemite 10.10.3).  A message advises that it's not possible to removed old artwork if it's embedded.  How can I 'unembed' old cover art and replace?

    Normally artwork recovered with iTunes is stored as a separate artwork file and iTunes refers to that file to display artwork when you click on a track.  However, if you then copy the file to another player the artwork file is left behind and the track will not display the artwork on the other player.  To get around this it is possible to embed the artwork in the music file itself so it always travels with the file.  Artwork can be embedded by you or files from third party sources may arrive with embedded artwork.  iTunes apparently now won't replace artwork for such files.  You can accomplish this by completely deleting artwork for a file or set of files in Get Info, then getting iTunes to fetch artwork which will then be set as a reference file rather than being embedded.
    I use an old iTunes so unless you are using an ancient iTunes it won't help for me to give you great details.  To erase artwork I simply get info on a series of files and check the box next to the artwork box without adding any artwork and close.  To do it for  single file I Get Info, go to the artwork display tab and click delete.  Here's a Windows reference for a newer iTunes (but the "old Get Info" reference is for early iTunes 12 and no longer works with newer):I cannot delete embedded album artwork in iTunes 12

  • How to update and insert the records without using Table_comparison and Map_operation?

    How to update and insert the records without using Table_comparison and Map_operation?

    Use either join or MERGE see this Inserting, Updating, and Deleting Data by Using MERGE

  • TS1398 I have I-phone 4S - Since updating to IOS 6, when at home with Wi-Fi network with my I Phone connection is not responding sometimes – for example if I want to check my G-mail it shows loading but nothing happens and after few minutes it displays "C

    I have I-phone 4S - Since updating to IOS 6, when at home with Wi-Fi network with my I Phone connection is not responding sometimes – for example if I want to check my G-mail it shows loading but nothing happens and after few minutes it displays “Cannot Get Mail” – The mail server “imap.gmail.com is not responding, Verify that you have entered the correct account info in mail settings
    Other times the Wi-Fi connection works fine and it check e-mail or other within few seconds. The connection problems seems to be intermitted
    This issue never happened before with IOS 5 since I bought the new phone in Oct 2011.

    We suffered the imap.gmail.com server problem After an IoS 6 upgrade. The simple solution is to delete the problem account, shut down the iPad, start up again and reenter the account. Everything comes back normally. Good Luck everyone!

  • When i back up an iphone on itunes does it save my social network passwords and stuff so when i connect another phone and sync it it'll all be there and i won't have to sign into everything again?

    when i back up an iphone on itunes does it save my social network passwords and stuff so when i connect another phone and sync it it'll all be there and i won't have to sign into everything again? because, i don't know most of my passwords im just signed in to everything on my phone but i'm getting a new one.
    please help

    Hey menaelraghy,
    Thanks for the question. The following resource outlines what is backed up, you may be interested in this section:
    iTunes: About iOS backups
    http://support.apple.com/kb/HT4946
    - Keychain (includes email account passwords, Wi-Fi passwords, and passwords you enter into websites and some applications)
    If you encrypt the backup, you can transfer the keychain information to the new device. With an unencrypted backup, you can restore the keychain only to the same iOS device. If you're restoring to a new device with an unencrypted backup, you need to enter these passwords again.
    Thanks,
    Matt M.

  • How do I save an image using image capture after i scan a document?

    How do I save an image in image capture, after I've scanned a document?

    Hi, and welcome to Apple Support Communities.
    The process may differ a bit, depending upon which version of the OS you are using. Open the Image Capture application and click on the Help menu for it.
    In Mac OS X 10.6.8, I get this:
    Control + click on image and choose to "Open Link in New Tab" (or window) in order to see the full-size image.
    According to those instructions, it looks as though the scan should be automatically saved to the folder you've chosen.

  • Im getting error 16 every time i use photoshop and after effects plz any suggestions ?

    i have downloaded photoshop cs6 and after effects cs6 they worked properly and now they both give me error 16 when i try to open them

    This thread from the Adobe After Effects Forum might be useful, especially some of the links, plus Replies near the end: http://forums.adobe.com/message/4299880
    Good luck,
    Hunt

  • I have been using Pages and after sleeping it will not show a cursor in a new document.  Using Lion

    I was using Pages, put the computer to sleep, and after waking it and going to Pages, it would not show a cursor in a blank document and most of the commands were grayed out.

    Carolyn,
    It seems that when you woke up you were in a Pages Layout Template, rather than the word processing template you are more accustomed to.
    Jerry

  • I have the iPhone 6 and after pressing the sleep button it will not come back on has this happened to anyone else

    Having trouble getting my iPhone 6 to start back up after pressing the sleep button. Have anyone has this problem?

    DDid you do a hard reset?   Sleep button and home button together until rebot.   Nothing erased.  

  • How to stop record scrolling using up and down arrow key in forms

    Hi ,
    how we can restrict the record navigation using up & down arrow key...
    Thanks & Regards.
    vvm

    write key-up & key-down triggers at form level.
    inside that write the code
    BEGIN
      NULL;
    END;

  • SharePoint 2010 and InfoPath 2010 - Load data from another form

    Hello,
    I have two questions on this topic.
    Is it possible to open an empty InfoPath form and give the user the option of loading it with data from a previously submitted form?  They want the ability to save some time of filling in some fields that were entered in an earlier form.  Any description
    of how or a link would be appreciated.
    Also, if I create an InfoPath form template in a SharePoint Form Library like above, the user would like to be able to have multiple forms associated with each other.  There would be some key that packaged them with each other.  Then from within
    one of the form, there would be an option to submit the whole "package" at once.  All the forms associated with that one key.  Again, any examples or links would help.
    Thank you!

    You can use InfoPath Query Data connection to point to a library / list where your data is located.
    For loading data, you should be using Form Load event, and then populate ID's to a Drop down list.
    when the user selects the ID from the Drop Down list, you can write another rule to query data based on the ID's from the list and store the values in your current form.
    For the second question, you should try creating a single form with multiple views. and show hide views based on user or business logic.
    You can write multiple submit rules to submit Form data to different different library / list.
    here are some links for your reference -
    Add, delete, and switch views (pages) in a form
    http://office.microsoft.com/en-us/infopath-help/add-delete-and-switch-views-pages-in-a-form-HA101732801.aspx
    Add a data connection to a SharePoint document library or list
    http://office.microsoft.com/en-us/infopath-help/add-a-data-connection-to-a-sharepoint-document-library-or-list-HP010093160.aspx
    Automatically query by using a data connection
    http://office.microsoft.com/en-us/infopath-help/automatically-query-by-using-a-data-connection-HP001100271.aspx
    SharePoint List Data Connections in InfoPath 2010
    http://blogs.msdn.com/b/infopath/archive/2010/05/06/sharepoint-list-data-connections-in-infopath-2010.aspx
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • How do I get and pass Master-Detail rowid to another form in query mode?

    I am trying to get the rowid of my master record passed to
    another form in query mode. This is necessary because, I need to
    have a way to show other detail tables for my master record. I
    have been successful in calling the other forms, but only if I
    hard code the rowid(or Primary Key).
    Ultimately a "Tabbed" HTML table for each supporting detail
    table that I have would be perfect. Any help would be greatly
    appreciated. Thanks.

    correct me if I am wrong, is this a 9iAS (Application Server)
    related question? This forum is for 9iAS only.
    Regards,
    --Tao

  • TS3694 white screen continues to stay on after reset and after pressing and hold BOTH buttons (top left and mid bottom front screen bottom button)...in restoring on itunes error message "2009" shows after trying to connect to itunes...any help?

    error message "2009"  and white screen reset fail...what to do??????????...please dont tell me about pressing the 2 bottons at the same time....did that n it DID NOT work in my case.

    Error 2000-2009 (2001, 2002, 2005, 2006, 2009, and so on)
    If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve the issue, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue persists, it may be related to conflicting security software.

  • HT4623 I use 3gs and after updating the IOS 6.1- the battery drains very fast and sometimes it hangs- pl.. help me to sort the problem.

    Pl. help me to figure out the resaon for this.

    Hi eyen83,
    Welcome to the Support Communities!
    If you're not able to make calls on your iPhone, try these troubleshooting steps first:
    iPhone: Troubleshooting issues making or receiving calls
    http://support.apple.com/kb/TS3406
    Follow the steps below to resolve this issue. Please test after each step.
    Toggle airplane mode: Tap Settings > Enable Airplane Mode, wait five seconds, then turn off airplane mode.
    Check your phone settings:
    Check your Do Not Disturb settings: Tap Settings > Do Not Disturb.
    Check for any blocked phone numbers: Tap Settings > Phone > Blocked.
    See if Call Forwarding is turned on: Tap Settings > Phone > Call Forwarding.
    Ensure that your software is up to date:
    Check for a carrier settings update.
    Check for an iOS software update.
    Note: Some updates may require a Wi-Fi connection.
    If the iPhone has a SIM card, reseat the SIM card.
    If the iPhone 4 or iPhone 4s is on the Verizon network, dial *228 from the iPhone and select option 2 to update the Preferred Roaming List (PRL). The PRL determines the cellular towers the phone uses for cellular service, selecting those with the best signal strength.
    Reset the network settings: Tap Settings > General > Reset > Reset Network Settings.
    Try to make or receive calls in another location.
    Attempt to isolate to one network band:
    If you're having the issue on LTE, disable LTE, if possible, and try again.
    If you're having the issue on 3G/4G, disable 3G/4G, if possible, and try again.
    Contact the carrier to check the following:
    Your account is properly configured to use the specific iPhone that has the issue.
    There are no localized service outages.
    Your account doesn't have a billing-related block.
    Your calls don't have errors on the carrier system.
    Restore the phone as new.
    If the above steps don't resolve the issue, go to an Apple Retail Store, carrier, Apple Authorized Reseller, or contact AppleCare to send the phone in for service.
    Cheers,
    - Judy

  • When I use Premiere and After Effects at the same time, it causes my computer to restart. Why does it do that?

    When I create a dynamic link to after effects it will work for a couple seconds, but then I get a black screen saying error and that I need to restart my computer. I can use the programs independently, but not together.

    *** Panic Report ***
    panic(cpu 4 caller 0xffffff8002c1a46e): Kernel trap at 0xffffff8002bd1f96, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffffbf40000028, CR3: 0x000000040ac56010, CR4: 0x00000000001627e0
    RAX: 0xffffff7f80000000, RBX: 0xffffff8021b84100, RCX: 0xffffff7f80000028, RDX: 0x0000003fc0000000
    RSP: 0xffffff81ed203cd0, RBP: 0xffffff81ed203d00, RSI: 0x000000004169e77f, RDI: 0xffffff8007fa2da8
    R8:  0xffffff8022b77130, R9:  0xffffff81ed203e90, R10: 0x0000000000000001, R11: 0x0000000000000206
    R12: 0xffffff8007fa2da8, R13: 0xffffff8006ec4000, R14: 0x0000000000038000, R15: 0xffffff802cf46b40
    RFL: 0x0000000000010206, RIP: 0xffffff8002bd1f96, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0xffffffbf40000028, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff81ed203980 : 0xffffff8002b2fe41
    0xffffff81ed203a00 : 0xffffff8002c1a46e
    0xffffff81ed203bc0 : 0xffffff8002c36683
    0xffffff81ed203be0 : 0xffffff8002bd1f96
    0xffffff81ed203d00 : 0xffffff8002b9cc0d
    0xffffff81ed203f20 : 0xffffff8002c1a974
    0xffffff81ed203fb0 : 0xffffff8002c36595
    BSD process name corresponding to current thread: After Effects

Maybe you are looking for

  • When I tried to update my ipod touch, there was a problem and i don't get to restaure the softwere

    I was updating my ipod touch 64gb with the new operation softwere, there was a problem, and the itunes message showed that I had to restaure. When I try to restaure the follow message appear '' The apple site is not available" I tried to use the exis

  • Is there a way to import an audio file (WAV) with markers?

    I used a TASCAM DR-100-MK2 audio recorder to record conference presentations. The TASCAM has a function button which can be used to create markers in the audio file. I used this "marker" button to create a marker every time the presenter changed the

  • Approved applications not showing up in simple finder (parental controls)

    I set up a limited access account for my son and turned on the simple finder option. I went through and selected the programs that I want him to have access to. However, not all the selected applications show up in the simple finder of the limited ac

  • DBAdapter - Select Query with parameter

    Newbie Question : I need to get data from database based on a value entered by the user. I have created a dbadapter with select operation and it accepts one parameter that is used in the where clause. My question is how do I pass the value entered in

  • Need exception messages in english language

    Since my application is running for different european users, the exception messages are half in english language and half in the user local language (e.g. German, Spanish, Danish and so on). What I need is to have the whole exception message in engl