URL OF THE LINK COLUMN IN THE FORM OF MANUAL

Hi all

I have a problem with my APEX Solution. I created a manual tabular presentation, that works perfectly. But the problem is I want a convert (Projectname) - SQL query to a URL link. The link goes to the same application, but another page with parameters. I want to send the project ID to this other page, where I can EDIT my project. The problem here is that it does not work.

Here's my Soluition.

FOR A IN

(

SELECT PR_ID,

APEX_ITEM. Hidden (1, PR_ID) ID,.

-Die Akbulak Werteliste festlegen der.

APEX_ITEM. DISPLAY_AND_SAVE (2, PR_NAME, "readonly ="readonly"style =" width: 565px;)  font-size: 13px; "", « f02 » || " ROWNUM') PROJEKTNAME,.

APEX_ITEM. DISPLAY_AND_SAVE (3, PR_C_DATE, "readonly ="readonly"style =" width: 565px;)  font-size: 13px; » ', « f03 » ||' ROWNUM') C_DATE,.

APEX_ITEM. DISPLAY_AND_SAVE (4, PR_U_DATE, "readonly ="readonly"style =" width: 565px;)  font-size: 13px; » ', « f04 » ||' ROWNUM') U_DATE

OF TM_PROJEKTE

)

LOOP

X: = X + 1;

HTP. P (')

< table width = "100%" id = "td2" align = "center" cellpadding = "1" cellspacing = "1" >

< b >

< scope = "col" id = 'td2' th > < table width = "100%" id = "td2" cellspacing = "0" >

< b >

< td width = "40px" height = "35" align = "center" valign = "middle" margin left = "3px" > ' | X ||' '|| a.ID |' < table >

< id td = "td3" height = "35" align = "left" valign = "middle" margin left = "3px" > < a href = "f? p = & APP_ID.:999: & SESSION. : NO::P999_PROJEKT_ID :'|| a.ID | » « > ' || a.PROJEKTNAME | "< /a > < table >

< td width = "120px" height = "35" align = "center" valign = "middle" > ' | a.C_DATE | "< table >

< td width = "120px" height = "35" align = "center" padding: 1px valign = "middle" margin left = "3px" > ' | a.U_DATE | "< table >

< /tr >

< /table >

< /table >

');

END LOOP;

But when I click projectname, then the P999 item does not show the ID - Nr but "< input type =".

Can you please help me.

Hello

have you tried to change

href = "f? p = & APP_ID.: 999: & SESSION. : NO::P999_PROJEKT_ID :'|| a.ID | »

TO

href = "f? p = & APP_ID.: 999: & SESSION. : NO::P999_PROJEKT_ID :'|| a.PR_ID |'?

Concerning

Tags: Database

Similar Questions

  • URL of the form values

    I write trying to pass the content of the form through the url when the form is submitted. But it does not work
    The validations work, but when it comes to display the values of the form

    Got, it works. A modified method to get

  • Validation in the form of manual client-side

    I have a manual form on multiple pages in my application. I'm doing a simple validation using javascript client-side. I have two fields for zip and zip code more (XXXX-XXXX). Each field must be validated that they are numbers and the postal code must be 5 numbers and zip should be 4 numbers. Here is the code that I placed in the APEX_ITEM in the SELECT statement in report region Blind Trusts.

    To ZIP Code:
    APEX_ITEM.text(12,c009,5,5,
    'onblur="if ((this.value != null && this.value !='''') && isNaN(this.value))
    {alert(''Zip Code must be numbers.'');this.focus();} 
    else {if (this.value.length !=5)
    {alert (''Zip Code must be 5 numbers.'');this.focus();} }"') 
    For Zip more:
    APEX_ITEM.text(13,c010,4,4,
    'onblur="if ((this.value != null && this.value !='''') && isNaN(this.value))
    {alert(''Zip Plus must be numbers.'');this.focus();} 
    else {if (this.value.length !=4)
    {alert (''Zip Plus must be 4 numbers.'');this.focus();} }"') 
    My environment is APEX 3.2 and Oracle 10 g Rel 2 database using IE7.

    I imported my request on APEX. ORACLE.COM:
    Workspace: RGWORK
    Username: TESTER
    Password: test123
    Application: Disclosure of financial information (30894)

    Run the Application as follows:
    Page 1 > update of the current year (Page 6) > next Question (Page 2) > trusts (Page 4) > click Yes > enter Zip code and Zip over the last 2 fields in the column address.

    It does not validate the postal code at all, but it does not validate the zipper more. It brings back stitch to zip more. Why it is not working?

    Can someone please help?

    Thank you

    Robert
    http://apexjscss.blogspot.com

    Hello

    Now, there are sample on the page we check yesterday.
    Not enter digital charters and dialog is open warning that

    Kind regards
    Jari

    Published by: jarola on February 9, 2011 18:21

    I've done region html without model standing before the footer

    
    

    You can place this html also for example some other footer region

    Then JavaScript

    $(function(){
     $( "#alert-dialog" ).dialog({
      autoOpen:false,
      modal:true,
      buttons:{
       "Ok":function(){
        $(this).dialog("close");
       }
      }
     });
    });
    function validateNumber (pThis,pNumber,pName)
    {
    if ((pThis.value != null && pThis.value !='') && isNaN(pThis.value))
    {
     $("#alert-dialog-text").text("Zip Code must be numbers");
     $("#alert-dialog").dialog("option",{
      beforeClose:function(){
       pThis.focus();
     },
     title: 'Zip Code'
     }).dialog('open');
    } else {
          if (pThis.value.length !=pNumber)
          {alert (pName + ' must be '+pNumber+' numbers.');
              pThis.focus();
              return false;
             }
         else {return true;}
         }
    }
    
  • Can't get in the form of manual is displayed correctly

    Hi all

    I'm trying to create a manual tabular presentation according to the instructions in http://crmondemand.oracle.com/technetwork/developer-tools/apex/tabular-form-090805.html.

    I created a new application, page, and one region. Type of area, I said 'report '. For the type of report, I said 'SQL Report.' For the source of the region, I entered in the following:
    select apex_item.hidden(1,empno) empno,
    ename,
    apex_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    apex_item.popupkey_from_query(4,mgr,'select ename, empno from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    apex_item.text(7,sal,10) sal,
    apex_item.text(8,comm,10) comm,
    apex_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from emp
    The problem is that my report shows the complete html tags wrapped around my data instead of just data. For example, instead of display empno "7369" appears:
    <input type="hidden" name="f01" value="7369" />
    If someone would care to take a look and see what I'm doing wrong, I have an example out on the ApEx site hosted. (http://apex.oracle.com).

    MYHOSTACCT = workspace
    User name = DEVUSER1
    Password = MYDEVACCT

    Request = 36597 (test in a table)
    Page = 1
    Region = Update EMP

    Thanks in advance!
    Mark

    Hello

    Change column attributes ' display in ' 'report type Column.

    Kind regards
    Jari

  • Selection list in the form of manual based on a previous article

    I have a manual tabular presentation with multi-column, a column (seller) is a selection list that should be based on a previous column (Type of supplier - internal/external). So if the user selects internal to the provider Type, selection of the provider column list must contain these sellers with type of Interior. Moreover, it also uses the APEX collections.

    Select

    apex_item. Hidden (1, C015) STATUS.

    apex_item. CheckBox (2, SEQ_ID,' title = "check to remove" "") CHECK box.

    case

    When (c001 is not null and c002 is not null) then

    "< a onclick =" return false; "href =" f? p ='|| : APP_ID | » : 20 :'|| : APP_SESSION |':NO:20:P20_ID, P20_REQ_ID, P20_SEQ_ID :'|| C001 | «, » || C002 | «, » || SEQ_ID. ' "" > < img alt = "" src="/i/ed-item.gif" > < / a > '

    end |

    apex_item. Hidden (4, C001) ID,.

    apex_item. Hidden (5, C002) JOB_QUOTE_ID,.

    apex_item.date_popup2 (6, C003, "MM/DD/YYYY", 11, 2000, "onChange =" f_set_end_date (this.id,'|) "") ROWNUM. ');"') ||

    apex_item.select_list_from_query (7, C004, 'select svcs_description d, svcs_code r from csrsr_service_codes order by 1 CAD', null, 'YES', null, "- Select -"). ' < BR / > '.

    apex_item.date_popup2 (8, C005, "MM/DD/YYYY", 11).

    apex_item. Text (9, C006, 8, 15,'style = "" text-align: right; ' ") ') || ' < BR / > '.

    apex_item.select_list (10, C007,';) S, external; E', null, 'YES', null, "- Select -").

    apex_item.select_list_from_query_xl (11, C008, 'select $vendor_name d, csrsr_vendors_v r vendor_number', null, 'YES', null, '- Select-'). ' < BR / > '.

    apex_item. Text (12, C009, 50, 100, "colspan = 2') COL12,.

    apex_item. Text (13, to_char (to_number (C010), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT1,

    apex_item. Text (14, to_char (to_number (C011), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT2,

    apex_item. Text (15, to_char (to_number (C012), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT3,

    apex_item. Text (16, to_char (to_number (C013), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT4,

    apex_item. Hidden (24, C001) |

    apex_item. Hidden (25, C002) |

    apex_item. Hidden (3, SEQ_ID) |

    apex_item. Text (17, to_char (to_number (C014), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') CHBK_AMT,

    'value' COLTYPE

    Of

    apex_collections

    where

    collection_name = "CSRSR_JOBCOSTS_C" and

    C015 in ("O", "U", ' only)

    Union of all the

    Select

    apex_item. Hidden (1, null) STATUS.

    apex_item. CheckBox (2, null,' title = "check to remove" "") CHECK box.

    apex_item. Hidden (24, null).

    apex_item. Hidden (4, null) ID,.

    apex_item. Hidden (25, null).

    apex_item. Hidden (5, null) JOB_QUOTE_ID,.

    apex_item.date_popup2 (6, null, ' MM/DD/YYYY", 11, 2000," onChange = "f_set_end_date (this.id,'|)" ") ROWNUM. ');"') ||

    apex_item.select_list_from_query (7, null, 'select svcs_description d, svcs_code r from csrsr_service_codes order by 1 CAD', null, 'YES', null, "- Select -"). ' < BR / > '.

    apex_item.date_popup2 (8, null, "MM/DD/YYYY", 11).

    apex_item. Text (9, null, 8, 15,'style = "" text-align: right; ' ") ') || ' < BR / > '.

    apex_item.select_list (10, null,';) S, external; E', null, 'YES', null, "- Select -").

    apex_item.select_list_from_query_xl (11, null, "select d, vendor_number csrsr_vendors_v r $vendor_name", null, 'YES', null, '- Select-'). ' < BR / > '.

    apex_item. Text (12, null, 50, 100, "colspan = 2') COL12,.

    apex_item. Text (13, null, 10, 15, "style =" text-align: right;) (' ') AMT1,.

    apex_item. Text (14, null, 10, 15, "style =" text-align: right;) (' ') AMT2,.

    apex_item. Text (15, null, 10, 15, "style =" text-align: right;) (' ') AMT3,.

    apex_item. Text (16, null, 10, 15, "style =" text-align: right;) (' ') AMT4;

    apex_item. Hidden (24, null).

    apex_item. Hidden (25, null).

    apex_item. Hidden (3, null).

    apex_item. Text (17, null, 10, 15, "style =" text-align: right;) (' ') CHBK_AMT;

    'value' COLTYPE

    Of

    Double

    How can I accomplish this?

    Request Express 4.1.2

    Oracle 10g Rel 2

    Robert

    Hello

    Then, you are probably looking for cascading select list in a table?

    http://dbswh.webhop.NET/HTMLDB/f?p=blog:read:0:article:2003800346210117

    Kind regards

    Jari

  • Hidden field in form with the url of the page value

    Hello world of Dreamweaver,

    Just a quick question im stuck on.

    I have created a simple form name, Email and Message. The problem is I want to use the same form on several different pages, but being able to say what the URL of the form was sent from. I see I want a hidden field in the form, but how could I go all that actually send the URL with the other information?

    Thanks in advance!

    Do better on the server side (ColdFusion, ASP, PHP, etc.).   In ColdFusion, you can use #cgi.script_name # to get the name of the document that contains the form.

    However, you can use JavaScript (not as reliable - esp if the user has JS disabled.)

    Location.href or document. URL will take the path of COMPLETE domain including the name of the document.  Don't forget to access the page via the domain name FULL or http://localhost or http://127.0.0.1.  If access you it via file:\\\C:\path\to\document.htm, so I don't know how this will work.

    ^_^

  • My Check Out the form does not display the SSL certificate

    Hi, the Adobe team

    I'll put up my http:www.networkarte.com/store store, and I am currently giving some CSS to my Check-Out form. I don't see form SSL icon upwards in the URL field on my browser:screenshot.png

    And I think that I should have something like this: screenshot.png .

    Your help is more than welcome.

    PD: I'm not a code guy, but just a designer. I apologize if my question is a mannequin.

    Thanks in advance,

    Diego

    Hello

    For some reason, you changed the URL of the form in an absolute url link:

    http://www.networkarte.com/FormProcessv2.aspx?WebFormID=404835&OID=523416&OTYPE=2008&Eid=0 & CID = 0 & step = 13 ">"

    Because it's you're not https domain is invalid and insecure. You must be a relative path

  • FILLING, WHICH IS NOT CUT WITH THE FORM

    I know that the door title in confusion, but can someone tell me how to create a fill of a shape that is not cut at the edge of the form without manually create each edge? I live in Louisiana and the ubiquitous Lily Fleaur is EVERYWHERE. in any case this weekend I saw than a jacket with a fleur de Lys made of rhinestones. I was wondering if I could create that, but I can not get my fill will work well the filling keeps cuttin. Of course now I use a mixed model, but in the future I can create a tree with leaves and animal and I don't want to cut them. I don't make any sense?

    Thanks for any help!shapefill-01.jpg

    See here for example:

    http://www.vektorgarten.de/align-and-distribute-Pathfinder.html

  • The resulttable column is the URL (length of more than 500), can it be established in the form of small static text (hyper link)?

    Hi Experts,

    I have the (link style) column in the results table that displays the URL of the workflow state diagram, URL is too large to be shown in the table of results for each line.

    Could you please help how to display as simple text hyperlink? 'The workflow state' as a hyperlink for each row

    Thank you

    Suman

    Sorry, I meant set a static value for the text property of the link. Or you can try with a MessageStyledText also.

    See you soon

    AJ

  • Column of link does not work on a manual in the form of table

    Hello

    I'm having some problems by creating a link on a column based on a tabular presentation manual (I use Apex 4.1.1.00.27, Oracle DB 10.2.0.5.0):

    On my 1 page, I created a method that deletes and creates a collection based on the table 'emp '; Then I have a manual tabular presentation based on this collection; and finally, a link in the column "deptno" of the manual tabular form that points to my Page 2 (form of Department) and is passing the P2_DEPTNO parameter: #DEPTNO #.

    The problem is that when I press on the link, the page does not present the value of DEPTNO. In addition, I note that as soon as I specify the column as a column of link, it does not show the value in the form of my table, but if I remove the link, it shows the value correctly.

    I created an example on apex.oracle.com in case some of you want to look at the question:
    Workspace: EDIAZJORGE
    User name: test
    Password: test123
    App name: Sample App
    Number of app: 12231

    I appreciate any ideas or suggestions on how to solve this problem.

    Thank you
    Erick

    Hello
    Change in the report query, check it out.

    In a Word, changed APEX_ITEM. TEXT to APEX_ITEM. DISPLAY_AND_SAVE for the DEPTNO column.

    See you soon,.

  • How to enable protection of the status of link column of calendar user session level

    I activated the user session level State protection in my application. Attributes column report, link to the column, page checksums, I choose "reusable level-link current per user.
    However for the link column calendar, there is no option for me to choose and by default is using "session-level". Is there a way to change session level protection at the level of the user to link column of calendar?

    Cheng-Lu,

    Please ask about this, it is a very good question. When we implemented this feature in version 2.0 of the product, us does not control over the type of checksum in the links (3 types) but for two situations: 1) declare links, as you noted, and links 2) dynamically generated as you can produce in your SQL report or in a region of PL/SQL. For the latter case, you must use the apex_util.prepare_url function to generate a link, passing the type of checksum by the signature of the function:

    FUNCTION PREPARE_URL RETURNS VARCHAR2
     Argument Name                  Type                    In/Out Default?
     ------------------------------ ----------------------- ------ --------
     P_URL                           VARCHAR2               IN
     P_URL_CHARSET                   VARCHAR2               IN     DEFAULT
     P_CHECKSUM_TYPE                 VARCHAR2               IN     DEFAULT
    

    It wouldn't be a bad idea for us to treat the calendar links as we do report links. However, until we come back, it's a possible workaround solution: tell your link to calendar for the current application, page 10 and assigns to P10_ITEM with a value & P1_ITEM... Edit this link to access a new page of 100 with the same session state settings, when the 100 page requires a checksum. On page 100, create a process before heading to do this:

    owa_util. REDIRECT_URL (apex_util.prepare_url (p_url =>'f? p =' |: APP_ID |)) ' : 10 :' || : APP_SESSION. '::NO::' || P10_ITEM | ':' || ((: P1_ITEM, p_checksum_type => 'PRIVATE_BOOKMARK'));

    So if the user clicks on the link to the calendar, the visible URL in the location window should be in the form:

    http://host/pls/dad/f? p = app_id:10:session:NO:P10_ITEM: cs & some-value = 26A9030462248D4723CF46ABD4F5AA10A

    This link contains a checksum of the user level and can be bookmarked and reused later by the same user.

    Please let me know if it works for you.

    Scott

    Published by: sspadafo on May 16, 2009 09:49 to prove the use of p_checksum_type in prepare_url

  • Change a vanity on the landing page URL / affects other links

    So I have a microsite and a number of related pages / all received off of him, associated in Eloqua (downloaded in the form of external html files).  But I'm confused-, it seems that the only way to build links in the html code is to put in the name of the actual page.  But what happens if we renamed vanity URL for the page? example: my homepage is www.example.com and links to www.example.com/customized.  If I decided that example.com/customized is more justified and I the name of example.com/awesome, I have to go into the source code of EACH page that has a link to example.com/customized?  I want that there should be a different way, backstage at page link that allows me to change the vanity url wihtout having to change the code on about 15 different pages.  What is my lack of understanding?

    Hi Jessica,.

    Yes, you must rename the link there is no substitute for this.

    Thank you

    Kone

  • Cannot open reports in the form of url using web.show_document

    Hi experts,

    I'm trying to access the oracle forms to oracle reports. port 9001 turn my forms and my report has been set up in port 9002.

    While trying to open the report using web.show_document (), the web page opens with the port 9001 and returns a 404 error. But when I change the port number 9002 in the url it opens the report sucessfully.

    Please find the link forms and reports below:

    http://10.180.218.158:9001/forms/frmservlet? config = kvb11g

    http://10.180.218.158:9002 / reports/rwservlet/getjobid97? Server = rptsvr_mohadam-in_adam2unst

    I tried to change the machine name of the ip address in theforms.conf and reports_ohs.conf as suggested in the link below. but it dint work out.

    URL-

    https://forums.Oracle.com/thread/1105289
    http://prasadmadhasi.com/2011/11/19/changing-presentation-services-port-number-in-OBIEE-11g/

    My reports_install.properties is given below,

    Properties of installation #Reports

    #Fri Oct 13 16:10:59 IST 2013

    WLS_USER = weblogic

    USE_REPORTS_BUILDER = true

    OHS_COMPONENT_NAME = ohs1

    REPORTS_MANAGED_WLS_PORT = 9002

    Server_name = RptSvr_MOHADAM-IN_adam2unst

    REPORTS_MANAGED_WLS_HOST = 10.180.218.158

    FORMS_CONFIGURED = true

    ORACLE_INSTANCE_NAME = adam2unst

    REPORTS_APP_DEPLOYMENT_DIR=C\:\\Oracle\\Middleware\\user_projects\\domains\\kvbdomain\\servers\\WLS_REPORTS\\tmp\\_WL_user\\reports_11.1.2\\uxabaw

    INPROCESS_SERVER_NAME = RptSvr_MOHADAM-IN_adam2unst

    MANAGED_SERVER_NAME = WLS_REPORTS

    OHS_PORT = 8891

    DOMAIN_HOME = it\: / Oracle/Middleware/user_projects/domains/kvbdomain

    COMMON_COMPONENTS_HOME = C\:\\Oracle\\MIDDLE~1\\ORACLE~1

    ORACLE_INSTANCE = C\:\\Oracle\\Middleware\\adam2inst

    REPORTS_APP_CONFIGURATION_DIR=C\:\\Oracle\\Middleware\\user_projects\\domains\\kvbdomain\\config\\fmwconfig\\servers\\WLS_REPORTS\\applications\\reports_11.1.2\\configuration

    OHS_HOST = MOHADAM - IN .in .oracle .com

    Domain_name = kvbdomain

    ORACLE_HOME = C\:\\Oracle\\Middleware\\Oracle_FRMHome

    USE_OID = false

    REPORTS_APP_VERSION = 11.1.2

    USE_SSL_FOR_APP_LDAP = false

    INSTALL_MODE = deployment

    SSO_CONFIGURED = false

    Looking forward for your help.

    Kind regards

    SYL

    Hello

    It's the forum space

    Developer SQL (not for general questions of SQL/PLSQL)

    Please mark this thread as answered and post your issue in the reports

    Concerning

    Marcus

  • How to make reference to a column name in the form report

    Hello
    How can I make reference to a column name in the form report. My problem is that "I have a form report that I have the column name when using click on the column name, it must get to the next page with the corresponding values of the column".

    Here, I realized that when I click on the name of the column (in page 1) it brings me to the next page (page 2). but in the next page (P2) I want to display (display only) the corresponding values of the column (page 1) selected, but the values are not editable and shouldn't be in the text box must be in display area.

    So, how can I write a SQL to display single source field. That is to say, how can I consult report form (page 1) in name column.

    Hello

    If you use the link in the column when you click on the need of the column value, you need to navigate to the next page and all the data accordingly select value here.

    Modify the report form and see the top of the page and click on report attribute.

    So now you have the attributes of the columns is to say what are the columns are available in the reports form.

    Click on change column what you need Ie the column when you click on its passage to the next page this column, for example, as mentioned in the previous post "Empname".

    Check the link column and give perspective of values according to your need and click on apply chages.

    Thank you & best regards
    Srikkanth.M

  • How to add a BUTTON in the form of a report in report Page last column

    Hi friends,

    I created a form with Page report. Now, I want to ADD a button in the last column named Add in the last column of the Report.that would be a new column added to the report.

    How can I add a button to the form with Page report in the report and tell me how PK as ORDER_ID of a particular LINE with this button to add a reference ELEMENT.
    When I click on the button Add ELEMENT, then command to go to the next Page with ORDER_ID.


    How can I do that.


    Thank you

    Hello

    Modify your report and click the report attributes. On the right under 'Tasks' is "Add the link in the column" - click that. This creates a new column. Scroll down to the links section of this new column and add in the following:

    Link text: Add article
    Target: Page in the present application
    Page: (enter the number of the form page)
    Clear the Cache: (enter the number of the form page)
    Point 1 (name): (enter or select the name of the element of the form for the primary key page - for example, P2_ORDER_ID)
    Point 1 (value): (enter or select #ORDER_ID #-which should be the ORDER_ID column on the table for the report)

    Click on apply changes to save and run the report

    This creates a normal hyperlink in the column - each line will have a different value of ORDER_ID, so every link will be slightly different. If you want to make the link look like a button, you can do it with style if necessary

    Andy

Maybe you are looking for