Querying/Tab Pages

How do I have a form automatically query upon opening?
Second, How can I link my tab pages and have them auto-query when going page to page?
Thanks for any response. :o)
Tina

to query a form navigate to if and do an Execute_Query;
The trigger that fires when moving tabs is WHEN-TAB-PAGE-CHANGED
Check the help for details.
Regards
Grant Ronald

Similar Messages

  • WAD:  anyway to bind each tab of the tab page web item to different query?

    WAD:  anyway to bind each tab of the tab page web item to different query?
    We check the properties of the tab page web item, but can't find we can bind the tab to some query.
    Any idea?
    Thanks!

    will try to write as much detail steps as i can...
    drag tab page web item in wad window
    go to its properties
    for e.g. u currently have only 1 tab page
    than name tab page1 as p1
    hit button with ..
    this will let u add new heading to tab page 2
    likewise save heading of 4 tab pages in properties of tab pages
    now choose container web item
    drag it in tab pages window
    assign seperate analysis item in each container item
    assign seperate queries in each analysis web item.
    assign container1 to tab page1
    assign container2 to tab page2
    assign container3 to tab page3
    assign container4 to tab page4
    and their heading viceverssa
    save it execute it
    now u will have 4 queries in 4 container item and uc an see that in different tab pages.

  • Querying a Form/Tab Page Change/Applicaiton Items

    Hi,
    I have what I think should be a fairly simple thing to do but am struggling. I have an application item that is set when the user logs on. I have several tabs that open various reports/forms. All I want is that when the user clicks on one tab a form is opened but with a record queried back ready for update with the query being restricted with the value of the application item (application item contains primary key). I have tried setting the default value of the primary key to the application item but no luck. If I manually call the form with primary key column argument:value set in the url the record is queried fine, but you cannot set these items on a tab page change, any help greatly appreciated
    Chris

    Hello
    For each form page you could
    Define an unconditional before header page process or a before-header page computation
    Set the page-item corresponding to the PK of the form's base table to have the value contained in the application item
    Varad

  • Execute query for oracle forms tab pages

    Hi Guru's,
    Please help me how to work on execute query with forms tab pages. I have created three tabs like A, B & C in one canvas.
    I have three tables and I have created three tabs in one canvas. And there is no master detail relationship with these three tables.
    I have written the code in form level - when-new-form-instance like do_key('execute_query') but when i see at run time its executing for first tab A not for tab B or tab c.
    How to get the data or execute the data in tab B and tab C.
    Thanks
    RS

    1- create a block blk_1 add items item_1,Item_2 and Item_3.
    2- create main canvas main_canvas. type Content.
    3- create tabcanvas TABCANVAS . Type Tab
    4- Create tabpages tb_1,tb_2 and tb_3.under tabcanvas
    5- create stack1,stack2 and stack3.type stack.
    6- put Item_1,Item_2 and Item_3 under stack1,stack2 and stack3.
    add when tabpage change trigger.
    Declare
    V_TapPage_Name VarChar2(100);
    Begin
    Show_View('TABCANVAS');
    V_TapPage_Name := Get_Canvas_Property('TABCANVAS',TOPMOST_TAB_PAGE);
    If V_TapPage_Name = 'TP_1' Then
    Go_Item('Blk_1.ITEM_1');
    Show_View('STACK1');
    Hide_View('STACK2');
    Hide_View('STACK3');
    ElsIf V_TapPage_Name = 'TP_2' Then
         Go_Item('Blk_1.ITEM_2');
         Show_View('STACK2');
    Hide_View('STACK1');
    Hide_View('STACK3');
    ElsIf V_TapPage_Name = 'TP_3' Then          
         Go_Item('Blk_1.ITEM_3');
         Show_View('STACK3');
    Hide_View('STACK1');
    Hide_View('STACK2');
    End If;
    End;
    Edited by: kingadmin on 20/04/2011 02:15 ص
    Edited by: kingadmin on 20/04/2011 02:16 ص

  • Auto Pay Program : query in Additional Log Tab page in F110

    Hello Experts,
    In T-Code F110, on Additional Log Tab page, could you please explain for whats the purpose these check boxes, their meaning/importance & when all/each one of them could be used :
    1. Due date check
    2. Payment method selection in all cases
    3. Pmnt method selection if not successful
    4. Line items of payment documents
    This something which worrying me & i request your help.

    Hi,
    These check boxes determine what to be written on to the logs.
    For instance, if 'Due date check' is ticked, and if an invoce does not meet the criteria,  it will be written on the logs.  But, if it is not checked, such data will not be available in the logs.
    Regards,
    Sridevi

  • Regarding dynamically changing tab pages

    hi friends,
    i have a doubt this is regarding Manipulating tab canvases.The problem
    which is occuring is that when ever i m trying to click on top most tab page for instance ,if u have seen Toad.exe(A Part of Quest Software) u can view them in a fashion , that if u click on tables tab it gets populated before and the rest of them gets behind it i m trying a similar kind of thing , but i m getting stucked up if any positive query or
    solns . available please let me know at the soonest..
    Regards
    shrikant
    null

    I work in Forms 6i with a tab canvas with more than 10 tab pages, one of them with picture of employee. No complaints so far, even the same form is populated on the Intranet.

  • Serial data tab page missing during Goods Receipt for Mvt type 501

    I have created and asigned the Seria data profile in plant data/Storage 2 of the material master record. Now i want to do the Goods receipt of this material with Mvtr type 501 w.r.t any documents for 5 no's and want the serial number to be createdment. I also have made relevant settings for automatic serial number and equipemnt number synchr, but wen i m in MIGO--Goods Receipt OtherMvt type 501 and enter, the serial data tab page is missing..
    How can I activate this tab page....Any steps missing....
    Can some one throw lights on this.....
    Refered relevant threads but not much useful to my query....
    Thanks
    Murad Shaikh

    Try 501 with MB1C, OR
    Check through Path SPRO -> Sales and Distribution -> Basic Functions -> Serial Numbers -> Determine Serial Number Profiles -> Select Profile 'MM' & double click on Serializing procedure at left & maintain obligatory(03) for procedure MMSL i.e. Maintain goods receipt and issue doc. Also press F1 in Serial Number Usage to read the usage.

  • How do i create TABs page dynamically using htmldb

    Hi,
    I want to create tab page using htmldb app. Using wizard it does not allow me to create tab through sql query. Is there any other option to do this?
    Please Help.
    Regards
    Vishal

    You might try to create a bunch of Tabs (static) and set shown condition to a variable controlled dynamically. Sort of semi-dynamical Tab, which I actually use but don't know it fit your need or not.
    DC

  • 0ANALYSIS_PARTTEN and TAB pages

    Hi
    I want to use 0ANALYSIS_PATTERN template for all my data providers in my web template which have a TAB pages with two tabs, each of the tab is supposed to show me the analysis for one data provider. So tab1 will show me SDF query and tab2 will show me reveune query. Can someone show me how to do this? I tried many different ways but every time, it only showed me one data provider on both tab. My question is how I can associate 0ANALYSIS_PATTERN with mulitple data providers in TAB pages. Thanks in advance for any help on this topic.
    Sharon

    Try look into this link...<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/c853b7e5621371e10000000a1553f7/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/42/c853b7e5621371e10000000a1553f7/content.htm</a>.
    Tab Page web item got several attributes i.e. Initial Tab Index, Tab Panel List.
    1.Put 2 Analysis web items in Tab Web Item. set ANALYSIS1 as VISIBLE and ANALYSIS2 as HIDDEN.
    2. In the Tab Panel List, you need to create 2 Tabs. every tab will be associated with <b>Actions</b>. You can see the same in above link as 'Activation Action'.
    3. Click on Activation Action for Tab1. which will intern open Command Wizard. select the 'SET WEB ITEM Properties' Command for 2 ANALYSIS web items. set ANALYSIS1 as VISIBLE and ANALYSIS2 as HIDDEN (you need to put 2 commands i.e. one for Analysis1 , other one for analysis2) and <b>DATAPROVIDE_1</b> as source of Data.
    4. Click on Activation Action for Tab2. which will intern open Command Wizard. select the 'SET WEB ITEM Properties' Command for 2 ANALYSIS web items. set ANALYSIS1 as HIDDEN and ANALYSIS2 as VISIBLE (you need to put 2 commands i.e. one for Analysis1 , other one for analysis2) and <b>DATAPROVIDE_2</b> as source of Data.
    save and publish your Template ... you will see required output.
    Hope this helps.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Tab Pages -- Execute_query

    Hi all,
    I have several tab pages. Some pages have same table and some do not.
    I need a best method out of the flg 2.
    1. Execute_query in New-form-instance trigger like
    go_block('blk1);
    execute_query;
    go_block('blk2);
    execute_query;
    etc...
    In this method, regardless of user navigation, all rec will be fetched in new form instance level itself.
    OR
    2. Put execute_query in tab-page-change.
    Here the pbm is, if the user unnecessarily go the particular tab page, this execute_query will be executed...
    Which method shall I go 4?
    Ur suggestions plz
    Priya

    Hi,
    executing all queries in a new-form-instance trigger delays the start of the application.
    I would go for executing the query on user navigation to the tab. If the query is a long one, try and filter the query or make the user explicitly executing the query.
    Frank

  • Tab pages which Database and Control Block.

    I have 3 tab pages, 1st and 2nd with database first block and 3rd page has a control block .
    When I query these Pages I only get one record display though it is a multiple record block with scroll.
    The only difference is that every pages contain multiple blocks with relationship created.
    If some one can help me to bring all the records when I execute the query through F8 key.
    Thanx
    Khan

    Create master detail relation this may help you

  • Drilldown across all tab pages of WAD

    Hi,
    I have developed a WAD template (BI 3.5) with 3 querries included.  Each query(dataprovider) is displayed in one tab page of the web template.
    The question is that if user drilldown on one query, can the drilldown apply to all querries?
    How to get the return from the drilldown using javascript?
    Thanks,
    Joanne

    Hi,
    I´m facing a similar problem. We have developed a WAD template with 2 queries included, both in the same tab. We have common filters and free characteristics for both queries.
    We want to be able to control the filters and the drill down on free characteristics for both queries simultaneously.
    For the filters this works out fine because common filters are automatically applied to both queries, but for the drill down on free characteristics we understand this is not the case.
    How should we configure it so that the drilldown on one query applies to the other queri also?
    Thanks in advance
    Nicolas

  • Create Tab Pages

    Hello Experts,
    Can u please explain to me, how to insert web items in tab pages made in WAD ?
    i promise to return and reward ALL the answers
    Thankyou
    Regards,
    priya

    hi Priya,
    the query will be executed when the tab page clicked.
    so they will run separately. to improve query performance, take a look following
    oss note
    557870 'FAQ BW Query Performance'
    and 567746 'Composite note BW 3.x performance Query and Web'.
    Prakash's weblog
    /people/prakash.darji/blog/2006/01/27/query-creation-checklist
    /people/prakash.darji/blog/2006/01/26/query-optimization
    BW Performance Tuning Knowledge Center - SAP Developer Network (SDN)
    Business Intelligence Performance Tuning [original link is broken]
    hope this helps.
    please don't forget reward helpful answers

  • Way to check what tab page I am on????

    Hi,
    I have a tabbed canvas and I when I move into a particular tab I want to query block within that tab. Is there a way that I can check what tabbed page I am currently on???
    TIA

    use following code
    DECLARE
    tp_nm VARCHAR2(30);
    tp_id TAB_PAGE;
    tp_lb VARCHAR2(30);
    BEGIN
    tp_nm := GET_CANVAS_PROPERTY('emp_cvs', topmost_tab_page);
    tp_id := FIND_TAB_PAGE(tp_nm);
    tp_lb := GET_TAB_PAGE_PROPERTY(tp_id, label);
    IF tp_lb LIKE 'Sa%' THEN
    <Action>
    ELSIF tp_lb LIKE 'Va%' THEN
    <Action>
    ELSE null;
    END IF;
    END;

  • Trigger for Tab page selection

    Hi all,
    I have a form with a tab canvas with 3 tab pages. I have a multi record block in an tab page and I need to refresh the data in that block when i select the tab page. I have put the execute_query in when-new-block-instance of that block but, its not working. It will get queried only after i click on any fields of that block.
    Any ideas??
    With Regards,
    Yathish

    check this sample code used in when-tab-page-changed, topmost_tab_page value is what you need to know:
    DECLARE
    tp_nm VARCHAR2(30);
    tp_id TAB_PAGE;
    tp_lb VARCHAR2(30);
    BEGIN
    tp_nm := GET_CANVAS_PROPERTY('emp_cvs', topmost_tab_page);
    tp_id := FIND_TAB_PAGE(tp_nm);
    tp_lb := GET_TAB_PAGE_PROPERTY(tp_id, label);
    IF tp_lb LIKE 'Sa%' THEN
    SET_TAB_PAGE_PROPERTY(tp_id, label, 'SALARY');
    ELSIF tp_lb LIKE 'Va%' THEN
    SET_TAB_PAGE_PROPERTY(tp_id, label, 'VACATION');
    ELSE null;
    END IF;
    END;
    Message was edited by:
    Rondelek

Maybe you are looking for

  • Error 8003 - can't empty trash

    I have deleted loads of ex-vidio clip files from iMovie and have got down to the last few. The trash will not delete these saying Error 8003. I am trying to reduce the files in my external 1TB drive which also contains back-ups of my hard drive and T

  • "Determining Query Time Estimate" takes long time.

    Is there any way we can turn it off? Actually query takes few seconds but it takes almost five minutes to determining time estimate. Does anybody know why it happens? Thanks in advance Naveen

  • Autocomplete textbox function using in infopaht designer 2010

    Hi i have created one textbox in infopath. In site page i added a CEWP and infopath form webpart. I add the code in HTML text editor, but i am getting javascript error.  errors are below: - jquery is undefined - expected } This is my code <script src

  • Download helper can't download full hd/4k videos from YT

    i can download hd ready files (720) or less only, but if the video have the option to change the resolution in 1080p, 1440p, 4k/8k, my DH menu will not recognize 1080p or higher, only 720 or less. my java shockwave or flashplayer are the lastest my f

  • 1st generation ATV doesn't show as a device in iTunes?

    My 1st gerneration apple tv will not show up in itunes. I have gone into my prefrences to try to select it there, but it doesn't show up. I have checked my firewall as well, it is turned off. My ATV is connected to the same network as my macbook. I c