How to Add Hyperlink to Static Text View

It's possible to add Hyper link or local link(when click that link. then it shows some text in message box) to some part of the Static text view.
for example, my Static Text view Contains following text,
Laptop , Desktop, Mobile
now i want to add that link to Desktop or any other text. like
Mobile
kindly help me.

Hi J Sathish Kumar,
From your description, it seems that you have a RichEdit Box control and you want to add a hyperlink feature to your RichEditBox control. Could you tell us what type project do you want to use, windows form, WPF or native MFC?
For using windows form and WPF, you should be easy to find some ways to achieve your goal on the web. For example,
http://stackoverflow.com/questions/435607/c-sharp-how-can-i-make-a-hyperlink-work-in-a-richtextbox
For using native MFC, you may need to get the text range, add the underline,change the text color and use wm_notify to notify the parent windows about a click on a hyperlink.
I make a quick research on the web, and I find this should helpful for this issue.
http://www.flounder.com/richedithyperlinks.htm
Best regards,
Shu Hu
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.

Similar Messages

  • How to add coloumns in the static text view

    Hello all,
    I am using answers and I want to use the static text view
    Now I want to make my own table.
    I was thinking somthing like this:
    <TABLE>
    <TR>
    <TD>
    @1
    </TD>
    </TR>
    </TABLE>
    Where @1 is the first column on my answer report.
    Unfortunately this isn't working.
    I can't find anything in the manual about this.
    I know @1 works for the ticker view, so thought it must work on the static view as well

    Hi
    Use a Narrative view instead, works perfectly.
    Ed

  • How to Add/Concatenate to a text field, values selected in a combo box

    I have a combo box form field that allows the user to select a value from a list and click on an Add button. The Add button should add/concatenate the vaue selected to a text field in order to create a list of values selected. I'm not sure how to do this using Javascript in Acrobat? I know I need to add the javascript to the Add button's Mouse Up action. Any help would be greatly appreciated. Thanks!

    Thanks so much - it works!
    >>> "Gilad D (try67)" <[email protected]> 9/25/2013 9:16 AM >>>
    Re: How to Add/Concatenate to a text field, values selected in a combo box created by Gilad D (try67) ( http://forums.adobe.com/people/try67 ) in JavaScript - View the full discussion ( http://forums.adobe.com/message/5712118#5712118 )
    Let's say the text field's name is "Text1", and the combo is called "Combo1". You can then use this code as the MouseUp script of the Add button:
    var f1 = this.getField("Text1");
    var f2 = this.getField("Combo1");
    if (f1.value=="") f1.value = f2.value;
    else f1.value = f1.value + ", " + f2.value;
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5712118#5712118
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5712118#5712118
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5712118#5712118. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in JavaScript by email ( mailto:[email protected].com ) or at Adobe Community ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=3286 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • View requests result in a static text view

    Hi all...
    Is it possible to show results of a request in Answers in a static text view like in a ticker text view? Using "@"?
    Ivan

    Stijn, can you give me an example how to do it in a narrative view?
    This is the html code that works great if I put it in a static view:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Example</title>
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<Google key code goes here>"
    type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function load() {
    if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
    //]]>
    </script>
    </head>
    <body onload="load()" onunload="GUnload()">
    <div id="map" style="width: 500px; height: 300px"></div>
    </body>
    </html>
    Thanks for the help..
    Ivan

  • How to add addtitional pages in design view?

    How do I create additional pages in design view?  I have tried using NEW PAGE AFTER, but that doesnt add another page in design view, like I need. 
    I am creating a report that uses 8 subreports per page to dynamically create labels.  Currently I have a report header, and am using the page header to arrange the subreports so the top of each subreport prints on the top of each label.  The fields in the subreports can grow, and fill in the label from the top down. 
    I need to create a multiple pages using this format, but I dont know how to add more pages in design view.  Essentially I need subreports 1-8 on page 1, 9-16 on page 2, etc.  I would like to preserve the formatting I have created thus far, but I can always change it if I have to.

    In attempting to create the label sheets I needed, I ended up creating 14 separate reports (which report on 6 individual queries), because there are 14 pages worth of labels that need to be created.  What I wish to accomplish is to condense these 14 reports down to 6 reports.  One for each query.  What I absolutely cant find a way to do, is to get Crystal Reports to allow me to customize subreports on consecutive pages.  Again, I have 8 subreports on each page, which have been formatted to fit on 8 labels when printed.  Each subreport is identical in design, but has a different range selected (i.e. my driving value in each subreport has been modified with Select Expert to be between 1 and 5, or 6 and 10, or 11 and 15).  This is how I have been able to return 5 consecutive results on each label, with the next label returning the following 5 results. 
    My ultimate question:  Is it possible to create a multi-page report using this method?

  • Reg:How to add availability check in sales view

    hi all
    How to add availability check in sales view
    regards
    JK

    HI Janardan..
    Check out the help.sap link for Availability check. It has a lot of info.
    http://help.sap.com/saphelp_erp2005/helpdata/en/6b/2785347860ea35e10000009b38f83b/frameset.htm
    If it helps Reward with points..
    Regards Rk

  • Download Data drops title and static text views

    Hi All,
    Is there a way to retain the title or the static text view in the output results when exporting using Download Data (.csv)?
    We are using OBIEE 10.1.3.4.1.
    Regards,
    Nancy

    Hi Kumar,
         After building your it_material internal table, try using GUIO_DOWNLOAD to load the data into an excel sheet.
    check this sample code.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME                = SELECT_FILE   " Filename
          FILETYPE                = 'ASC'
          APPEND                  = ' '
        TABLES
          DATA_TAB                = ITAB_STR_1
        EXCEPTIONS
          FILE_WRITE_ERROR        = 1
          NO_BATCH                = 2
          GUI_REFUSE_FILETRANSFER = 3
          INVALID_TYPE            = 4
          NO_AUTHORITY            = 5
          UNKNOWN_ERROR           = 6
          HEADER_NOT_ALLOWED      = 7
          SEPARATOR_NOT_ALLOWED   = 8
          FILESIZE_NOT_ALLOWED    = 9
          HEADER_TOO_LONG         = 10
          DP_ERROR_CREATE         = 11
          DP_ERROR_SEND           = 12
          DP_ERROR_WRITE          = 13
          UNKNOWN_DP_ERROR        = 14
          ACCESS_DENIED           = 15
          DP_OUT_OF_MEMORY        = 16
          DISK_FULL               = 17
          DP_TIMEOUT              = 18
          FILE_NOT_FOUND          = 19
          DATAPROVIDER_EXCEPTION  = 20
          CONTROL_FLUSH_ERROR     = 21
          OTHERS                  = 22.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        EXIT.
      ENDIF.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • How to add supercripts in a text field

    How to add superscripts symbols like copyright,trademark and registered symbols in a static text field in the Livecycle designer 8.2?

    You can copy-and-paste special characters directly into a text object from a text editor such as MS Word. Alternatively, you can insert the hex character reference into the XML source for the applicable text object instance. For example, to add a copyright symbol, go to the XML Source tab and insert the reference &#x00A9; into the XML node <value><text>Foobar&#x00A9;</text></value>.
    Steve

  • How can I print a static text?

    As there is no instance name for a static text, how is it possible form a button to make a printJob?

    from the help docs, you can reference a static textfield using
    To create a reference to an existing static text field in ActionScript 3.0,  you can iterate over the items in the display list. For example, the following  snippet checks to see if the display list contains a static text field and  assigns the field to a variable:
    var i:uint;
    for (i = 0; i < this.numChildren; i++) {
         var displayitem:DisplayObject = this.getChildAt(i);
         if (displayitem instanceof StaticText) {
             trace("a static text field is item " + i + " on the display list");
             var myFieldLabel:StaticText = StaticText(displayitem);
             trace("and contains the text: " + myFieldLabel.text);
    but to print you need sprites to add to the printjob.  so, either print the text's parent or reparent the text for the purpose of printing.

  • TouchUp: How to add an underline to text that is not underlined?

    The subject says it all, how do I use the TouchUp tool(s) to add an underline to text that is not underlined?

    There is an "underline" annotation available for the Comment & Markup toolbar.
    First, open the Comment & Markup toolbar.
    This will let you observe the addition of the Underline annotation.
    You want to access the "More Tools" dialog.
    There are various ways to get to it.
    --|  Place the mouse cursor in the tools icon 'ribbon' over in the empty space at the right.
         Right click for the context menu.  Select "More Tools".
    --| Select Tools > Customize Toolbars
    With the More Tools dialog presented, scroll down some to view the 'Comment & Markup Toolbar' choices.
    The default toolbar does not show:
    Underline Text Tool, Cross Out Text Took, Attach a File as a Comment, Record Audio Comment, and some others.
    So, select the Underline Text Tool.
    Close the dialog. The Underline Text Tool is now part of the Comment & Markup Toolbar.
    The toolbar selections, from "More Tools", is sticky.
    The Properties dialog for the Underline Text Tool permits configuration selections such as:
    – underline style of straight | squiggly
    – color
    – Opacity
    At the bottom of the tool's Properties dialog you can tick the selection "Make Properties Default".
    As with other annotations, there is a pop-up note available for entering information.
    Be well...

  • How to add hyperlinks in Import Manager

    Dear MDM-gurus!
    I really tried hard to find the solution, but couldn't find it here or in OSS.
    We already have a repository with more than 50.000 items.
    What I'd like to do is to add hyperlinks to PDF-files in the internet to each item.
    For this we got an excel-file from the supplier with the supplier part number in one column, the PDF-link in another column and the .
    In Data Manager I was able to add links manually or also with importing entries of the excel-file. Importing from excel takes a LOT of time. I don' t know why:
    -  Fields to import: Hyperlinks
    -  Key fields: Supplier part number.
    --> Action: Update all single matches.
    How can I import hyperlinks in Import Manager, make the mapping and then update the records faster? E.g. I could not find the field "URL <Hyperlink> [Qual]" in Import Manager
    Thanks for your help and best regards,
    Henning

    Resolved!
    I accidently oversaw the URL fields in Import Manager in table catalog items.

  • How to add music/ audio to text/ mms messages on iPhone 5?

    There is not a way to add audio/ music to text/mms messages similar to adding a picture.

    To a standard SMS text message, no there isn't. For MMS it would depend on what multimedia your carrier supports. For anything that is not storted in the Photo app (images, video files), you add them to the Message using the camera icon. For anything else, you would start in the app that contains the file, and use the Share function (if available). The Voice Memos app does this for example. Third party apps would vary in terms of having this feature and how it is accessed.

  • How to add a new table or view in the view object

    hello,every one.
    I wanna add a new table or view in the view object's query statement.
    when the table or view not in the where clause,the query statement is working fine.
    If they in the where clause,I got the "java.lang.NullPointerException".
    who can help me
    thank you very much

    thank you for your reply
    I wanna extend the VO
    oracle.apps.pay.selfservice.payslip.US.server.PayPayslipGetPersonDetail
    the original sql is:
    SELECT ppf.person_id,
    FROM per_people_f ppf,
    per_assignments_f paf,
    pay_assignment_actions paa
    where paa.assignment_action_id = :1 AND paf.assignment_id = paa.assignment_id AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date AND paf.person_id = ppf.person_id
    I wanna extend:
    SELECT ppf.person_id, pay_v.element_name,pay_v.assignment_action_id
    FROM per_people_f ppf,
    per_assignments_f paf,
    pay_assignment_actions paa,
    pay_run_results_v pay_v
    where paa.assignment_action_id = :1 AND paf.assignment_id = paa.assignment_id AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date AND paf.person_id = ppf.person_id
    pay_v.assignment_action_id =paa.assignment_action_id
    if the pay.v in the where clause. I will got the exception. whereas,it's works fine.

  • How to set hyperlink on a text depending on a flag

    Hi All,
    Can any one help in setting a Hyperlink on a text depending on a flag which is being set in backing bean.
    Thanks in Advance.

    Not sure what you exactly mean, but you at least can use the rendered attribute of the component or conditional statements in EL.
    <h:outputLink value="http://google.com" rendered="#{myBean.booleanValue}" />
    <h:outputLink value="#{myBean.booleanValue ? 'http://google.com' : 'http://sun.com'}" />

  • How to add new columns in materialized view

    We are using Oracle 10g Release2.
    We need to add new columns to a prebuilt fast refresh materialized view. We want to add 4 new columns in this table and make them part of select statement in the materialized view. We can drop the view but we cannot do complete refresh after that because the paymentsInfo table has a creation_timestamp column which is populated by before row insert trigger with systimestamp. If we did the complete refresh, all values in this column shall be changed.
    CREATE MATERIALIZED VIEW  paymentsInfo
    ON PREBUILT TABLE
    REFRESH FAST
      ON DEMAND
      START WITH SYSDATE
      NEXT SYSDATE+5/1440
      WITH PRIMARY KEY
    DISABLE QUERY REWRITE AS
    SELECT PAYMENT_ID,BATCH_REFERENCE, TRANSACTION_REFERENCE, NO_OF_TRANSACTIONS, DEBIT_ACC_NUM,... from payment@dblink
    I want to know is there any other way to add new columns without losing any changes from the master table.
    Thanks.

    There is no way to add new Columns to Materialized view. To add new columns, it has to be dropped and re-built again.
    Extract from Oracle Documentaion:
    Use the ALTER MATERIALIZED VIEW statement to modify an existing materialized view in one or more of the following ways:
      To change its storage characteristics
      To change its refresh method, mode, or time
      To alter its structure so that it is a different type of materialized view
      To enable or disable query rewrite
    If you have a problem of Complete refresh, then It may be beneficial to get the backup of the MView; Drop and re-create it with modified definition; Restore the backup data leaving the new columns untouched (assuming they are to be kept as fetched from the Master site).

Maybe you are looking for

  • An extra field in a Report

    Hi all,      I have a requirement to add an extra column to an existing BW report in BEx on a cube.      The query now displays the country, material, inventory amount in stock and the value of inventory in USD. The new column should have the invento

  • How to Single Sign-On?!?!

    One of the advertised features of LiveCycle Rights Management ES clearly says: (http://www.adobe.com/products/livecycle/rightsmanagement/features.html) "Work with Microsoft® Windows® SSO to provide transparent authentication" How exactly do I achieve

  • Subquery is not supported on fast refresh ?

    Hi , There is a long and complex sql statement in our production environment and the following subquery in it is called more 5 times in different clause. I created materialized view to simplize it and decrease i/o, but fast refresh at commit time of

  • View Menu defaults

    How can you make "Details" the default "View Menu" instead of "List"?

  • Update Nokia C700 device software using Ovi Suite ...

    Hi, I succeeded to connect to my Nokia C700 Device in Nokia Ovi Suite mode via USB and now when I try to update device software the Ovi Suite notifies that there is some Network Connection Problem while no firewall and network on Windows XP machine w