Setting up of pageup and pagedown property to a block in

Hi
iam using developer 2000/forms 6 in which iam unable to set pageup and page down property by default to a block ,is there any way to make the block setting default
i had tried using scroll_up and scroll_down for page up and page down
but if the records in a block are more than 20 (for eg)
and if i use pageDown it scroll partially of the block data ,
thanks
cyril

By default Scroll up/down scrolls about 80% of the records in the block. The idea is that the user record focus is not shifted by the scrolloperation (if they are on the last record of the current set), and they maintain context of where they are.
If you want to scroll the full screenful then simply use the DOWN / UP built-ins in a loop for the right number of records, or use GO_RECORD which would be quicker.
So you can implement whatever particular logic you require.

Similar Messages

  • Pageup and pagedown not working in firefox

    pageup and pagedown not working in firefox. I read in other posts to install the latest graphics driver and I did. I also uninstalled flashplayer and downloaded and installed the latest version.

    Hello yukhateeee try to hitting the F7 key in keyboard and check it again.
    also you can '''UNCHECK Always use the cursor keys to navigate within pages''', go from '''Firefox button''' > '''Options''' > '''Options''' > '''Advanced''' > '''General''' tab > '''Accessibility '''session > A'''lways use the cursor keys to navigate within pages [ ]'''.
    thank you

  • PageUP and PageDown to page through recs

    Can anyone tell me how to map a key to a procedure in OraForms 6? My users don't care for using the mouse to scroll through my form.
    Thank you.

    Hi,
    This may be a surprise to you, but PageUp and PageDown keys are already defined and are used to scroll through records.
    That is, unless you're using Forms 6.0 with no patches. There was a bug in that old version (solved in Forms 6.0 patch 1): the PageUp and PageDown keys were not defined at all.
    Patches are available in Metalink.oracle.com
    Or you can upgrade to Forms 6i.
    Hope this helps,
    Pedro
    null

  • PageUp and PageDown is disable to navigate on records

    When use PageUp and PageDown to navigate on records, the forms send message with keys disable and use [shift]+[f1] to list keys enables.
    In other computer or forms is normal.
    What problem?
    Thanks.

    Apple does not monitor these forums for suggestion. To make a suggest to Apple:
    Apple - iPod touch – Feedback

  • PAGEUP and PAGEDOWN keys won't work in Bookmarks Toolbar. HOME and END key works fine though.

    I have tried the ui.elantech_gesture_hacks.enabled method, Firefox in Safe Mode as well as deleting an existing profile and running a new one, uninstalled Firefox and removed all entries/folders associated with it and reinstalled, restarted computer numerous times in between methods, have also updated and rolled back drivers for wireless keyboard and mouse. Nothing works. Problem started when I installed Firefox 4, now I have version 23.0.1 and still can't use the mentioned keys.
    I could still use PGUP/DN if I open the bookmarks using CTRL+B on the side but it makes work more productive and less stressful on the wrists if I can just scroll through by Bookmarks via the toolbar.
    Thanks in advance for any advice.

    Yes, those keys seems to be not implemented for the bookmarks toolbar.
    If this for folder the you have created yourself then you can consider to organize the bookmarks in sub folders that do not require scrolling.
    I personally use code in userChrome.css to add scroll bars to make it easy to reach content like live feeds that require scrolling.
    *[[/questions/968861]]
    Here is another thread by the OP: [[/questions/969577]]
    <blockquote>Have tried using the following methods and restarting the PC between methods:
    * ui.elantech_gesture_hacks.enabled 3. Change its value from -1 to 0 4
    * Deleted old profile and created a new one
    * Firefox in Safe Mode
    * Rolled back updated drivers for Mouse and Wireless Keyboard
    * Uninstalled Firefox and deleted all folders and registry entries associated with it and then reinstalling Firefox
    * Caret mode enabled / Caret mode disabled </blockquote>

  • How can I set BPEL server enviorment and create BPEL domain?

    Without use the http console, how can I set BPEL server enviorment and create BPEL domain?
    When I try to use API like below
    import com.oracle.bpel.client.Server;
    Server s = new Server(ServerAuthFactory.authenticate("oracle","localhost"));
    But I always got four exceptions and one warning like below:
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\ejb.properties (The system cannot find the path specified)
    Warning: unable to read transaction.interoperability config property
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.lang.Exception: Failed to create "ejb/collaxa/system/ServerBean" bean; exception reported is: "javax.naming.CommunicationException: Can't find SerialContextProvider
    Is it right to use com.oracle.bpel.client.Server like this, please help me.
    Best regards,
    Vita

    Anyone can help me? Because I need deploy BPEL process on production server, so I need the Java funtion to create domain. Thank you very much if you can tell me the correct method of using com.oracle.bpel.client.Server API.

  • How to use different mail address in "from" and "user" property?

    I'd like to use the user enter mail address as the "from" property and use my mail account to send it, but I got error: com.sun.mail.smtp.SMTPSendFailedException: 553 You are not authorized to send mail, authentication is required when set different mail address in "from" and "user" property, how to resolve this problem?

    Basically that's a bad idea. Suppose you used your server to send messages that claimed to come from "[email protected]"? Naturally enough people have tried that, either as a joke or as an attempt at fraud, so that servers will check to see if the message is coming from the server it claims to be coming from. And if it isn't -- as in that example -- it will consider it a forgery. Best case (for you) is that the server will flag it as spam or junk. Worst case is that your server will be blacklisted and other servers will ignore it.

  • Af:InputComboboxListOfValues text and value property

    Hello,
    I am using ADF Faces, Jdeveloper 11g.
    I want use an inputcomboboxlistofvalues component to let user find the necessary data from the list or search. And I want to set the value of the component to the id from the database. and text property to the name from database. User will see the name in the combobox but its value should be the id. Is this possible?
    Need your help. Thank you
    Ozgur
    Edited by: user8842411 on 02.Ara.2009 02:17

    Hi,
    only for selectLists, the label displayed to the user is different from the actual field value. For LOVs the values of the field is also what is shown to the user. I think this is already filed as an ER, but I am not quite sure
    Frank

  • How to set a minimum width and height for a stage or scene?

    Hello,
    Does anyone how to set a minimum width and height for a stage or scene?
    I tried listening for width/height property value changes and then adjust the width/height if necessary, but that causes unpleasant flickering of the window.
    In JavaFX 2.1 beta SDK for Mac OS, the Stage class has setMinWidth() and setMinHeight() functions which work very well.
    I'm wondering what's the equivalent way to do that when using the FX SDK for Windows.
    Any help is appreciated!
    Thanks.

    I was wondering how to enforce a minimum stage size with JavaFX 2.0.3.The same flickering way you are currently doing it. See: http://javafx-jira.kenai.com/browse/RT-15200 "Need a way to set the minimum size of a window"

  • [svn] 1607: Set svn:mime-type and svn: eol-style on LICENSE and NOTICE files in the lib directory.

    Revision: 1607
    Author: [email protected]
    Date: 2008-05-07 17:02:39 -0700 (Wed, 07 May 2008)
    Log Message:
    Set svn:mime-type and svn:eol-style on LICENSE and NOTICE files in the lib directory.
    Modified Paths:
    flex/sdk/branches/3.0.x/lib/batik-NOTICE.txt
    flex/sdk/branches/3.0.x/lib/commons-discovery-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/xalan-NOTICE.txt
    flex/sdk/branches/3.0.x/lib/xerces-LICENSE.txt
    Property Changed:
    flex/sdk/branches/3.0.x/lib/batik-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/batik-NOTICE.txt
    flex/sdk/branches/3.0.x/lib/commons-collections-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/commons-discovery-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/commons-logging-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/commons-logging-NOTICE.txt
    flex/sdk/branches/3.0.x/lib/mm-velocity-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/mm-velocity-NOTICE.txt
    flex/sdk/branches/3.0.x/lib/xalan-LICENSE.txt
    flex/sdk/branches/3.0.x/lib/xalan-NOTICE.txt
    flex/sdk/branches/3.0.x/lib/xerces-LICENSE.txt

    Thanks for your attention.
    In the above logs, higher resolutions seems to be detected on both screens, hence my surprise :
    [ 391.631] (II) intel(0): Printing probed modes for output LVDS1
    [ 391.631] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 391.897] (II) intel(0): Printing probed modes for output HDMI1
    [ 391.897] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    If it can help here is also my current xrandr output (after having called it manually to use the preferred resolution of each screen)
    itanguy ~ $ xrandr
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1600x900 60.0*+ 40.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 disconnected (normal left inverted right x axis y axis)
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    If needed, I may reboot and provide xrandr output after boot (it will be 1024x768), or could other logs help you ? Please ask...

  • How can I disable Control+PageUp/Control+PageDown Tab switch?

    How can I disable Control+PageUp/Control+PageDown Tab switch? I have found various addons to provide additional key combinations for this action, but no option to disable that (these key combinations are mapped on my X server to serve as Home/Pos1 and End, and I would like to have that functionality within firefox as well).

    Hi Guigs2, I already tried that (and a whole bunch of other key costumization/mapping plugins), and it does not help. It helps to add other shotcuts for the tab switching, but does not give an option to eliminate the existing key combination. Thank you anyways.

  • Using drag and drop property in forms.

    Hi all,
    I want to use drag and drop property in a form during
    runtime.I am using oracle 7.3.I don't want to call any
    another application.
    Is there any way?
    Thx in advance.

    Mona ! First tell your problem in brief ..Actually what you want
    on runtime ...would you like to fetching the data from one item
    to another or change the position of any item or
    pushbutton ...or what..give detail ...obviously i can help you..
    there are many commands like set_item_property ,
    get_item_property but right now i could not understand your
    prob ..tell me in brief..
    You can ask me at [email protected]..
    -Anwar

  • I just got my new i phone 5 s and did all the syncing and backing up for my old iphone 4s and set my 5 up and synced it on itunes  it synced evrything but the contacts and othe minior things were the only things that really transfered  my apps and all my

    I just got my new i phone 5 s and did all the syncing and backing up for my old iphone 4s and set my 5 up and synced it on itunes.  It synced evrything but the contacts and other minor things. those were the only things that really transfered.  My apps and all my music did not. Tthe thing is when i just went to go manually start dowmloading a few of the songs that i knew i already bought , itunes is making me pay forthem again.  Its not saying instal like it usuall does when you go download something aleady purchased on your itunes account.  I think or thought it might have something to do with the fact that i just changed my apple id name right before i got my new phine but my apps all re-downloaded (manually-no syncing) without making me pay for them again.  i dont want to have to purchase allllll my songs again.  Can someone please help me!!  Itried going back to my old id or signing out of this id and signing in as my old apple id but now it wot even get on that oneits likjeit doesnt exist anymore..   And when i plug my old phone it shows in the itunes everything thats supposed to be there but all that doesnt stay in the itunes when i actually un plug it so when i plug my 5 in to my computer none of the stuff is in the store for me to actually transfer it  I am so good with technology and this has me stumped  please help

    No it's not stealing. They have an allowance that you can share with so many computers/devices. You'll have to authorize her computer to play/use anything bought on your acct. You can do this under the Store menu at top when iTunes is open on her computer.
    As far as getting it all on her computer....I think but I am not sure (because I don't use the feature) but I think if you turn on Home Sharing in iTunes it may copy the music to her computer. I don't know maybe it just streams it. If nothing else you can sign into your acct on her computer and download it all to her computer from the cloud. Not sure exactly how to go about that, I haven't had to do that yet. I wonder if once you authorize her computer and then set it up for automatic downloads (under Edit>Preferences>Store) if everything would download. Sorry I'm not much help on that.

  • HT1386 When i connect my iPhone to iTunes, it says i have to set up my iPhone, and wont allow me to sync any media i have already purchased on it. My phone is not new, so I dont understand? This all came about when i updated the iOS 6 software.

    When i connect my iPhone to iTunes, it says i have to set up my iPhone, and wont allow me to sync any media i have already purchased on it. My phone is not new, so I dont understand? This all came about when i updated the iOS 6 software. I have tried to re-set up my phone but it makes no difference and deletes everything off my phone.

    bubblesblom wrote:
    Okay, so my friends think it is funny to change the passcode on my iPhone.
    Maybe you should get new friends.
    I'm not sure that recovery mode works when you have to trust the computer, but did you try it?
    If you can't update or restore your iOS device - Apple Support
    If that won't work, perhaps you can use Find my iPhone from a computer in your iCloud.com account to erase the device.
    iCloud: Erase your device - Apple Support
    This has nothing to do with the Find my iPhone app being installed on the phone, but you do have to have Find my iPhone activated in the iCloud settings on the phone.

  • I am having a problem with my iphone 4s "To finish setting up iCloud, iMessage, and FaceTime enter the apple ID password..."

    I was using my iphone just like any normal day and out of blue it went off because I let the battery die
    it was 1% and I didn't put on charger, I forgot
    so I put it on charger just like any normal day and it charged for sometime then it started to turn on
    suddenly I got a weird screen on it a pic "iOS 6" and slide button saying "slide to set up" with all languages
    I pulled that slide button
    I found a screen of
    Apple ID Sign In:
    To finish setting up iCloud, iMessage, and FaceTime enter Apple ID password for ********@icloud.com
    password:
    so I wrote my password then clicked next
    it got me to another screen saying "Updating iCloud settings...."
    then it kept loading and loading so I restarted my mobile then I did all the above steps again
    the next time it loaded fast and got me a new screen saying :
    Your iPhone is now set up.
    You're ready to start using the most advanced iOS ever
    Start using iphone
    and when I click on start using iphone, the iphone restarts itself and repeats the steps again !!!!!
    I've tried everything, restarting my iphone, doing the steps, respring, clicking on home and off button, EVERYTHING !!!!
    but it keeps redoing that stupid steps without any end
    please HELP ME!! I need my iphone back!!!

    weird, i would try to restore through iTunes and set up as new as a test.

Maybe you are looking for