Customization forms display message Query options

Is there any way to eliminate or change the message 'Query Options' in a report customization form?

Query Options will appear in customization form if you have any bind variable set in the component's design time.
If u dont want to have any query options,
you can suppress them by redesigning the component without any bind variables.

Similar Messages

  • How to make list in a form display as tabbed options ?

    Hello,
    I'm adapting the original picture gallery from Spry Demos Adobe Labs. The demo has a drop down menu to select the menu options (countries) that control the data set of images to display (see code below)
    I need to display the select options in a tabbed display. Whilst I could achieve the desired effect with CSS on a Ordered List I couldn't do it with the Select tag used in the form in the demo.
    I've been tearing my hair out (there is not that much left) and would appreciate it someone could tell me the best way forward.
    Many thanks
    James
    <label for="gallerySelect">View:</label>
    <select spry:repeatchildren="dsGalleries" id="gallerySelect" onchange="dsGalleries.setCurrentRowNumber(this.selectedIndex);">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}" selected="selected">{sitename}</option>
    <option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}">{sitename}</option>
    </select>

    You can edit the column definition and change the Display As attribute to "Display as Text (saves state)" that way the column will be saved with the other columns and the default value will be set.
    Thanks
    -Jorge

  • Passing a parameter to aReport Customization Form

    I have a report that has a default view and a customized view. The default view has a button that allows the user to customize the report by showing the same report in show_parms mode. This allows them to sort and break on different fields. I would like to send the same parameter sent to the default view to the version generated by the run button on the customization form. I just can't fiqure out how to do it. Any ideas would be appreciated.
    Thanks,
    Linda

    Martin,
    Thank you for responding. I will certainly keep in mind the way you solved the problem. But I actually solved it myself with the following technique.
    STEPS
    1. Created a link to the Reports Customization form from the Report.
    2. Captured the value of the parameter sent through the URL to the bind variable for the report.
    3. Set the parameter value to a global variable using the Session storage API=wwsto_api_session.
    4. Retrieved the value of the global variable by setting the default value in the "Customization Form Display Options" tab of the report.
    In the Report add the following PL/SQL Code....
    --Location:      Additional PL/SQL Code
    --Attribute:     ... after displaying the header
    declare
    l_store portal30.wwsto_api_session;
    l_param_value varchar2(4);
    begin
    --(#2)TStudy is the parameter name passed through the URL and the name of the bind variable in the SQL Command
    l_param_value := portal30.wwv_name_value.get_string(l_arg_names,
    l_arg_values, 'Tstudy','',1);
    --(#1) Add Link to the Reports Customization Form
    htp.p ('<CENTER>');
    htp.p('<font class=portletheading2> CUSTOMIZE</font>');
    htp.p ('</CENTER>');
    htp.br;
    --(#3)Store Parameter Value sent to the bind variable
    l_store := portal30.wwsto_api_session.load_session ('MYPORTAL', 'MYReport');
    l_store.set_attribute ('PValue', l_param_value);
    l_store.save_session;
    END;
    --(#4) Default Value in "Customization Form Display Options" for TStudy
    #portal30.wwsto_api_session.load_session('MYPORTAL', 'MYReport').get_attribute_as_varchar2('PValue')
    ?????My Last Question - How do I hide the prompt for the bind variable. I don't want the user to change this value after I went to such trouble to set it???????
    Thanks again,
    Linda Gowen

  • Query option in report parameter

    I've created a report with a bind variable.
    When I run the parameter form, I see "Query options" and the filed for my bind variable.
    Obviously I'm missing something, but where can I change the font (color and typeface) of the text "Query options"
    Ton

    What values are you passing for &p_emp?
    SQL> select * from hr.employees where &p_emp;
    Enter value for p_emp: rownum <=5
    old   1: select * from hr.employees where &p_emp
    new   1: select * from hr.employees where rownum <=5
    EMPLOYEE_ID FIRST_NAME           LAST_NAME                 EMAIL                     PHONE_NUMBER         HIRE_DATE           JOB_ID   
            100 Steven               King                      SKING                     515.123.4567         17-06-1987 00:00:00 AD_PRES
            101 Neena                Kochhar                   NKOCHHAR                  515.123.4568         21-09-1989 00:00:00 AD_VP    
            102 Lex                  De Haan                   LDEHAAN                   515.123.4569         13-01-1993 00:00:00 AD_VP    
            103 Alexander            Hunold                    AHUNOLD                   590.423.4567         03-01-1990 00:00:00 IT_PROG
            104 Bruce                Ernst                     BERNST                    590.423.4568         21-05-1991 00:00:00 IT_PROG
    5 rows selected.
    SQL> select * from hr.employees where &p_emp;
    Enter value for p_emp: 1
    old   1: select * from hr.employees where &p_emp
    new   1: select * from hr.employees where 1
    select * from hr.employees where 1
    ERROR at line 1:
    ORA-00920: invalid relational operatorKeep in mind:
    Report Builder-related questions can be posted @ the Reports forum: Reports

  • How to remove "Query Options" from customization form

    Oracle Portal 3.0.9
    Urgent
    Help Please

    Well, it could work...
    If the source (browser -> view source) of the customization form contains something like "<FONT CLASS="OraHeaderSub"><NOBR>Query Options" then you could add the following code in the "Report and Customization Form Text" section, Header Text:
    <style type="text/css">
    .OraHeaderSub
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 2pt;
    color: #XXXXXX;
    </style>
    where XXXXXX is a color that matches that of the background. Then, you should change the image /images/beigepx.gif for an identical one with your background color.
    Regards
    Daniel

  • Message in forms AS10g does not display message

    We use the message command to display messages when debugging forms. In AS10g, the content of the message is not displayed. Has anyone found a workaround to this?
    Thanks,
    Jeff

    The console window is set to the proper window. If I duplicate the line of code, it works... twice. I.E.
    message('before commit');
    message('before commit');
    commit;
    message('after');
    message('after');
    This works but you get two messages. Code it once and you get only an acknowledge button on not the text. I've also tried all combinations of the acknowledge option and using a pause after the message.

  • How to display LOV on web in ENTER-QUERY mode with form or block query only.

    Hello all
    How can I display lov automatic on the web in from enter-query
    mode in form or block query only mode.
    thankx

    If I understand correctly your explanation, your called form
    fails to activate the LOV in enter-query mode when it is deployed
    and test on the browser.
    So lets proceeed like this, to make it work in all environments,
    let us programetically activate the LOV.
    HOW?
    In the called form, write in the WHEN-NEW-ITEM-INSTANCE TRIGGER
    at block level (if have more than one LOV)
    IF :SYSTEM.MODE = 'ENTER-QUERY' THEN
    IF get_item_property(:system.cursor_item,lov_name) IN ('YOUR
    LOV1', 'LOV2' etc) THEN
    IF SHOW_LOV(get_item_property(:system.cursor_item,lov_name))
    THEN
    NULL;
    END IF;
    END IF;
    END IF;
    The above code maybe tweak to suite your need and condition.
    This way, we explicitly make the LOV appear in ENTER-QUERY mode
    whenever the user clicks on an item with an attached LOV.
    Hope this helps.
    Mohammed R.Qurashi

  • Dependant LOVs on Customization form of a report

    Portal Version: 3.0.9.8.0
    Database Version: 8.1.7.3
    Hi
    Our problem is that we've created a report component which includes two bind variables. These bind variables are chosen on the customization form through LOVs. The second LOV needs to be dependant on the first. Here's the code of the report and LOVs:
    REPORT
    select * from SHARE_DATA A, SHARE_INSTRUMENTS B, COMPANIES C, INDUSTRIES D
    where D.SYSTEM_ID = :Industry
    and C.SYSTEM_ID = :Company
    and C.SYSTEM_ID = A.CPY_SYSTEM_ID
    and A.SIN_SYSTEM_ID = B.SYSTEM_ID
    and C.IND_SYSTEM_ID = D.SYSTEM_ID
    where bind variables :Industry and :Company are linked to the following LOVs
    LOV_INDUSTRIES
    select (INDUSTRY_NAME||' '||SECTOR_NAME) industry_sector, (SYSTEM_ID)
    from INDUSTRIES
    order by industry_sector
    LOV_COMPANIES
    select A.NAME name, A.SYSTEM_ID
    from COMPANIES A
    where IND_SYSTEM_ID = :Industry
    order by name
    LOV_COMPANIES is dependant on LOV_INDUSTRIES.
    We receive the following error message when opening up the customization form:
    COMBOBOX LOV ERROR:
    LOV: "APP_ACIA.LOV_COMPANIES"
    Parse Message: Parse as pre-set global: "ACIA".
    Find Message: LOV is of type DYNAMIC (LOV based on SQL query).
    Query: "select A.NAME name, A.SYSTEM_ID from COMPANIES A where IND_SYSTEM_ID = :Industry order by name "
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437

    Hi,
    The error is thrown because the lov is not able to substitute the value for the bind variable. The substitution is not happening
    because depandant lovs are not supported in Portal Reports.
    Thanks,
    Sharmila

  • Configure "Always hide forms document message bar" and "Do not show edit warnings" for all users?

    We need to do a mass deployment of Adobe Reader XI 11.0.3 with "Always hide forms document message bar" preference setting automatically set for every user so they do not have to go through the menu and set it manually.
    Is there a way to configure this for all users with the customization wizard or another method?
    We also need to do the same for "Do not show edit warnings"
    If these are registry keys, which registry keys set these options?

    Try http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/DocumentStatus.html?zoom _highlight=message#idkeyname_1_5647.
    If that doesn't work and there's a configuration item in the preferences UI, do this:
    Get regshot.
    Close everything but Acrobat/Reader.
    Take a reg shot.
    Configure the setting via the UI.
    Tak another reg shot.
    Compare the two.
    That process will give you your answer.
    If there is no corresponding pref in the UI, then you probably can't do it.
    Ben

  • Customization form at top populate Report Results at bottom of screen?

    Is it possible to develop a customization form and its report on the same page?
    Here is the scenario. We want the customization form on the top of the Portal page, and then we want the results of the query form (the report results) to populate in the bottom of the Portal page. The customer desires this so they can still see what information they queried on to get the specified report results.
    Does anyone know a way to do this or has anyone successfully developed it?

    Jamie,
    Search the Applications forum (sample code was posted there).
    http://forums.oracle.com/forums/message.jsp?id=472246
    Is it possible to develop a customization form and its report on the same page?
    Here is the scenario. We want the customization form on the top of the Portal page, and then we want the results of the query form (the report results) to populate in the bottom of the Portal page. The customer desires this so they can still see what information they queried on to get the specified report results.
    Does anyone know a way to do this or has anyone successfully developed it?

  • Web Form Validation Message Language Setting at Runtime when work in multi lingual environment

    Business Catalyst use the default culture language to display web form validation message.
    When we are in multi lingual environment and not using subdoamin to handle multilingual sites, we found that the validation message did appear in the default culture setting. To make this work, we need to add the below script in our template.
    <script type="text/javascript">
    $(document).ready(function(){               
    var head= document.getElementsByTagName('head')[0];
    var script= document.createElement('script');
    script.src= '/BcJsLang/ValidationFunctions.aspx?lang=FR';
    script.charset = 'utf-8';
    script.type= 'text/javascript';
    head.appendChild(script);
    </script>
    Assuming the template is in french. You can change the lang parameter in the script according to your language.

    After user 1 submits the page, it might not even be committed, so there is no way to have the pending data from user1 seen by user2.
    However, we do have a new feature in ADF 11g TP4 that I plan to blog more about called Auto-Refresh view objects. This feature allows a view object instance in a shared application module to refresh its data when it receives the Oracle 11g database change notification that a row that would affect the results of the query has been changed.
    The minimum requirements in 11g TP4 to experiment with this feature which I just tested are the following:
    1. Must use Database 11g
    2. Database must have its COMPATIBLE parameter set to '11.0.0.0.0' at least
    3. Set the "AutoRefresh" property of the VO to true (on the Tuning panel)
    4. Add an instance of that VO to an application module (e.g. LOVModule)
    5. Configure that LOVModule as an application-level shared AM in the project properties
    6. Define an LOV based on a view accessor that references the shared AM's VO instance
    7. DBA must have performed a 'GRANT CHANGE NOTIFICATION TO YOURUSER'
    8. Build an ADF Form for the VO that defined the LOV above and run the web page
    9. In SQLPlus, go modify a row of the table on which the shared AM VO is based and commit
    When the Database delivers the change notification, the shared AM VO instance will requery itself.
    However that notification does not arrive all the way out to the web page, so you won't see the change until the next time you repaint the list.
    Perhaps there is some way to take it even farther with the active data feature PaKo mentions, but I'm not familiar enough with that myself to say whether it would work for you hear.

  • Use of report's customization form

    Can I add a report's customization form to a content area as an application component?
    I mean, I would like to use a customization form in a content area style (with the same nav bar, with the same banners and layout). It's a little inconvinience that all of my forms and reports are displayed in content area forms, except ones that need customization form.
    Any suggestion?
    Thanks in advance!

    Thanks for the hint, because I have the same task to perform (display customization form first).
    I created a PL/SQL item, in Primary Item Attributes I included the PL/SQL code:
    begin
    PORTAL30.ARTICLE_SELECT_FORM.show_parms;
    end;
    In the PL/SQL Execute Options, I selected "Public (PORTAL30_PUBLIC)". The PL/SQL item works fine as long as I'm logged on as the PORTAL30 user. When I log on as an end-user, WWV-12600 appeares (insufficient privileges).
    What exactly do I have to grant - and where? Balaji said "grant execute on this package to public" - could you please tell me where and how to do this (on database level or within Portal)?
    Thanks in advance for any help.

  • On screen display message generator for ThinkPad has stopped working

    Hello,
    This is a fresh install of Vista-32 on a lenovo x300.
    Upon boot (or launching TPOSDSVC.exe) I receive the error message in the subject line.
    There is an entry in the Application log, here is the jist of it:
    Faulting application TPOSDSVC.exe, version 1.1.3.0 faulting module MMDevApi.dll_unloaded
    I've uninstalled the On Screen Display application a few times - no luck 
    -I uninstalled it from add/remove programs then reinstalled it via the Lenovo System Update utility.
    I've checked my video drivers - up to date according to lenovo
    The problem is presitent under new profiles.
    I did some digging online and found a possible fix of altering some reg keys
    http://forums.lenovo.com/lnv/board/message?board.id=T_Series_Thinkpads&message.id=28789&query.id=223...
    The keys mentioned in that post were non- existent in this computers registry.... ?
    I added them .... no dice
     thanks in advance
    -kirby 
    Solved!
    Go to Solution.

    Dear All
    Error message on start "on screen display message generator for thinkpad has stopped working"
    Event Log "Faulting application TPOSDSVC.exe"
    OS Vista Business 32
    I have experienced this on a customer's ThinkPad R61e Machine Type 7650-DNG and found that the following solves the problem.
    Firstly run Thinkvantage System Update and get everything up to date from Critical, Recommended and Optional Updates tabs.
    Next Run Windows Update and view the available updates select all High Priority Microsoft updates and any optional ones that you require and (and this is where it differs from normal Lenovo advice) select the Conexant Audio driver aswell.
    Current Vista version available on Windows Update is 4.98 (Date 23 Jun 2009)
    Current Vista version available on Thinkvantage System Update is 4.18 (Date 2 Oct 2007)
    NB Re-installing 4.18 may have solved the problem also, but I have not tried that and do not plan to.
    I hope this helps. 
    Jason Bolton - BWCL - Lenovo Premium Business Partner - www.bwcl.co.uk

  • Runtime query options

    Hi All,
    In forms runtime if we perss F7 and go into enter-query mode and type the '&' in any of the database feild....it displays the query box where we can type the whole where clause to retirive the reocrds....
    My question is..where we can find such more options list, that we can use during runtime.?
    Thanking you and Best Regards

    In Numeric fields we can apply all relational operator <, > ,<= ,>= , =, <> ......
    and then press F8 we retrive all records
    in Varchar fields we can apply d%, or we can write whole letter and then press F8 we can get all records

  • 11i Customer - Standard Form : display the bill_to adresses first

    Dear all,
    I'm using Oracle eBS standard Customer -> Standard form
    I would like a mean to display bill_to address first in this form because we have some big customers with many addresses ...
    Procedure:
    Choose AR - Admin responsibility
    Menu : Customers -> Standard (Form Name : ARXCUDCI)
    Query a customer by its number or any other criteria -> use the "Find" button
    A list of places are displayed in the window named "Match Results (Organization) ..."
    -> In this window I would like to have the bill_to address first (even the principal one if possible)
    I'm able to set up Forms Perso code but not to modify the standard screen
    Any help is welcome,
    Thanx,
    Xavier

    sorry I did not get you,
    I am doing it using forms personalization, but my lead is asking me to do using profile options, are there any?
    Do you have any idea how to disable a push button using forms personalization?
    For some resp, I have to take out the privilege to create new customer.
    Thanks,
    Midhun

Maybe you are looking for