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');

Similar Messages

  • Can we remain in the same state even after clicking submit button?

    Hello All,
    Can we remain in the same stage even after clicking submit button? Also it should remain in the same stage only when certain conditions are met. For eg:
    Condition : In Stage1, CustomFieldA default value is 'No'. To pass from Stage1 to Stage2 the CustomFieldA value should be made to yes.
    Scenario 1 : CustomFieldA value is 'No', and I click on Submit .
    Expected Result : should remain in the same stage
    Is above result achievable in PS 2013? I am creating workflow in Visual Studio 2012, so can I handle this in the workflow?
    Please help.

    The above answer was proved wrong, so please follow this link to get the answer.
    http://social.msdn.microsoft.com/Forums/en-US/8c75d74d-1ea6-4273-96cd-e70f5a5688fc/how-to-remain-in-the-same-stage-even-after-clicking-submit-button?forum=project2010custprog

  • How do I change my master password when the current password is to press enter (with nothing in the password blank)?

    Whenever I try and change my master password I can not manage to.  I got a new hard drive and the person at the apple store told me that the password was to just press enter (with nothing in password blank), and that I would be able to change it.  Everytime I try and change the master password it says, "incorrect password" under the current master password blank.  It has been awhile since then and I have moved so I can not go back there and get them to figure it out.  So the question is, Is there anyway to change it without wiping my entire hard drive and starting over?

    Welcome to the Apple Support Communities
    See > http://support.apple.com/kb/HT1274

  • I want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    i want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    This is not a reply. I just want to elaborate on this problem.
    My computer freezes occasionally when it is used after being sleep for a while. The spinning ball appears and everything is totally disabled. Nothing on the keyboard works.
    The mouse moves, but does not work.
    The only solution is to turn the power off and on (losing all data in open applications.)
    I kept the System monitor running on the side to find out which program was running when the computer froze. The Monitor as well as all other applications froze, but the data showed:
    Firefox 18.4%
    Activity Monitor 0.9%
    Firefox Plugin 0.2%
    This is all the information I have. By the way, I am using iMac with OS 10.6.

  • Photos remain in wrong iPhoto list even after being moved?

    +Mike G.+
    +Posts: 297+
    +Registered: 15-Nov-2004+
    + Photos remain in wrong iPhoto list even after being moved?+
    +Posted: 29-Jan-2009 16:56 +
    Hi,
    +Has anyone else had this problem? Any workarounds?+
    +I have a number of pictures that just show up in the wrong place in Places' list view, but I cannot seem to move them. For example, a photo will show up as being in state X in city Y when it was actually taken at a "Place" in state A, city B. So I click on the photo, hit command-i, type in the name of a place in A/B, and hit done. (Pressing command-i again shows the new name and a pin in the correct place.) However, the photo still shows up when I select state X and city Y from the places browser. This persists even after restarting iPhoto.+
    +Any ideas?+
    +iMac (Mid-2007) Mac OS X (10.5.6)+
    +Mike G.+
    +Posts: 297+
    +Registered: 15-Nov-2004+
    + Re: Photos remain in wrong iPhoto list even after being moved?+
    +Posted: 16-Sep-2009 16:30 in response to: Mike G. +
    +Does not seem to be an issue with the latest version of iPhoto.+
    Im not sure why this has been closed as it is an issue for me as well,
    eg, Trafalgar Square photos appear in the London Eye pushpin, but when checking the photos individually they are correct.
    I am fully up to date with my software and this issue only appears to have raised itself on the latest version of iphoto (8.1 (415))
    Removing the locations and re-adding them does not fix the issue you just end up with the same result or a different mixture of incorrect pictures in the push pins.
    Message was edited by: Carn

    The best way to get assistance on the forum is to provide a clear and detailed description of the problem and report any steps you've already taken to solve the issue and anything that resulted therefrom.
    Im not sure why this has been closed as it is an issue for me as well,
    It's been closed because the User who had this issue found a solution. Only the person who creates the thread can close it. This person had no idea you even existed, let alone that you might have a similar issue. I'm sure if he had he'd have left it open, just waiting for you to come along.
    Is not a resolving answer to the issue and appears to be a very narrow minded approach to resolving issues!
    Let's see. Someone has an issue. They create a thread on the forum. They find a solution. They mark the thread as answered. This is narrow minded?
    Regards
    TD

  • Error-Cannot set DISPLAYED attribute of the current item DUMMY.VIEW

    HI ALL,
    Im my form, I have three BLOCKS
    1) CTL(Manual Data Block)
    2) DUMMY(Manual Data Block)
    ITEMS 1) msg 2) <view> 3) <cancel> 4) <Exit>
    3) Audit Trial Log(Database Data Block)
    ITEMS All Database columns of a table Audit_Trial_Log
    CANVASES 1) CANVAS3------Block CTL---window1
    2) New_Entries---Blocks Dummy and Audit Trial Log--New_Entries
    In CTL block I have button <VIEW>. On when-Button-Pressed trigger I am setting "VISIBLE' properties false for items of datablock AUDIT Trail LOG and also for item of datablock DUMMY excluding for <VIEW> and <Cancel> buttons.
    when-Button-Pressed trigger of <View>, I have done reverse setting i.e. previously visible items to invisible and vice versa. Also I am executing query on Audit Trial Log block. But when I click <VIEW> I get the following error
    FRM-41016: Cannot set DISPLAYED attribute of the current item DUMMY.VIEW Even execute query fails.
    Please help me......

    before setting a current item to invisible you must navigate to another item, which is visible

  • Display the current item in the list without advancing the iteration using

    This is my directions.
    Display the current item in the list without advancing the iteration using only iterator methods.
    I can't seem to figure this one out when the only methods available are hasNext();, next();, hasPrevious();, previous();, add();, remove();. and set();, and nextIndex();. Can someone please give me advice on this one?
    Thanks a bunch!!!!

    After thinking briefly about an ugly megillah that would detect whether or not you've ever called Iterator.next(), which is what is required for a bulletproof solution, I've decided after looking at the documenation that in fact the problem is not valid.
    It's as simple as this: the Javadoc says 'a ListIterator has no current element'.
    Tell your professor.

  • Changed (renamed) device name in Intune app on iOS device. This change is not showing up in the admin portal, even after 24 hours

    Hi,
    I am trying to update a mobile devices names.  Initially, I changed the iOS device name (Settings->General->About->Name) and then I also renamed the device in the Intune app on the device.  Neither of these changes are propagating through
    to the admin portal, even after 24 hours.  Is there anything else I should be doing for this to work?
    Thanks in advance for your help.
    Simon.

    I'm seeing the same thing as Simon, I changed the iOS device name in both places on an iOS device and the name in the Intune console is still "iPhone" which is really unhelpful as I'm sure you can imagine.  Is there some other place
    that we should be going to rename devices so they are more easily identifiable in the Intune console?
    Thanks!

  • He menu button of the ipod touch (4th generation) is not working and the service center of ipod is asking us to pay for the fixation of the said item even though it's still on warranty. this is the case number 215866894. And the service center said that t

    he menu button of the ipod touch (4th generation) is not working and the service center of ipod is asking us to pay for the fixation of the said item even though it's still on warranty. this is the case number 215866894. And the service center said that they don't cover that center part of the ipod so they're asking us money before they can fix it. We bought the ipod last december 8, 2010 and we brought it to the service center last april, 2011 here in the philippines. And until now they're not fixing it because they're asking us to pay half the price of the item which is 8,040 pesos..

    As advised, you need to call Apple about this.
    http://support.apple.com/kb/HE57
    No one here works for Apple (no one who will reply, anyway) so there's nothing anyone here can do to help you with this issue.
    Good luck.

  • I dropped my ipad and the screen blacked out and could not be turned on even after pressing the sleep and home button

    I dropped my ipad and the screen blacked out and could not be turned on even after pressing the sleep and home button.
    I tried connecting the device to my computer and itunes said that it could not identify my device.

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • Is there a way go get the item number of the current item?

    In an item with multiple instances: Is there a way to get the item number of the current item? If for instance, I am on the 3rd item, is there some kind of “GET CURRENT RECORD NUMBER” built-in that would return a ‘3' to the program?
    Thanks
    Edited by: WayneFMcKinstry on Apr 9, 2010 10:50 AM

    If i am getting you correctly that in tabular item you want to know the current record or current item you can try this...
    For current record
    :SYSTEM.CURSOR_RECORD;
    or
    :SYSTEM.CURRENT_RECORD;for current item
    :SYSTEM.CURSOR_ITEM;-Ammad

  • Help!!!!!! OS X wants to use the "local items" keychain. Please enter password. I have tried every password that I know of. Nothing works! I haven't even set up a password for this

    Help!!!!!! OS X wants to use the "local items" keychain. Please enter password. I have tried every password that I know of. Nothing works! I haven't even set up a password for this

  • The scroll back gesture to the previous page, even after i sign out of my email account or Facebook anyone can still be able to see the content in the accounts just by scrolling back using the gesture.

    the scroll back gesture to the previous page, even after i sign out of my email account or Facebook anyone can still be able to see the content in the accounts just by scrolling back using the gesture. how can i stop safari from showing the content of my accounts?

    Try calling Tech Support, they should be able to check to see if theres a lock and try to help you reset it, I had to call and get my account unflagged, for something that I didn't even do.

  • Changing the color of the current item in a link bar

    It seems that the currrent item and the disabled color are
    the same. How can I have the current item stand out in a link bar?
    I see styles for Selected but not for the current item.
    thanks
    bruce

    I tried with keylistener but it is not working.What is not working, the KeyListener or the coloring of cells? Don't make us guess.
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the [Code Formatting Tags|http://forum.java.sun.com/help.jspa?sec=formatting], so the posted code retains its original formatting.

  • My iPad Air stalled during an update and I cannot restart my device even after pressing the on/off button for 15 seconds. Any suggestions?

    My iPad Air stalled during an update and will not restart even after pressing the on/off button for 15 seconds. Any suggestions?

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds, after which the Apple logo should appear and it should reboot.

Maybe you are looking for