New item position for cursor after enter query

I am trying to have my cursor being reposition in a different item once I click on enter query mode. For some reason, it will not go there. I have the following code in the key-entqry trigger
go_item('cust.custno');
enter_query;
it will not go there till I do a cancel query which is no good.
Please help,
Joe

Hi,
Try this in the When-new-record-instance trigger of the 'CUST' block:
if name_in('system.mode') = 'ENTER-QUERY' then
     go_item('cust.custno');
end IF;
Hope this helps you,
Regards,
CB

Similar Messages

  • How to add a new item-position to salesorder in dialog

    Dear all,
    i have a request to add a new item position to an existing sales order in dialog. The information I have are material number and quanity. After adding these infos the system should work like the user has added the line manually (Entered MatNr and Quantity and pressed Enter). All error messages and checks and rereading data should be processed. Any idea how to do this?
    Every help is welcome.
    Best regards
    Roman

    Maybe not exactly. The user jumps from an "extension" button to a dialog where he can select materials an quantity´s these should be added as new positions to the order.
    BR
    Roman

  • Black or blank screen with blinking cursor after entering Windows password

    This document pertains to all HP computers and tablets with Windows 7 and Windows 8 (8.1).
    You can also link directly to this document at this URL
    http://support.hp.com/us-en/document/c04572861 
    Use the following steps if your computer stops at a black screen with a blinking cursor after entering the Windows password.
    On the black screen, press Ctrl, Shift, ESC to open the Task Manager window.
    note:     If the Task Manager window does not open, see Troubleshooting Black Screen Displays with No Error Messages During Startup or Boot.
    Click the Process tab.
    Look for one or both of the following tasks:
    Run Once Wrapper
    Run Once Wrapper (32-bit)
    Right-click the task, and then click the End task button. Windows should start normally.
    On the Windows 8 start screen type Control Panel then click Control Panel in the search results. In Windows 7, click Start then type Control Panel, then click Control Panel in the search results.
    From the Windows Control Panel, go to Programs and Features or Add/Remove Programs.
    Remove any of the following programs. Additionally, remove any other suspected programs that are not listed.
    Remove these suspected programs:
    Binkiland
    SevenZip
    Unchecky
    Image Repair
    SolutionReal
    Vosteran
    JetClean
    Speed Browser
    Web Bar 2.0.5273.16044
    mypcbackup
    Speed Checker
    Wincheck
    Omega Plus
    Spy Clear
    Word Proser
    Optimizer Pro
    Spyware Clear with PC Tech Hotline
    WSE_Binkiland
    Pepper Zip
    Storm Watch
    WSE_Taplika
    Pro PC Cleaner
    Strong Signal
    WSE_Vosteran
    Safe Search
    Taplika
    To resolve all other black/blank screen issues at boot, see Troubleshooting Black Screen Displays with No Error Messages During Startup or Boot.
    To resolve virus and malware issues, see About Spyware, Adware, and Browser Hijacking Software and Using Windows 8 Defender to Prevent Virus and Spyware Problems
    I work for HP, supporting the HP Experts who volunteer their time and technical knowledge to help others.

    This is not what happens.  The screen goes black, no curser or anything, then it comes right back on to the same page I was on when it went out.  It doesn't happen when I login, it happens as I am on a webpage or playing a online game.

  • Add - new item alert for sub folder

    Hi There,
    I have 2 questions for Folder Action Script. Hope someone here can help me to resolve.
    1. How to get new item alert for sub folder (many subfolders inside the folder).
    2. It is possible to alert on item been removed or modified.
    Thanks in advance.

    You just need to add or change the folder action handler:
    on removing folder items from folderAlias after losing listOfAliasOrText
      # whatever
    end removing folder items from
    There are only a few folder actions available - for adding or removing folder items, closing or moving a folder window, and opening a folder.  See the AppleScript Language Guide.

  • How to define new item category for mm purchasing document

    Hi,
    pls let me know the path for defining new item categories for MM Purchasing document
    thanks,

    Hi,
    Item category you are talking abt , you won't be able to create that as it controls the below item level items of your PO tcode screen .
    Thanks
    Dipak

  • New Pages is double spacing after enter again- can't find the area in inspector that allows you to change paragraph format...help?

    New Pages is double spacing after enter again- can't find the area in inspector that allows you to change paragraph format...help?

    The "new" Pages is missing just about everything.
    Your best best is to go back to the old Pages (mavericks puts in in your applications folder in IWorks.
    Apple told me that based on input from users they will add back some missing features back but I suspect that will take a long time if ever.
    They (Apple) say they created a new Pages to make it work seamlessly on various devices.
    But in doing so they've dumbed down the programs to where they're nearly useless.
    Any new users who don't know what "old" Pages could do will probably be satisfied.
    But those of us who use this program to do real publishing should send feed back to Apple.
    Apple has decided that we are "heavy" users and not representative of the majority of their customers.
    That's why I suspect that putting back the features in Pages will not be top priority.
    But just in case they really do read the feedback send them your opinions and feature requirements and just maybe if enough people squawk they'll at least put the old Pages back in the App Store (it's gone now).
    One possibility crossed my mind. If the new OS Yosemite can mirror devices, perhaps we'll be able to mirror the old pages on to our IOS devices than you could have the full capability of Pages and the connivence of an IPad or IPhone.
    Wouldn't that be awesome?
    At least in the presentation, it looked like it could work, we'll see.

  • Which Item Position for screws

    Hi,
    I want to create a PO. I don't know which Item position for materials "screws" I must give.
    Thanks
    Dede

    Hi
    You need explain your question clearly.
    Please find this link, may be helpful
    http://help.sap.com/saphelp_47x200/helpdata/en/75/ee0d9b55c811d189900000e8322d00/content.htm
    regards
    Srinivas

  • New Item catogery for P.R

    Dear Gurus
    Can we create new item category for P.R, If we can please advice the configuration.
    regards
    srinivas.

    Hi Srinivas,
    Unfortunately, no, you cannot, this is explained in SAP Note 61345 OMH4 Attributes of item categories cannot be changed
    Table T163 (Item categories) has the character of an SAP system table.
    The indicators for account assignment and GR/IR control may not be
    changed by customers. Using transaction OMH4 you can change merely the
    external identifier and the text of the item category: the attributes
    can only be displayed. The only field that can be influenced through
    Customizing is the statistics update group (T163-STAFO): the relevant
    Customizing transaction is OMGO. For this reason, this table has been
    assigned to delivery class G (Customizing tables) in the Data
    Dictionary.
    Regards
    Mauro

  • When new record instance trigger at Fire Enter Query event is throwing erro

    HI
    I have the following code on when new record instance which is set to fire at Enter Query Mode
    IF :SYSTEM.BLOCK_STATUS <> 'QUERY' THEN
    rec_num:=Get_Block_Property( 'MASTER', CURRENT_RECORD);
    GO_ITEM('DETAIL.ITEM_NAME');
    CLEAR_BLOCK(NO_VALIDATE);
    GO_BLOCK('MASTER');
    GO_RECORD(rec_num);
    END IF;
    But this is throwing error when I am querying record on master block.
    It says 'Function not allowed.Please see a list of keys or functions'
    Thanks in advance.

    hi,
    GO_ITEM( ) procedure is resctricted procedure.It can not be used in Enter Query mode to navigate to an item in a different block.
    You can check wheter rest of the procedures are Enter Query Mode -Yes/No thourgh forms help window.
    Message was edited by:
    Manish.Sharma

  • Introducing a new product(freeware) for Adobe After Effects

    Hello to all Blaze here... I just wanted to give our website a shameless plug on VCP. Our site is http://www.ruffkutmedia.com we are your best source for After Effects pre-made projects. As our way to show our appreciation to the entire motion graphics artist we are providing a free download of one of our project files http://www.ruffkutmedia.com/template-Card_Flip_Free_AE__Project.htm
    In addition we offer lots of cool AE Tutorials from some of the best folks in the industry so be sure to check it and then drop me a line to let me know your thought. During the next roll out we will be offering customization of these templates to our buyers so we will be looking for talented motionographer’s to show case their portfolio on our site.
    So with that said, visit us now at http://www.ruffkutmedia.com,  download your FREE After Effects Template, checkout some free tutorials and feel free to post your comments.
    Regards,         
    [email protected]

    If you want to see how laptops (and your Lenovo) run Premiere Pro look and Harm and my PPBM5 test results pages.  Make sure you are comparing only the same version of Premiere because there is a caching difference between them.  Go to the "Version" Tab and select either 5.0.x or 5.5.x.  Do the same thing on "Computer Type" and select Laptop.  Unfortunately we have not yet had anyone submit an Ivy Bridge laptop.  You can also find many other high scoring laptops, and of course you can see how much slower they are than desktops. 
    P.S. the SSD for the boot/OS/Applications does not improve performance, you would be better off adding more memory or upgrading the CPU.  There are a lot of Ivy Bridge Laptops now available

  • Initial Value in Enter Query Mode

    Hi Everyone,
    If you ever need to set a "visual" default (or initial) value for an item in Enter-Query mode, here is one solution to accomplish this:
    Create a WHEN-NEW-ITEM-INSTANCE trigger at the block level where the item is located. Make sure it can fire in Enter-Query mode.
    WHEN-NEW-ITEM-INSTANCE
    If :system.mode = 'ENTER-QUERY' AND :system.cursor_item = <YourItemName> AND <YourItemName> IS NULL Then
        <YourItemName> := <TheInitialValue>;
    End If;You may wish to play with the "Keep Cursor Position" property of the item should you want the cursor to go back to the item position it was when the item was left.

    It seems that your solution described solves my problem expressed 2 months ago....
    I'll try it out....
    Thanks......
    Sim

  • Cursor remaining in the current item even after pressing Enter-Query

    We have an application running in 10g.
    We are getting similar problems in three forms of the application.
    In the form there are 2 datablocks which has a master-detail relationship.
    After the data for the first datablock is retreived, when I click on any of the items and give enter-query, the cursor remains in the same item.
    Ideally the cursor should move to the first item in the datablock after entering the enter-query mode. But it is not happening.
    This is working fine in the other forms. When i give enter-query, the cursor is going back to the first item.
    Only in these three forms, it is behaving differently.
    Expecting a quick reply...

    did you check if the items in object navigator have the same order as on canvas?
    in normal case the cursor goes to the first enterable item in block when entering in query mode.
    as workaround you can write your own KEY-ENTQRY trigger:
    ENTER_QUERY;
    GO_ITEM('YOUR_BLOCK.YOUR_ITEM');

  • MI02 : new items for a document with item already counted

    Dear.
    I try to insert new items for an inventory document.
    This document have items already counted.
    The system send this error message M7706 : Items already counted (no new items possible).
    Do you know a solution to avoid this error message ?
    Thanks.

    M7706 is a hard coded error message, you cannot control it via message attributes.
    What you can do is to do a re-count via transaction MI11 with reference to this inventory document. In this case you will be able to add new items, however, you have to enter the counted amounts for the existing items again.
    But in my opoinion it's easier to create a new PID as suggested by Jurgen.

  • Leopard slow after entering username/password, waiting for what?

    Hello,
    Leopards Server seems to be stuck or waiting for something after entering the username and password, the letters are in gray and leopards seems to do nothing for a minute or more, then it continues to wake up.
    I am installing this machine today, It is a new and fresh installation, 7gb ram, 3tb hard disks, raid stripped.
    any idea bout why every time that after entering the correct username-password leopard waits for a minute to continue booting?
    thanks a lot

    Thanks,
    when I set the DHCP in the basic configuration of Leopard Server, Leopard inserted a 127.0.0.1 before the address I entered. Now I moved the 127.0.0.1 after the other address and it works now.
    thanks a lot

  • Crystal Report  not listed Add New Item for Visual Studio 2010

    I just finished installing cryestal report for visual studio 2010.
    During the installation a visual studio error dialog popped up "Operation cannot be completed. Access Denied", the crystal report installation continued and was informed that the installation was successful.
    But on opening my visual studio project to add new item,  crystal report item is not listed there.
    Is there anything that needs to be done to get it listed in the Add New Item dialog for visual studio?

    I wonder what file you ran to install CRVS2010? Was it the MSI as opposed to the actual install file?
    The link to the correct install is here:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe
    Is that the file you ran to install CRVS2010? E.g. as opposed to:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    - Ludek

Maybe you are looking for

  • Logical export in RMAn

    Dear friends, Is it passible that we take logical backup(i.e Export/Impot) in Rman. If yes then. Why? [email protected]

  • To what folder should I download music in itunes

    When I download MP3s to my computer outside of itunes, what folder should I put them in? 

  • How do I format and mount a hard drive?

    I was successfully using Time Machine to back up my MacBook Pro to an iomega USB portable hard drive. I was doing it the low-tech way by simply plugging the HD into the USB port of my laptop and letting Time Machine run to its heart content. Then I d

  • Unable to install Adobe Shockwave on MSIE 11 in Windows 8.1 (Update 1)

    Heey there, I have encounterd an installation issue when I try to install Adobe Shockwave Player on MSIE 11 in Windows 8.1 (Update 1). I neither cannot download nor installing it. The Adobe FAQ tells me to use the 32-bit version of MSIE, but even the

  • Array of Cluster with event structure

    Hi, I am having Array of cluster with cluster having 1 String Control , 1 Combo box, 1 Led control and 2 Numeric control. In the combo box i am having two options to select ('Binary' and 'PWM').Whenever Binary is selected then Led control has be enab