Reports 6.0 and Parameter Lists and Generate to File

I am using the run_product built in from Forms 6.0 and opening
up a report passing it several parameters via a parameter list.
Everything works great when previewing the report.
There is the option in the report preview under File -> Generate
to File. When I generate a report to file using any type of
format it appears that the report does not use the parameters
that I passed in originally from the form. It appears that it
looses all the parameters I passed in. This is most concerning
to me. Am I doing something wrong or is this a "feature" I
didn't know about? I really would like users to have this
ability.
null

Yes I guess this will work, but the option to generate to file
is extremely misleading if you ask me. This option should
generate the current report with the current parameters. This
is unacceptable as far as I am concerned and should be
considered a bug. Oracle needs to give us more control over
FORMS and REPORTS into all too many situations I have been
frustrated because I am not able to do something that I want to
do.
I feel in general REPORTS object is very limited compared to
crystal reports....
Dan Paulsen (guest) wrote:
: Give the user the option on the calling form whether to save
the
: report to file or just view it. If they want to save to file,
: pass the parameter to save to file when you call the report
and
: suppress the parameter form, this will eliminate the problem.
: Spencer Tabbert (guest) wrote:
: : I am using the run_product built in from Forms 6.0 and
opening
: : up a report passing it several parameters via a parameter
: list.
: : Everything works great when previewing the report.
: : There is the option in the report preview under File ->
: Generate
: : to File. When I generate a report to file using any type of
: : format it appears that the report does not use the
parameters
: : that I passed in originally from the form. It appears that
it
: : looses all the parameters I passed in. This is most
: concerning
: : to me. Am I doing something wrong or is this a "feature" I
: : didn't know about? I really would like users to have this
: : ability.
null

Similar Messages

  • What is the parameter list and why does it keep on coming up?

    What is the parameter list and why does it keep on coming up when I try to finalize the video or share it?

    Hi
    I try to finalize the video or share it?
    How do You do that and to what do You Share it ?
    Yours Bengt W

  • RUN_REPORT_OBJECT and parameter list

    Has anyone been able to get parameters ( user parameters) passed successfully to a report using
    RUN_REPORT_OBJECT?
    In my case the parameter list is build correctly in an oracle form (checked via degugger),
    the name of the user parameter is the same in the form and report,
    but the user parameter does not display on the report.
    I have used the name of the user parameter as the source for the report text item.
    Cheers

    I have never used the run_report_object. I used run_product without any problem.

  • Open_form with parameter list and execute_query

    Hello all.
    In a 6i form WBPressed trigger creates the parameter list
    begin
        v_paramlist_id := create_parameter_list('FRM_PARM_LIST');
        add_parameter('FRM_PARM_LIST', 'P_CUST_NUM', TEXT_PARAMETER,
                       to_char(:CUSTOMER_INFO.CUST_NUM));
        open_form('CUSTOM_SCORING', ACTIVATE, SESSION,                   
                         NO_SHARE_LIBRARY_DATA, 'FRM_PARM_LIST');
       destroy_parameter_list('FRM_PARM_LIST');
    end;Then in the second form, WNFInstance trigger has:
        if :PARAMETER.P_CUST_NUM is not null
         then
         GET_PARAMETER_ATTR('FRM_PARM_LIST', 'P_CUST_NUM', x, v_cust_num);
         set_block_property('CUST_SCORING', DEFAULT_WHERE,
                         'CUST_NUM = to_number('||v_cust_num||')');
         go_item('cust_scoring.cust_num');
         do_key('execute_query');I get FRM-40505 Unable to perform query. It was working, but I broke it along the way. Does this much seem correct to open the second form and query the specific customer?
    Upon opening the second form in the Developer tool, it cannot locate a custom Object Library called PARAMETERS. I deleted it & drug it in again from the original (sub-classed). Sould I do the entire library?
    Thanks.

    Hey - I think I see the problem today.. (fresh set of eyes)
    open_form('CUSTOM_SCORING', ACTIVATE, SESSION,
    NO_SHARE_LIBRARY_DATA, 'FRM_PARM_LIST');
    Change this to
    open_form('CUSTOM_SCORING', ACTIVATE, SESSION,
    NO_SHARE_LIBRARY_DATA, v_paramlist_id );
    Hello all.
    In a 6i form WBPressed trigger creates the parameter
    list
    begin
    v_paramlist_id :=
    := create_parameter_list('FRM_PARM_LIST');
    add_parameter('FRM_PARM_LIST', 'P_CUST_NUM',
    UM', TEXT_PARAMETER,
                       to_char(:CUSTOMER_INFO.CUST_NUM));
    open_form('CUSTOM_SCORING', ACTIVATE, SESSION,
    ION,                   
    NO_SHARE_LIBRARY_DATA,
    O_SHARE_LIBRARY_DATA, 'FRM_PARM_LIST');
    destroy_parameter_list('FRM_PARM_LIST');
    end;Then in the second form, WNFInstance trigger has:
    if :PARAMETER.P_CUST_NUM is not null
         then
    GET_PARAMETER_ATTR('FRM_PARM_LIST', 'P_CUST_NUM', x,
    , v_cust_num);
         set_block_property('CUST_SCORING', DEFAULT_WHERE,
                         'CUST_NUM = to_number('||v_cust_num||')');
         go_item('cust_scoring.cust_num');
         do_key('execute_query');I get FRM-40505 Unable to perform query. It was
    working, but I broke it along the way. Does this
    much seem correct to open the second form and query
    the specific customer?
    Upon opening the second form in the Developer tool,
    it cannot locate a custom Object Library called
    PARAMETERS. I deleted it & drug it in again from the
    original (sub-classed). Sould I do the entire
    library?
    Thanks.

  • Parameter list and prompt restricted to 50 items

    Hi,
    Is there a way to increase the restriction of the parameter list(LOV) to more than 50 items?
    Regards,
    Robert

    Hi
    U can configure more than 50 values by changing the RecordsLimitForValueBrowser configuration setting in
    C:\OracleBAM\BAM\web.config,. and after that restart all the BAM services and Microsoft IIS.

  • How can i include Services and Bindung in a generated WSDL file?

    Hi,
    i what to use a generated wsdl file from an erp system, to build a web service client with WSDL2Java (org.apache.axis.wsdl.WSDL2Java).
    I noticed, that services an bindings are missing, also a policy is included.
    How can i include services and bindings in the wsdl and exclude the policy?
    Thanks!

    well, I assume you have SOAMANAGER.
    choose your service & "Apply Selection" (very useless button btw)
    select a binding in the dropdown box or create on if you do not have one yet
    Click button "Show WSDL options" (actually they do not really look like buttons in WD; call it yellow blot)
    Some extra config area is thrown onto your screen (without any sense for usability or design); Change the radio button for WSDL format from "WS policy" to "Standard"; make sure the first radio button group is on "True" for monolithic
    Now click the link (why is this a link and no blot?) called "Display selected bindings WSDL URL"
    an extra text field is again thrown onto your screen somwhere between the dropdown and the WSDL option config area containing an URL (get out your glasses if you don't see the sub-10pt-letters)
    hope it helps,
    anton

  • Custom Lync reporting to get inbound number list and call duration

    Hi Guys,
    I know this is going to be complex but surely a Lync SQL expert can assist here.
    I would like to create a custom report of all inbound call received over a period of time with the call duration. The default reports does not have features to narrow down based on calling numbers. Is there any way that I can get a big extract for all the
    calls received by the firm and later I can use vlook up etc to get what I want.
    I am not good with sql but this I think
    https://northernlync.wordpress.com/2014/03/10/lync-2013-creating-custom-lync-reports-within-monitoring/  will do the trick. Has any one tried it?
    Any suggestions?
    aman sahni

    Hi,
    Base on my knowledge, you can custom Lync Call Details Reports with the help of the link you provided above.
    The first step to creating a custom call details report for use with the pre-existing Lync Server Monitoring Service Reports is to establish a secure connection to the SQL Server and LcsCdr database objects that will be used as data sources for any new reports.
    Next, access will be provided to the user-defined database objects that reside in the LcsCDR database. Once the data is accessible, then it is time to present it by using the SQL Server Report tool.
    More details, it is for Lync Server 2010, but similar for Lync Server 2013:
    http://blogs.technet.com/b/nexthop/archive/2012/01/12/how-to-create-additional-lync-server-2010-call-details-reports-part-2.aspx
    Best Regards,
    Eason Huang
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Eason Huang
    TechNet Community Support

  • Sharepoint Forms and Custom Lists and Workflows using Sharepoint Designer

     I created a Custom SharePoint List with a custom work flow. Basically the list does the following:
    Group A initiates the list, fills in all the information
    Group A will check a box based on a Y/N question, the driver of the work flow is if the Y/N question is answered with an Y, then Group B will get a task assigned and an email notification will go to Group B to continue the work flow.
    Group B will fill out information and check Y/N question, if answer is returned Y it will go to Group C via the same method as above.
    What I need is as the form goes from one group to the next how can I make sure that Group C doesn't see the responses from Group B? How do I write this into the workflow?

    I think now I can add screen shots to explain what I need to do better.
    I created a custom sharepoint list. Users click on Add new Item and Group A will answer generic questions until they get to Continue to Dispute to IQ (Yes/no) Checkbox.  If they answer Yes, the workflow will start and create a task for Group B
    (IQ Group). Group B will answer 4 questions (IQ Responses, IQ Notes, IQ Name and Date). Group B will check Yes or No to Continue Dispute to QA (Group C).
    See Screen shot.
    What we would like for the workflow to do is based on the Yes or No check boxes (Continue to IQ or QA). If Yes is checked then the workflow will generate a task in the task list. We don't want Group B and C to see each other's responses. I set up a workflow
    using impersonate steps, but am not sure if this is correct. Can you look at the workflow steps below and let me know if this is right?

  • How and where should I create a parameter list

    Hi, I4m trying to create a parameter lists but I don4t know where and how.
    I guess as a program unit but as function or procedure, sorry I4m new on this for that I4m finding this a bit difficult. Please, someone could help me to understand this:
    PROCEDURE Run_Emp_Report IS
    pl_id ParamList;
    BEGIN
    ** Check to see if the 'tmpdata' parameter list exists.
    pl_id := Get_Parameter_List('tmpdata');
    ** If it does, then delete it.
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    ** Create the 'tmpdata' parameter list afresh.
    pl_id := Create_Parameter_List('tmpdata');
    ** Add a data parameter to this parameter list that will
    ** establish the relationship between the named query
    ** 'EMP_QUERY' in the report, and the record group named
    ** 'EMP_RECS' in the form.
    Add_Parameter(pl_id,'EMP_QUERY',DATA_PARAMETER,'EMP_RECS');
    **Pass a Parameter into PARAMFORM so that a parameter dialog
    will not appear
    **for the parameters being passing in.
    Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
    ** Run the report synchronously, passing the parameter list
    Run_Product(REPORTS, 'empreport', SYNCHRONOUS, RUNTIME,
    FILESYSTEM, pl_id, NULL);
    END;

    Hi,
    What you've pasted the code here is absolutely correct.
    You'll have to write the code in Forms builder.
    You can either paste the same code in a procedure & call that procedure
    from button's When-Button-Pressed trigger or paste the code in
    your button's When-Button-Pressed trigger like this :
    DECLARE
    pl_id ParamList;
    BEGIN
    ** Check to see if the 'tmpdata' parameter list exists.
    pl_id := Get_Parameter_List('tmpdata');
    Run_Product(REPORTS, 'empreport', SYNCHRONOUS, RUNTIME,
    FILESYSTEM, pl_id, NULL);
    END;
    However, don't write the code in a function as you will need to return some value from the function.
    Thanks,
    Mayur Shah
    [email protected]

  • How can I to recover and to use a parameter list in Report6i

    I am working with Report6i and Forms6i.
    I know how to create a parameter list and how to call Reports 6i with RUN_PRODUCT(...)
    but I don't know how to recover the parameter list in Reports6i and how recover each parameter.
    Can you help me?
    Excuse my English. It's horrible.
    Thanks
    Isidre

    Hi Isidre,
    You need to create user parameters in the report, one for each parameter value that you want to pass into the report. Make sure you set the data type and length for each user parameter, and also the default value if you don't pass in a value for that parameter.
    regards,
    Stewart

  • What is "List and Labels"

    Hi,
    I heared like SBO Report Editor is Replaced by "List and Labels".
    what is "List and Labels"  and what are the uses.
    bcoz i am trying to use crystal Reports.
    plz help me asap.
    Regards,
    Anand

    Hi Anand,
    If you look at the www.combit.com website you should be able to find out all the info you need regarding list and labels as its an application from them.
    Regards,
    Adrian

  • Remove podcasts from Artist  and Album list

    It makes it difficult to select a particular artist if the large number of podcasts that are subscribed appear in the Artist and Album list. The way files are organized in iTunes this is not a problem- but in iPod it is a hassle. Is it possible to remove podcasts appearing in the Artist and Album list in iPod?

    NO... I'm having the same issues and a quick search of the web reveals that Podcasts in 11.1 is COMPLEATLY BROKEN!!!
    I've spent two days trying to fix this issue even including deleting all of my podcasts and restoring from the App Store and nothing works!!!

  • E mail address and contact list has been hacked

    Someone gained access to my e-mail address and contact list and sent out an e-mail to all of my contacts. Is there a way to repair this so they don't do it again?

    Go to Settings>iTunes and App Stores and sign out and sign back
    Same for:
    - Settings>iCloud
    - Settings>Game Center
    - SettingsFaceTime
    - Settings>Messages>Send and Receive

  • Can not make changes to Friends and Family list

    I have tried several times now to remove a number from my Friends and Family list and enter in a new contact. Each time when I hit update list I am taken to a page which says "This page no longer exists." I tried to contact a customer service rep throughout the day yesterday, but was unable to do so because of heavy call-in volume. Will try again later today. Has anyone else had problems making changes to their Friends and Family list? Thanks for any ideas, suggestions.

    Thanks for the reply. I am the account holder and solved my problem by talking to VW customer service rep Elizabeth in the Albuquerque call center. The problem of not being able to make changes in the Friends&Family list sometimes occurs when you are using Firefox as a browser. Changes can be made when using IE as the web browser. Elizabeth made the changes I requested and was able to answer a number of questions I had regarding Droid phones and calling plans. Today I experienced great customer service from Verizon.

  • Customized Seeded report to XMLP report but its not generating output file?

    I want to customize "Dunning Letter Print from Dunning Letter Generate" Report, which is called from "Dunning Letter Generate" Report
    Steps i followed to Customize reports are.
    1. Changed output format to xml for "Dunning Letter Print from Dunning Letter Generate" Report.
    2. Ran report to generate xml data and using xml data created RTF file
    3. Registered data definition and template with code and short name same which is ARDLP_NON_SRS
    Now while i am running report its completing normal, but its not generating output file giving Error like –
    "Unable to find Published Output for this request"
    “No Output File Exist for Request No - xxxxx”
    No Idea why its not picking template, Can anyone help me in this?
    Using:
    Oracle Applications : 10.0.5.2,
    MS Word 2007
    Thanks,

    I am not giving the solution, providing you a hint..
    This is the query you need to satisfy,
    SELECT NVL(R.DESCRIPTION ,CP.USER_CONCURRENT_PROGRAM_NAME)
    FROM FND_CONCURRENT_REQUESTS R, FND_CONCURRENT_PROGRAMS_VL CP,XDO_DS_DEFINITIONS_B XDS
    WHERE ( ( FND_PROFILE.VALUE('CONC_REPORT_ACCESS_LEVEL') = 'U'
    AND R.REQUESTED_BY = :$PROFILES$.USER_ID ) or
    ( FND_PROFILE.VALUE('CONC_REPORT_ACCESS_LEVEL') = 'R'
    AND R.RESPONSIBILITY_ID = :$PROFILES$.RESP_ID ) )
    AND R.PROGRAM_APPLICATION_ID = CP.APPLICATION_ID
    AND R.CONCURRENT_PROGRAM_ID = CP.CONCURRENT_PROGRAM_ID
    AND XDS.APPLICATION_SHORT_NAME=
    ( SELECT APPLICATION_SHORT_NAME
    FROM FND_APPLICATION
    WHERE APPLICATION_ID=CP.APPLICATION_ID)
    AND XDS.DATA_SOURCE_CODE = CP.CONCURRENT_PROGRAM_NAME
    AND R.OUTPUT_FILE_TYPE='XML'
    AND R.STATUS_CODE not in ('E', 'D', 'T', 'X')
    ORDER BY R.REQUEST_ID DESC
    Go to system profiles and query for 'Concurrent:Report Access Level', responsibility you need and modify the profile name accordingly....

Maybe you are looking for

  • English could not be shown correctly in respond of HTTP

    Hi, everyone, I am writing a class that it could connect to http://babelfish.altavista.com/ and send out a "Chinese-simp to English" translation request. And then it would print out the respond from the server which is in HTML language. Everything wo

  • How to get frame document in frameset

    Hi, All I have a application that need to resolve a very old website that write by frameset/frame. While I use webView.getEngine(), I just get the top window. But what's I need is one of frame document(for example below frame1), I need to monitor one

  • How to change the user of a cancelled background (batch) job?

    Hi All, I have a batch job which is being cancelled as the reference user account is locked. I want to update the job with a new user. How can I change the user for a cancelled job? I am able to change the user for a scheduled job (by right clicking

  • 500 InternalServerError when calling app with same url than oracle app

    Hello i wonder if some one could help us. we are running an application on oas developed with forms 10g on a specific IP say ip 10.10.10:9999 and this application is calling other application (a jsp) on another server and to call it i use: Web.show_d

  • Use my PowerMac G5 + MacPro with 1 Apple 23" Aluminum Display?

    While I have a 17" Apple Studio Display (plastic surround) for my PowerMac G5, I'd like to have both computers (MacPro) share the Apple 23" display (aluminum display) so I can free up the 17" Studio Display for my MacBook Pro. I think this can be don