Tab Pages Problem

I have 5 tab pages which I enable programmatically when a button from another tab page is pressed. But when I click on the enabled tab pages with the mouse several times and then I click on a button in one of the enabled tab pages to enable another tab page, it's losing focus and after many clicks it works.
What can be the problem?
Please help. Thanks in advance.
Marija

I solved it using the WHEN-NEW-TAB-CHANGED trigger
Thanks

Similar Messages

  • Tab page problem help needed

    Hello all,
    I have 8 tabs in my form and has different items in each tab. it has 2 seperations, Top single record based on block A and table A and bottom multi record based on block B and table A. (both blocks are based on same table but exists on 2 different block bcos of some functionality we had to design like this)
    I have implemented a functionality where in i have a button called COPY and if user selects an item A from top block and click on COPY, the system will copy the value in item A from block A to same item A in block B only where checkbox is clicked(i have a checkbox in bottom multi record block). now everything is working fine.
    my question is the checkbox which is in multi record block can be placed in only one tab, now it is in first tab but what should i do if i want to have checkbox in all the tab and based on the selection of the checkbox the diff items in diff tabs should be copied
    please tell how to do this also let me know if anyone did not understand my question
    Thanks
    Vinod

    as per my screen design, placing the checkbox on the main canvas instead of inside the tab is very difficult. the tab width is extended to the max.
    i want to create only one checkbox and as the user changes the tab, the position of the checkbox will move to the diff tabs.
    i do not want to create 8 checkboxes.
    how to do this
    Vinod

  • Problem in additional tab page in cprojects

    hi all,
    i have created one additional tab page through spro settings in cprojects application.
    trasaction : spro
    collaboration projects -> global enhancements -> Define field groups for customer fields.
    here it is giving me option to apply this field group to a particular object (like project, phase, task) only where as i need to apply it only to a particular phase and not to all the phases in the cproject(like i want to show that customised tab page only when i click on the first phase of the project and i dont want to show it in the rest of the phases.) right now it is not giving me the option for that.
    plz have a look into the problem and reply me.
    it is urgently needed.
    thank you very much.

    Hi Hetal,
    maybe I have a dirty modification idea.
    Maintain the customer fields like described in customizing.
    Then in CL_DPR_CUST_INCL_REPOSITORY in method GET_GROUPS it determined the fields to be shown on customer fields tab.
    If you make there samll modification and remove the fields, if you are not on the first phase, then it could work too.
    Or in CL_DPR_BSP_S_PRO_TYPE METHOD show_ci_fields you can control the rv_show_ci_fgroups variable !!!!
    Problem here is the ls_show_ci_fgroups table, which is buffered.
    But there is anothe possibility.
    make a copy of the PHADETAIL.BSP See details in note to add customer own fields to BSP views.
    In the BSP logic of the PHADETAIL.BSP you will find a position where the system determines if the TAB will be shown or not.
    In variable controller->mr_phase you have all your necessary information about the phase
    I guess whis will be modification free too. See note 859551
    Regards
    Björn

  • Tab pages - Navigation Problem

    Hi,
    What key I should use, if I want to navigate to other blocks in the same tab page.
    Thanks
    KC
    null

    I had this same problem. I created a TAR on Metalink about it and Oracle's response to me was to see Note#1016812.4 "KEY-NXTBLK AND KEY-PRVBLK DO NOT FIRE ON TAB PAGE".
    Basically, those triggers perform differently for tab pages.
    Solution Description:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers are re-defined to mean "Next Tab Page" and "Previous Tab Page" when on a tab page.
    However, you can put calls GO_ITEM or GO_BLOCK into a WHEN-TAB-PAGE-CHANGED
    trigger instead of the KEY-NXTBLK and KEY-PRVBLK triggers. This way, when
    Forms thinks you want to change tab pages, you can change blocks.
    Solution Explanation:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers were redefined to be consistent
    with the Microsoft standard for tab sheets.
    null

  • Tab Page Navigation Problem???

    Hi All:
    I am facing problem with tab page. when I save some record at the last tab then it moves towards its previous tab page. May be navigation becomes wrong.Record is saved. What would be the solution? Can anyody tell me. Thanks
    Ali

    Just two wonders...:
    1) Are the blocks ordered in the Object Navigator ... as they appear in the tabs of your tab canvas...????
    2) Is there in the 'save trigger' or in other place (which take place in the save process) a "go_item(<itemname_of_the_previous_tab>)" or "go_block(<block_resides_in_the_previous_tab>)"...????
    Greetings....
    Sim

  • New tab page rows and columns problem

    Hi.
    After a recent update and making new tab links smaller, I've decided to increase number of rows and columns, put my most frequently used bookmarks in there and close bookmarks toolbar to improve visibility. Since yesterday (March 26 2014.) I lost my bottom row, although there is enough space on my screen. In about:config newtab section, it still says I'm having 6 columns and 5 rows, but I only get 4 rows when I open new tab. What might be the problem, and why did you make those newtab links smaller anyway?

    Hello,
    You're using Nightly, which is a highly experimental version of Firefox intended for testing. In the latest version, modifying the ''browser.newtabpage.columns'' and ''browser.newtabpage.rows'' preferences in about:config behaves as you describe (in my case, I actually only get 3 rows, presumably because of higher DPI settings). This issue has already been reported.
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=988459 Bug 988459 - New-tab-page is not showing the defined number of tiles anymore]
    Please read the Bugzilla etiquette page before deciding to comment on bug reports.
    * https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
    If you don't want to test a cutting edge version of Firefox and report issues with it, switch to the release version.
    * http://www.mozilla.org/firefox/all/

  • Problem when form is dynamically added in a tab page

    Following is the requirement:
    => I placed a button on a tabPage of tabControl.
    => On click of a button,
    1. I created a Control object.
    2. I created a Form object.
    3. Initialize the Form Object.
    4. Initialize the Control object and add it under the Form Object.
    5. Initialize the TextBox object and add it under Control. (Keep some multiline text in the textBox and make it Multiline)
    6. Set form.TopLevel = False
    7. form.Show
    8. form.Parent = TabPage.
    => When i run the above application/form, the focusing works wierdly in the textBox. I am not able to guess what the issue is.
    Any help will be appriciated. :)

    Following is the requirement:
    => I placed a button on a tabPage of tabControl.
    => On click of a button,
    1. I created a Control object.
    2. I created a Form object.
    3. Initialize the Form Object.
    4. Initialize the Control object and add it under the Form Object.
    5. Initialize the TextBox object and add it under Control. (Keep some multiline text in the textBox and make it Multiline)
    6. Set form.TopLevel = False
    7. form.Show
    8. form.Parent = TabPage.
    => When i run the above application/form, the focusing works wierdly in the textBox. I am not able to guess what the issue is.
    Any help will be appriciated. :)
    I don't know what initializing a control object and adding it under a formm object means. Or what initializing a textbox and adding it under control means.
    Rather than setting a Forms parent as a tabpage somehow set the Form so toplevel = false and add the Form to a tab pages controls.
    Even this is a poor way to do business. There's also such a thing as
    MDI Forms. Although if you want controls on a Form then why not use controls with it? What would be a reason for creating separate Forms to place inside of tabpages? It sounds not well thought out design wise.
    La vida loca

  • Tab page canvas problem

    hi
    i have a tab page canvaz in my form
    width of my canvaz is very big
    i set horizontal scroll bar for my window and for my datablock
    but in runtime the horizontal scroll bar does not work.
    but if my canvaz be a content it works well.
    please help me.
    thanks.

    Hi Soofi !
    Changing block order in the called form does not affect the navigation between tab pages.
    Note in my question that the resulting undesired navigation is to and from the calling form ( which only has one block ).
    Navigation between items and blocks works as expected.
    To reiterate -
         The only navigation that fails is when I attempt to CTRL+TAB or CTRL+SHIFT+TAB to another tab page from within an item on a stacked canvas.
         Attempting this navigation results in moving the cursor focus to the calling form.
         Repeating the attempt from the calling form moves back to the called form.
         None of your methods mention navigation between forms .
    Thanks for your interest.

  • Firefox 13 beta: problems with new-tab page

    I'm using Firefox 13 beta. The new-tab page is an awesome feature, but it does not work well.
    When i'm visiting sites it does not changes. It still like this: http://img195.imageshack.us/img195/2474/56130e74e4b842268628eba.png
    If I restart Firefox, the new-tab page will have some sites, but with no thumbnails, like this: http://img822.imageshack.us/img822/8289/74eadf18095b43a39696159.png
    Sorry for my bad English.

    I deleted the content of the cache folder, and now it seems to work.

  • My New Tab Page does not work at all. I just have the empty squares with nothing in them at all?

    My New Tab Page does not work at all. I just have the empty squares with nothing in them at all?
    I know how to use about:config & have had the usual problems with newtab page tiles but this is more like a bug- using 33.0.1. Doesn't show tiles icon in top right corner just shows a gear that is used to hide the empty tiles that I can't fill with sites. First it would only show 2 rows of 4 columns even though I had it set to 5 & 6 then few days later for no reason they went empty with a serrated line around the tiles & can't drag from the bookmarks---- really bloody annoying!!!!!!! Possibly a setting in the about:config but i can't fig it out?

    Reset Firefox to its default state
    If you're having major problems which you can't resolve, start fresh with only your essential information.
    Troubleshooting Information
    This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about Firefox, check out our support website.
    Application Basics
    Name Firefox
    Version 33.0.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Adblock Plus 2.6.5 true {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Adblock Plus Pop-up Addon 0.9.2 true [email protected]
    Skype Click to Call 7.3.16540.9015 true {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Trend Micro BEP Firefox Extension 8.0.0.1173 true [email protected]
    Trend Micro NSC Firefox Extension 6.8.0.1120 true {22C7F6C6-8D67-4534-92B5-529A0EC09405}
    Trend Micro Toolbar 7.0.0.1243 true {22181a4d-af90-4ca3-a569-faed9118d6bc}
    Graphics
    Adapter Description Intel(R) HD Graphics
    Adapter Drivers igdumd64 igd10umd64 igdumdx32 igd10umd32
    Adapter RAM Unknown
    Device ID 0x0046
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16571)
    Driver Date 1-30-2013
    Driver Version 8.15.10.2993
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Vendor ID 0x8086
    WebGL Renderer Google Inc. -- ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.blockautorefresh true
    accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 1
    browser.places.smartBookmarksVersion 7
    browser.sessionstore.upgradeBackup.latestBuildID 20141023194920
    browser.startup.homepage www.google.com
    browser.startup.homepage_override.buildID 20141023194920
    browser.startup.homepage_override.mstone 33.0.1
    browser.tabs.loadInBackground false
    dom.mozApps.used true
    extensions.lastAppVersion 33.0.1
    font.internaluseonly.changed true
    gfx.direct3d.last_used_feature_level_idx 1
    keyword.URL http://www.bing.com/search?FORM=UP97DF&PC=UP97&q=
    media.gmp-gmpopenh264.lastUpdate 1413750166
    media.gmp-gmpopenh264.version 1.1
    media.gmp-manager.lastCheck 1414375733
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1414404204
    places.history.expiration.transient_current_max_pages 102059
    plugin.disable_full_page_plugin_for_types application/pdf
    plugin.importedState true
    plugin.state.npmedia 0
    plugin.state.nptimegrid 1
    print.printer_Canon_MG2100_series_Printer.print_bgcolor false
    print.printer_Canon_MG2100_series_Printer.print_bgimages false
    print.printer_Canon_MG2100_series_Printer.print_colorspace
    print.printer_Canon_MG2100_series_Printer.print_command
    print.printer_Canon_MG2100_series_Printer.print_downloadfonts false
    print.printer_Canon_MG2100_series_Printer.print_duplex 3997817
    print.printer_Canon_MG2100_series_Printer.print_edge_bottom 0
    print.printer_Canon_MG2100_series_Printer.print_edge_left 0
    print.printer_Canon_MG2100_series_Printer.print_edge_right 0
    print.printer_Canon_MG2100_series_Printer.print_edge_top 0
    print.printer_Canon_MG2100_series_Printer.print_evenpages true
    print.printer_Canon_MG2100_series_Printer.print_footercenter
    print.printer_Canon_MG2100_series_Printer.print_footerleft &PT
    print.printer_Canon_MG2100_series_Printer.print_footerright &D
    print.printer_Canon_MG2100_series_Printer.print_headercenter
    print.printer_Canon_MG2100_series_Printer.print_headerleft &T
    print.printer_Canon_MG2100_series_Printer.print_headerright &U
    print.printer_Canon_MG2100_series_Printer.print_in_color true
    print.printer_Canon_MG2100_series_Printer.print_margin_bottom 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_left 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_right 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_top 0.5
    print.printer_Canon_MG2100_series_Printer.print_oddpages true
    print.printer_Canon_MG2100_series_Printer.print_orientation 0
    print.printer_Canon_MG2100_series_Printer.print_page_delay 50
    print.printer_Canon_MG2100_series_Printer.print_paper_data 1
    print.printer_Canon_MG2100_series_Printer.print_paper_height 11.00
    print.printer_Canon_MG2100_series_Printer.print_paper_name
    print.printer_Canon_MG2100_series_Printer.print_paper_size_type 0
    print.printer_Canon_MG2100_series_Printer.print_paper_size_unit 0
    print.printer_Canon_MG2100_series_Printer.print_paper_width 8.50
    print.printer_Canon_MG2100_series_Printer.print_plex_name
    print.printer_Canon_MG2100_series_Printer.print_resolution 7602290
    print.printer_Canon_MG2100_series_Printer.print_resolution_name
    print.printer_Canon_MG2100_series_Printer.print_reversed false
    print.printer_Canon_MG2100_series_Printer.print_scaling 1.00
    print.printer_Canon_MG2100_series_Printer.print_shrink_to_fit true
    print.printer_Canon_MG2100_series_Printer.print_to_file false
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_bottom 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_left 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_right 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_top 0
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 2
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1412311800
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSSMIME 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSSSL 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSUTIL 3.17.1 3.17.1
    Experimental Features
    Name ID Description Active End Date Homepage

  • When I click the + button on the tab strip to open a new tab,search.conduit opens.How do I change it to get the original firefox tab page?

    I recently installed utorrent.The problem started after that.The home page is Google, but on opening a new tab, I don't get the thumbnails that is usually displayed, instead search.conduit page is opened.How can I get my old settings back? I even uninstalled utorrent to see if this problem goes away, but it doesn't.

    Thank you, but I was able to solve the problem already. There was a button named "Remove" just below the space where we enter the item to be searched in a search engine. On clicking this, I was able to return to the original new tab page. I wasn't being trigger happy while installing utorrent, there was nothing there indicating that conduit will be installed. Nevertheless, thanks a lot for trying to help me in solving my problem.

  • Error when attaching file in document tab page (content management)

    Hello
    When I'm importing file in document tab page (in activity, BP, etc) I get error "operation not allowed", and nothing more :/
    Why it can happen? I have never had any problems with documents, since now. Do you think this is because of I'm connecting with SAP throw VPN, and there are some settings, which blocks file sending to SAP server?
    Thanks in advance
    Lukasz

    the point is - my file was empty :/
    Edited by: Lukasz Lagodzinski on Sep 12, 2008 12:37 PM
    Edited by: Lukasz Lagodzinski on Sep 12, 2008 12:50 PM

  • Why does a new tab page open along with my home page?

    When I go online, I expect to have only my home page open, instead, I have two tabs, my home page tab and New Tab and the New Tab page is the page that actually opens. This just started yesterday, why??

    Did you check the home page setting to make sure that it is still correct?
    *Tools > Options > General > Startup: Home page
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    Firefox supports multiple home pages separated by '|' (pipe) symbols.
    You can check the target line in the Firefox desktop shortcut (right-click: Properties) to make sure that nothing is appended after the path to the Firefox program.
    You can check for problems with preferences.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • Excise tab page not displayed during goods receipt for material.

    Dear All,
      The issue is we are doing GR for a PO in MIGO.Now the excise tab page is displayed in case of all other matl except for one.The matl type is manufacturing matl for this particular matl.I have checked all the settings in J1ID, also checked the tax code they are ok.can anyone guide me with any other possible solutions to this.
    Thanks in advance,
    Akshay

    Same problem we have faced after implementation of budgetory changes.
    SAP recommanded changes in program.
    Check with sap support.
    Regards
    Vijay

  • WEB.show_document in Browser Tab Pages

    Hi
    This problem occurs in IE7 which makes use of tab pages on the web browser. I'm using forms 10g, web.show_document(v_url, '_BLANK') to pop up a browser window in IE to display a PDF file residing on the App Server.
    The new browser window pops up in IE and displays the pdf document fine. The window title and address bar contain the correct url (a rather long one). The problem I have is that the browser tab page is labelled "Error" which immediately causes concerns amongst the users. I'm not sure if it does this because it does not know what to label the tab page or if the URL is perhaps too long.
    Is there any way to rename / relabel the tab page or set the name or alias somewhere? I'll appreciate any advice on the issue...
    Regards
    Mario

    Hi,
    With web.show_document() you could call a html page that call your php page with POST().
    Francois

Maybe you are looking for

  • Print job stays in queue after it's printed & hangs subsequent jobs

    I'm having a very frustrating printer problem under Leopard. A print job will stay in the queue and it's status remains as "printing" even after it's already printed. This happens especially when more than one job is in the print queue. The only way

  • Converting a text box to graphic

    I'm trying to copy a text box into Preview to handle it as an image. I thought I used to be able to simply copy an image from Pages, go into Preview, Open New, and paste from the clipboard. This time it's not working. In Preview, New From Clipboard i

  • Condition value in billing not coming properly.

    Hi All, We have an issue wherein the condition value in billing document is not coming properly. When qty is multiplied by the price the value should come as 208.04 ( 54.51 * 4 qty ), but the condition value is coming as 16.77. We checked but could n

  • How to set App Module Config parameters at run time?

    Hi, I am using jdev 11.1.1.3 and developed a Fusion Web Application application. Before moving the code to production I want to have a stress testing where I should be able to set the application module configuration parameters at run time. So I woul

  • Cost element report prob. with auxiliary account assignment

    Hi, WBS is statistical. Orders are auxiliary account assigned to WBS. When running cost element reports, cji3 ; settlement cost elements are not showing there for the order. Kindly suggest. Thanks, Harsh. Edited by: Harsh Saxena on Dec 8, 2010 2:12 P