Pass a value to a form to be used as a label/readonly

I have a link between a report and an update form. I want to pass the value of a report column to the form to be used as a label. The report column does not exist in the table that the form is based on. How can I do this? I added an item to the form, but that item does not show up in the link details for assignment of a value. Is this a refresh problem?

How do I get the value (VAC_ID) to the form from the link? When you edit the link you can assign column values to the parameters. How can I get the parameter (VAC_ID) to show up as a parameter when it is not in the record?

Similar Messages

  • How to retrieve the procedure value and pass the value to a form field

    How to retrieve the procedure value and pass the value to a form field?

    Set property for the field and the value is the actual procedure/function.
    Cheers

  • How to pass the value of the form element "SR ID" on the URL in Apex

    Hi All Good Day!!
    I am new to Oracle Application Express, i have been started working from past 2 months. I have a request from client, how we can achieve the same in Apex. Please find the
    deatils below.
    In my application we have a text item as "SR Number", for that filed they want below scenerio to be work around, could some one help me for the below request.
    Check the incoming request for a passed parameter and set it to a value using something like this Request.querystring(“p_t10”). If nothing is passed the form is set up with a blank in the SR ID field, if a value was passed you populate the field, perhaps the log-in page can pick-up the parameter and store it in the session to later be put on the form after successful log-in.
    Label: SR ID
    Name: p_t10
    ID: P1_ENG_SID
    URL: http://sampletest.com:6666/pls/temp/f?p=123:1&p_t10=495694-94583875
    Below are the deatils of mine Apex versions#
    Apex Build: 3.0.1.00.08
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    Schema Compatibility: 2007.05.25
    PL/SQL Release 10.2.0.4.0
    CORE 10.2.0.4.0
    TNS for Solaris: Version 10.2.0.4.0
    Internet EXplorer-7
    Firefox-12.0
    Regards,
    Sruthi!!

    hai Sruthi,
    if you know the emply item creation and set vlaue?
    Create new item as dummy in target page.
    set current value and pass to that dummy item, then can use that value at target page.
    f?p=&APP_ID.:20:&SESSION.::&DEBUG.:RP,20:P20_XUSER_SECTION,P20_XROW:&P17_NWM_ACCES_SECTION.,&P17_NWM_DOC_ID.
    =Means=
    target Page # 20
    Target items   P20_XUSER_SECTION and ,P20_XROW
    Values from current page: &P17_NWM_ACCES_SECTION. for P20_XUSER_SECTION
                              &P17_NWM_DOC_ID. for P20_XROW
    If Tablar form/IR page use the following
                 #P17_NWM_ACCES_SECTION#  for P20_XUSER_SECTION
                 #P17_NWM_DOC_ID# for P20_XROW

  • Passing values to action form in struts using html:link tag in struts

    hi
    As we can post values to action form bean in struts using a <html:text> tag in side a form.
    Can the same be achieved by using a html:link attribute.
    If not then how can this be achieved (i.e. posting a form on click of a link and populating action form bean property for the same).
    thanx in advance.

    Crosspost:
    http://forum.java.sun.com/thread.jspa?threadID=5244035&tstart=0

  • Passing the values from the graph when we use Navigate to the BI Content

    Hi,
    The following are the problems which we are facing when navigating to the other BI report.
    1)When using the “Navigate to BI content” action the values are not getting passed to the detail report from the graph. Is there any limitation or any alternative to make it work?
    When I click on the Bar graph I need to pass the corresponding period and the dimension (EX: Operating Unit – Vision Services R+D) to the detail report.
    2)I have tried using the “Navigate to Web page” action. I am able to pass the values but the page is getting opened in another window. I want that page to be opened in the same window so that my presentation variable values are not lost.
    3)When I click on the bar graph, I am able to pass the values period and operating unit. But my presentation variable values are lost. I want to retain them.
    Please help me out in achieving this scenario.
    Thanks,
    Chaithanya

    Hi,
    In the column properties give the navigation to other reports from the interaction tab and make a chart with the column and in the dashboard -->edit dashboard-->in the section where the report is placed--->give 'drill in place'.
    Regards
    MuRam
    NOTE: Please mention if this resolved your problem/still facing and close the thread.

  • How can I pass parameter value into first form?

    hello all
    I have one form called logon.fmx
    I have parameter in that form called "common_home".
    when I run that form browser I need to trasfer the value for parameter "common_home".
    how can I do this?
    From
    Chirag Patel

    Hi all
    1) I am used to config='myconfig' in my application to run the application from browser.
    2) in formsweb.cfg I have add one more parameter like as follows
    otherparams=common_home=c:\chirag\erp
    3) you can add n number of user defined parameter here.
    it is working fine.
    From
    Chirag Patel

  • Passing a value to htmld form from a static internet page.

    i have a static internet page in which trea are a lot of articles with their code.
    can i call a HTMLDB20 page in which there i a form and a field (CODE_ARTICLE) I WANT TO PUT the code of the static page.
    i have try this :
    http://myserver.com/pls/htmldb/f?p=107:2:1734753335818451389:::::var_codart,21
    but what i do in the form to recive this value ??
    or it is not possible ???
    Thank again.

    i have found the solution :
    must be the end of calling
    ::::::P2_CODICE_ART:21
    intstead of ","
    now work well.
    Thanks

  • Pass hidden value through a form

    Hi.  I'm trying to create a registration form in which users select an organization from a drop down list that is populated from a db table.  All I want the user to see is the origanization's name, but there is also an ID number for each organization in the table.  Is there a way I can submit the ID number for the origanization the user chooses as a hidden field?  I feel like it should be fairly simple, but I can't wrap my brain around it.
    Thanks for any help!

    What you've done here is ideal, you just need to make sure you pull back the person's organisation info at the same time as you get their base info to avoid you doing multiple database calls - from the sounds of it this is what you've done. If not, and for the purposes of anyone else who has similar requirements, you do something like this:
    Table 1 - Organisations
      org_id     NUMBER
      org_name   VARCHAR
    Table 2 - Users
      user_id       NUMBER
      user_org_id   NUMBER
                    FOREIGN KEY onto ORGANISATIONS (org_id)
      user_name     VARCHAR
      user_password VARCHAR(32)
      etc etc
    Then you get back all the info, a simple join will do:
    SELECT      *
    FROM        users,
                organisations
    WHERE       user_org_id = org_id
    AND         user_id = whatever
    That way you're doing all the work at the database level - there is simply no faster way of doing this as databases will walk all over Coldfusion when it comes to speed and efficiency.
    Good work, glad you've got it sorted!
    O.

  • How to pass node value to other form.

    Hi
    i created a menu to call forms using tree nodes.
    Example:
    Master
    Parameter
    Setup
    Transaction
    Form 1
    Form 1
    when user clicks on Parameter, prm_tst.fmx called and it is running.
    i want to move/select the cursor automatically to that node where from i call the form(parameter).
    how can i do this?
    thanks

    when tree node selected
    declare
    v_value VARCHAR2(4000);
    htree item:=find_item('tree4');
    BEGIN
    :global.v_value := ftree.GET_TREE_NODE_PROPERTY(htree, :SYSTEM.trigger_node, ftree.node_value);
    if :global.v_value='Setup' then
    call_form ();
    elsif :global.v_value='XYZ' then
    call_form();
    end if;

  • Unable to pass the values from one report to another using navigation links

    Hi All,
    I am facing a strange issue where I have to pass a column value from one report to other.
    I have kept navigation link in the 1st report and 'is prompted' option in the 2nd report
    Issue was , I'm not getting the filtered result in the 2nd report (all the records are being displayed)
    Can anyone advice where I was going wrong
    Thank you,
    AO

    Hi,
    The column which you have given navigation link and 'is prompted' column should same and exist in both the reports.You have to give the guided navigation in the value interaction of the column in the report1.
    mark if helpful/correct.........
    thanks,
    prasanna

  • In Drill through report pass hyperlink value as parameter to another report using ssrs 2008 R2

    Hi All,
    I have one drill through SSRS report in which if I click one hyperlink in the summmary report it should be passed as parameter for detail report, like this....
    Summary:
    AccountType
    A1
    A2
    If I click A1 then that should be passed as parameter to detail report and display A1 data in detail report
    If I click A2 then that should be passed as parameter to detail report and display A2 data in detail report.
    Please give me some ideas or expression code to achieve this in using SSRS 2008R2. Its very urgent.
    Thanks,
    RH
    sql

    Thanks the folowing is my source data for the parameter I am including to the drill through
    SELECT DISTINCT
    case
    when EA_STATUS in ('E4', 'U4', 'P5', '02', '03', '04','B2','B3','B4','12')
    then CAST('Project' AS VARCHAR(15))
    else CAST('Non-Project' AS VARCHAR(15))
    end as EA_PROJECT_GROUP_DESC
    FROM TEAMS.FMPROD_V_EA
    As you can see it has only 2 values.So how do you suggest I wirte the expression to include in the report.
    The name of the parameter I will be using is EAProjectGroup.but below is the error I am getting trying to run the report
    rsMissingFieldInDataSet] The dataset Trends contains a definition for the Field EA_PROJECT_GROUP_DESC. This field is missing from the returned result set from the data source.
    [rsErrorReadingDataSetField] The dataset Trends contains a definition for the Field EA_PROJECT_GROUP_DESC. The data extension returned an error during reading the field. There is no data for the field at position 45.
    Preview complete -- 0 errors, 72 warnings
    what does the position 45 mean?

  • Passing prompt value from one report to other using navigation

    I have one dashboard with one prompt (Prompt Name: Date) and a report with date column. This date in the prompt defaults to current date by using server variable ‘CURRENT_DATE’. When a user executes this dashboard the report will be executed for current date. Now I configured navigation on a column (MTD) that will take the user to another report. My Requirement is I have to filter the second report with a condition ‘Date<current date’. In the second report I applied a filter Date<valueof(CURRENT_DATE). To my surprise when I navigate from the first report to second report this filter condition Date<valueof(CURRENT_DATE) is replaced by Date=valueof(CURRENT_DATE). I did not under stand why navigating from the first report replacing the filter condition on the second report. If this is the expected functionality, what is the workaround for this?
    To summarise my user want to see current date data in the first report and all the data less than current date in the second report. I tried with presentation variables. same thing happening with them as well.
    Please let me know if there is any solution for this
    Venkat

    I mean to say,
    fro second report apply filter not as global filters
    To apply as inner fitlers...
    Go to measures fx in answers
    select the code in fx and click on filters options
    and select the date from left pane (selection pane)
    and write CURRENT_DATE by Converting this filter to SQL (the option is something like this)
    see in this way ..
    i didn't get time to work on your issue...
    So please try this and report back..
    Thanks & Regards
    Kishore Guggilla

  • Passing values from a form to a page containing forms.

    I would like to pass a value from a form to a page containing two forms (one of the forms is in a tab).Once the value is passed, I want the two forms to be executed with the value passed. Can this be done and how? Any help would be appreciated. Thanks.

    Yes, this is possible.
    I will give you a brief outline.
    From the 1st form, you need to save the value, you want to pass to the 2 other forms, using the wwsto_api_session apis.
    Then, using go() or call() from the Successful submission section, you need to go/call the page containing the 2 forms.
    You need to write some pl/sql code in the 2 forms (on the page) to retrieve the value saved and perform the action you desire. The saved value can be retrieved using the wwsto_api_session apis.
    However, both forms will not get executed at the same time unless both of them are in the same tab i.e. unless both forms are visible at the same time.
    If the forms are on different tabs, they will get executed when they are being displayed.
    But, there are ways to execute both the forms, if it really necessary, even if they are not on the same tab.
    I will be posting the an example soon in this thread.

  • How to pass a value from the report to a form ( BIT OF URGENT ).

    Hi,
    I had created a "Form on a Table with Report" on the report I had remove the edit link and set one of the column feilds that functionality. Now I want to know how to pass that value that is clicked ( having hyper link ) on to the form where it runs a SQL query and then displays the reuslts on the form.
    Illustrating with an example.
    I am having these following columns on the report ( these are the results for the join statement )
    JOBNUM JOBNAME DEPTNUMBER SAL EMPNO LNAME FNAME
    In the above JOBNUM is having Hyper link as I removed the edit image.
    Now this is area I am having problem. When the user clicked on the JOBNUM then on form it should display 20 other columns( pulled from 5 other tables ) which are related to that particualr JOBNUM.
    Anybody give me a solution in which area I have to include my SQL statement and how to pass that selected value to that SQL statement.
    Cheers,
    Krishna

    Hi Ron,
    I am doing exaclty what you have suggested me but no luck. I started changing the DEMO_CUSTOMERS application to my requirements.The report is working fine and on the report I have created a page attribute to the Hyper linked column and linked that to the page 2 and assign that attribute with #JOBNUM#.
    I am able to pass that value on to form when I click on the JOBNUM. But the problem is I am not able to pass that value into the SQL query so that my query pulls 20+ columns on to the Form ( which is second page ).
    Small clarification... On the form region it is said FORM NAME and type is HTML is that is the way the APEX was designed or does it need to say region type as FORM.
    Thanks for your help in advance.
    Cheers,
    Krishna.

  • Passing value to another form with on demand process

    Hi,
    This is my first post and I am an absolute beginner to apex (using 4.1)
    I would like to pass a value to another form, but to no avail.
    I have an on demand process that is being called when a button is clicked (ISSUE)
    This process is being called from P33 and I need the value to go to P33_ST_NUMBER_HOLD
    DECLARE
      v_rownum NUMBER;
    BEGIN
      for i in 1..apex_application.g_f01.count
      loop
        v_rownum := apex_application.g_f01(i);
        apex_debug_message.log_message('row selected: '||v_rownum);
        apex_debug_message.log_message('value: '||apex_application.g_f03(v_rownum));
        htp.p('$x_Value("P17_ST_NUMBER_HOLD",apex_application.g_f03(v_rownum));');
    end loop;
    END;What am I doing wrong?
    Edited by: Hansen_____ on 2012/06/15 1:15 AM

    Hansen_____ wrote:
    htp.p('$x_Value("P17_ST_NUMBER_HOLD",apex_application.g_f03(v_rownum));');This is PL/SQL and you have to use one of these methods to set the item value, But you are using javascript API's in PL/SQL.
    FYI - javascript is a client/browser side and it got nothing to do with PL/SQL
    :P17_ST_NUMBER_HOLD := apex_application.g_f03(v_rownum);
    //OR
    APEX_UTIL.SET_SESSION_STATE('P17_ST_NUMBER_HOLD',apex_application.g_f03(v_rownum));http://docs.oracle.com/cd/E17556_01/doc/apirefs.40/e15519/apex_util.htm#AEAPI181

Maybe you are looking for

  • CD Drive no longer imports CDs in iTunes

    I had been successful importing and porting music tracks to my Ipod for a few months then all of a sudden the import bombs in the second or third track of a CD by giving an error message much like when a USB drive is improperly disconnected. Then the

  • Cannot download Apps from the App store on my ipod

    Everytime i try to install an app on my ipod it always says "Authorization failed. Please connect to iTunes." can someone please tell me what to do

  • Transport Problem

    When transporting one of the BI Statistics related objects i.e update rules it giving error message as below. Please suggest us Execution of programs after import (XPRA) Transport request   : B7DK904535 System              : B7Q tp path             :

  • Condition Types for Packing and forwarding

    Hi , We wanted to add packing and forwarding charges to the material cost, please tell me what condition type / confuguration   i need to use . Regards Swapna

  • Lion Upgrade from App Store?

    Since I did this without benefit of a disk, I would like to create a system disk to access system in case of a hard drive failure. How do I do this?