Hyperlink below a label in Form in APEX 4.2

I have the following two Rows in a form in APEX. I want to add a hyperlink link just below the warranty expiry date label.
Warranty Expiry Date
Issued To
Can anyone help me?

Hi,
You can write HTML to Label text field e.g.
Warranty Expiry Date<p><a href="#">This is my hyperlink</a></p>
Or you can create custom label template
Regards,
Jari

Similar Messages

  • Format Forms in APEX

    Hello,
    we want to migrate a Portal 3.06 (DB 8.17) application to apex. In the Aplication there are several input forms. In Portal i use plsql Procedure to manage the input. The layout i build with html and very easy the item tags (e.g. #Name.item#, #label.label#) , because all input form layout is equal (Header Text, input attributs, html elements).
    What is the easyst way to build the forms in APEX. Is it possible to copy and paste html syntax
    Thanks for your help
    html sysntax from portal :
    <TR><TD>
    <TABLE align="center" BORDER="1" align="center" bgcolor="#ccffcc" width="100%" CELLSPACING="0" CELLPADDING="0">
    <TR>
    <td><font color="#666666" ><div align="center"><b>Change Group ID </b></div></font></td>
    </TABLE></TD></TR><TR><TD>
    <basefont face="helvetica">
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
    <TR></TR>
    <TR>
         <td width="10"></td>
         <TD><b><#USER_NAME.LABEL#></b></TD><TD><#USER_NAME.ITEM#></TD>
         <td width="50"></td>
         <td width="10"></td>
    </TR>
    <TR>
         <td></td>
         <TD><b><#GROUPID.LABEL#></b></TD><TD><#GROUPID.ITEM#></TD>
    </TR>
    <tr HEIGHT=7><td colspan="12"><hr width="80%" align="center" color="#00cc00" noshade></td></tr>
    <TR>
         <td></td>
         <TD><b><#TITLE.LABEL#></b></TD><TD><#TITLE.ITEM#></TD>
    </TR>
    <TR>
         <td></td>
         <TD><b><#FIRSTNAME.LABEL#></b></TD><TD><#FIRSTNAME.ITEM#></TD>
         <td></td>
         <TD><b><#LASTNAME.LABEL#></b></TD><TD><#LASTNAME.ITEM#></TD>
    </TR>
    <tr HEIGHT=7><td colspan="12"><hr width="80%" align="center" color="#00cc00" noshade></td></tr>
    <TR>

    Hello,
    Your going to want to look at page and region templates.
    As for the item layout try using the drag and drop item layout feature and you will get close to what you want fairly quickly.
    Carl

  • Problem with Migration Forms to Apex ...

    Hello !!
    I discovered Apex a few days ago, so I began with the Oracle tutorials, where I found the conversion from Forms to Apex : "Converting Your Oracle Forms Applications to Application Express 3.2".
    I tried to do the same, with a Unix server and my laptop with Windows.
    I downloaded the Forms which where on my Unix server on my laptop, and then converted them with frmf2xml.bat.
    Then I created a project and uploaded only one Forms Module (_fmb.XML). After upload, the Percent Complete column is lower than 100%.
    My problem is at the following step : "Generating Your Application Express Application".
    When I click on "Create Application", select "Based on Migration Project" and then on "Next", I have one of the following errors :
    - 1 error has occurred * The project, "Test Gestuser" does not contain any Blocks associated with database objects.
    - 1 error has occurred * Database schema PROCIE does not contain the associated database objects for the project, login. Ensure the database schema associated with the project contains the database objects associated with the uploaded Forms Module .XML file(s)
    I really don't understand these two errors, having yet checked all the possible error sources, user, schema, ... ?:|
    I have probably forgotten to give some informations, so ask them ;)
    Thanks for your help,
    Pierre C.
    Edited by: Pierre C. on 19 juin 2009 17:22

    I found the problem(s) ... but now I have another one !!
    The problems are with the Forms : I opened them with Forms Builder and created a new Block with the assistant. Then I compared this block with another "normal" block : they haven't the same properties.
    My block has an associated canvas and database source, whereas the other "normal" blocks haven't.
    Where does the error come from ??
    Is there something to do with Forms Builder ?
    On my Unix server before downloading the forms ?
    Another thing to do ??
    Thanks,
    Pierre C.

  • How to configure Oracle SSO for forms and apex

    Hi All,
    I am trying to configure oracle SSO for forms and apex using third party external authentication. Please help me how to configure. I a have tried all possible things
    from web but I am not able to do it. Is there any doc or links are much appreciated.
    Info: Some reason my oiddas web link is not working it used to work fine before and also the from /pls/orasso/ link I am not able to login may be because of my oiddas issue
    Thanks

    Hi Andreas,
    Thanks you for your help. I am trying to implement third party external LDAP authentication for APEX and Forms.
    So I started with OID and SSO setup to create external Partner Applications. Some reason my oid and sso web login links are not working. I didn't find any errors. I need some help in finding the problem and direction, I already read docs on web but no proper direction. I appreciate your help.
    Thanks

  • How to delete hyperlink (Remove signature) in a form created with InfoPath

    Hello. 
    We have Sharepoint 2013 Foundation in production. It work with forms created with InfoPath. In these forms, digital signatures are used to approve. The problem is that once you have signed the forms, the user can remove the signature. That's what we want to
    avoid.
    Which file should I edit to remove the hyperlink? I can not find how to do it. Do you know a better option? 
    Greetings.
    MCSA: Windows Server 2008

    Hi,
    According to your post, my understanding is that you want to delete hyperlink (Remove signature) in a form created with InfoPath.
    As far as I know, there is no OOTB way to achieve this. You need to use custom code to prevent removal of digital signatures.
    Please add the OnBeforeChange handler code to the "signatureN" group where the signature is stored, not to the section you are signing.
    In other words (my excample) browse to :
    Tools - Form Options - Digital Signatures - "Enable digital signature for specific data" - Modify/Add
    Note the "Store signatures in the following group" value. It will be a read only value, eg /my:myFields/my:signature3/my:signature4
    Here is a similar thread for your reference:
    http://www.infopathdev.com/forums/p/3661/12829.aspx#12829
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Is it possible to print a form in APEX 2.1?

    Hi,
    Is it possible to print a form in APEX 2.1? I'm able to export a report in cvs, but not a form.
    Thanks.

    If you're just looking to export a single row via CSV, then yes, you can add that functionality to your Form page in any release of APEX.
    Have a look at a blog post I made quite some time ago:
    http://spendolini.blogspot.com/2006/04/custom-export-to-csv.html
    Using this, you could limit the query to only bring back the row that is displayed in the form.
    Thanks,
    - Scott -
    http://spendolini.blogspot.com
    http://www.sumneva.com

  • How do you change a "row Label" in form central into an interactive text box?

    How do you change a "row Label" in form central into an interactive text box?  I need to leave some of the row labels plank so that people using the form can add some of their on labels.  Can this be done and if so how?

    I'm not quite sure I understand your question. Respondents (fillers of the form) cannot edit the label of a field.
    Randy

  • Cannot delete record in master detail form in apex 4.0.1

    Dear all,
    I've created a master detail form in apex 4.0.1. Inserting and updating records is working. But when i want to delete a detail or master record, nothing is happening. The delete button is just not working.
    Can someone please tell me if this is a bug, and if so, is there a work around to solve this problem?
    Thanks,
    Diana

    Hi,
    Am I the only one having this problem?
    Thanks,
    Diana

  • Converting from Forms to APEX

    does anyone have a formula or methodology for estimating the time it takes to convert (or recreate) a Form to APEX?

    Not really possible, since you are going to have to do some re-designing when you move from Forms to APEX. Just remember, the conversion tool will do some of the work, but you are REALLY better off re-developing your Forms app in APEX then converting..
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Migrating Oracle forms to APEX 3.2 without using Forms2XML tool

    Can we migrate Oracle forms to APEX 3.2 without using Forms2XML tool?

    Hi Anoo,
    In order to convert Oracle Forms to Oracle Application Express, using the Forms Conversion utility in Oracle APEX 3.2, you are required to convert your Forms Module (FMB) files to XML format, using the Oracle Forms to XML conversion tool, Forms2XML. I would recommend that you review Chapter 4 [Converting an Oracle Forms Application|http://download.oracle.com/docs/cd/E14373_01/migrate.32/e13368/appmgr_forms.htm] , in the Oracle Application Express Migration Guide Release 3.2
    If you have any further questions relating to the Oracle Forms to Oracle Application Express conversions, I would recommend that you refer to the [Application Express|http://forums.oracle.com/forums/forum.jspa?forumID=137] forum.
    I hope this helps.
    Regards,
    Hilary

  • Labels on Forms are not maintaining positions when viewed on a different computer

    I have a project with 14 forms.  The labels for the text boxes are perfectly aligned on one machine, yet when I run the project on a different machine (same screen resolution and all fonts available) many of the labels are no longer left- or right-aligned
    as designed.  I have experimented with changing the Autoresize settings (using Font, DPI, etc.) for the forms as well as the text alignment settings for the labels themselves, but they don't fix the problem.  I am using Visual Basic (Net 4.5) in
    Visual Studio 2013. Any ideas??

    Hi DrDon81,
    According to your description, the labels on forms are not maintaining positions in different machines.
    I suggest you disable the AutoSize(set to false).
    Or you could put the label in a panel or similar, then use Dock instead of just Anchor property.
    If it still not working, you could share a little sample which can reproduce the issue. we could help you better.
    Regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle forms vs apex

    hi all ,
    i want to know the difference between the both , because i've read before that the two of them are for developing enterprise applications, so what is the difference ? is apex for developing applications just for small enterprises ? or what ?
    thanks in advance

    This question was asked at least hundreds of times, it might be a good idea to use the forum search (or google for that matter) to see what comes up. The whole topic is somewhat huge and can't be broken down in a few sentences. So you have to read and make up your mind yourself.
    For example look what google brought up when feeding it with the search terms oracle forms apex (I agree these are very strange search terms to use when searching for information on oracle forms and apex, as search phrases like wrzlbrmpf are more likely to return anything):
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-for-forms-098747.html
    cheers

  • Forms in Apex

    I was wondering whether it is possible to add HTML forms in apex?. I am trying to submit the form using javascript:doSubmit but i am not able to? Can anyone help?
    Thanks,
    Monica

    Please...Post to the appropriate forum
    Sim

  • How to set the hyperlink in the label setText Method

    Plz help me on this ..
    I want to make a hyperlink on a label.as the 'about eclipse' window in eclipse
    Is it possible to create a string which carry's with the html tags and make use that string in setText method of a Label in java?
    Thx
    rob

    I have already seen these pages but tells to use JLabel.
    But in my project a lot of code has been with respect Label.
    And as per the label only the call is invoking
    So I would like to make the hyperlink only in label and not in JLabel and other easy ways
    Label setText only takes string format as argument
    So can i make a string variable which holds the hyperlink in it and call in label's setText method.
    thx
    rob.

  • Undefined characters in labels of Form

    I give Russian names to labels of Form after saving a Form and running a Form text in label are undefined characters.
    I try encoding of Internet Explorer but this is not help.
    I use Oracle Portal 3.0.9 Database 8.1.7

    But reports is working I give Russian names to labels of Reports and this is work.But why Portal Forms is not working.I think it's bug.
    If you know help me.
    Thanks anyway.

Maybe you are looking for

  • How do I set the placementID of portlet at runtime?

    Hi, I want to know the position of portlets on the page. Below is my requirement, I have 2 column layout on my page and each column has 3 different portlets. So when the first time it loads page load the page user see some portlets on each column, wh

  • Regexp problem when extracting filename from path

    I'm trying to extract filename and full path from string: \dir1\dir2\file.name import java.util.regex.*; public class Main {       private static final String REGEX = "(\\S*\\)*(\\S*)";     private static final String INPUT = "\\dir1\\dir2\\file.name

  • Faulty Lenovo ThinkVision 19 inches monitor -L194WD. Half of the is screen fuzzy

    We have five faulty Lenovo ThinkVision 19 inches monitor -L194WD.  Quota of upper part of the monitor is washed-out  or fuzzy and three quotas of the lower part of the monitor appear to be OK. Any idea, advice or solution will be extremely appreciate

  • BEX Variable: 0 replaced by # - why?

    Hi, in BEx I have created a "from - to" variable. E.g. as selection 0 - 1000. That's ok. When I refresh the query again 0 is replaced by #. Also I want to exclude # in my query result. It's not possible to have a "from - to" variable with an exclusio

  • Firefox icon jumped above file. How do I get it back where it belongs

    Firefox icon use to be to the left of file and had a drop down box.....now it is above file without the dropdown. I want it back to the left! How do I do that? I am running windows 8.