Search Result

Collapse
19 results in 0.0016 seconds.
Keywords
Members
Tags
hyperlink
  •  

  • zipper114
    started a topic Hyperlink in wx.Grid cell?

    Hyperlink in wx.Grid cell?

    I want to put a clickable hyperlink in a wx.Grid's cell. When I click on it, I'd like to call some function (e.g.

    def onCellClicked(s elf, event):
    # Do something here to launch a browser to go to the URL...


    I can't seem to find how to embed a clickable hyperlink in a grid's cell. Is this even possible?
    See more | Go to post

  • Javascript hyperlink variables populated in asp coded email template

    How to write a javascript coded hyperlink with two variables defined by asp code?
    The data variables that populate in the asp coded email template are:

    $(CustomerID) $(OrderNo) $(CustomerName) ..etc

    I tried a hyperlink like this but asp doesn't recognize the variables in the hyperlink:

    href="../webstore/$(CustomerID)_$ (OrderNo).pdf"> CLICK HERE</a></td>

    ...
    See more | Go to post

  • DamePique
    started a topic How to Open an External Program from MS Access

    How to Open an External Program from MS Access

    Hello everybody,

    I have a database with a set of files related to each record containing relevant information about them. When these files are xls or doc files, I have no problem to store them as an hyperlink and make MA opening them when clicking, let's say a command button on a form.

    However, there is an specific file type, which belongs to a 'private' software of signal processing. So, storing the file (which is actualy...
    See more | Go to post

  • Michael Miller
    started a topic Trying to use field data in Hyperlnk

    Trying to use field data in Hyperlnk

    I am trying to use the data in a particular field (the value) as Part of a hyperlink

    Example

    Field name is "Drawing" in a table called "Orders"

    Field value is 12345

    I want to open a link to "http://intranet/onlineapps/Dwg/SrchItem.php?CS ItemNo=12345" where the entire link will be the same for each record, with the exception of the last numbers which will be...
    See more | Go to post

  • topperfox
    started a topic Hyperlink default folder

    Hyperlink default folder

    I am an Access 2010 newby.

    I have a database that keeps track of all farm documentation such as scanned receipts, logs, inspections, etc. All of these scans are in the folder: C:\Users\FOffic e\Documents\My Scans\Scanned\* .png

    The database is located in c:\Users\FOffic e\Documents\Far mDat

    It is a real pain to have to select the path for every single record to the same folder when I add the hyperlink....
    See more | Go to post

  • RANJIT SINGH
    started a topic Display SQL data in HyperLink
    in PHP

    Display SQL data in HyperLink

    I'm very new to PHP and am trying to get one column (called LINK) of data to be displayed in the table, however as a hyper-link. I wish the user to be able to click on the link in order to launch a new quiz for example. Basically I need what is to be displayed by line 81 to be in a hyper-link format.

    Table Display :


    Code:
    <?php require_once('Connections/Education.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString"))
    ...
    See more | Go to post

  • Dan Gaffey
    started a topic Using a variable in a hyperlink
    in PHP

    Using a variable in a hyperlink

    I'm trying to wite a code that can take a web address from a variable and out it into a hyperlink.

    This is what I have so far:

    Code:
    // display the results returned
      
      while ($row= mysql_fetch_array($result)) {
      $title = $row["song_name"];
      $artist = $row["artist"];
      $genre = $row["genre"];
      $SongID = $row["SongID"];
      $Buy = $row["purchase_link"];
    ...
    See more | Go to post
    Last edited by Dan Gaffey; Apr 6 '11, 05:32 PM. Reason: Missing code tags

  • Bruce Johnston
    started a topic Hyperlinking From MS Access

    Hyperlinking From MS Access

    I have a form with a control to lookup a folder and insert the folder name in the text box (called 'location'). I have another field that is a hyperlink field (called picky)and am using a command button to update the 'picky' field that is simply:
    picky.value= location.value

    The problem is that when clicked it will not open, when I edit the hyperlink field [picky] the name is there (location) but the link path isn't. If I copy...
    See more | Go to post

  • How can I create a prompt that allows a user to select a folder in a dialog?

    Hello all,

    I have another tedious request that I cannot figure out on my own but hopefully you guys can answer.

    On one of the forms the user interacts with there is a field (linked to a table) that is formatted as a hyperlink that allows the user to paste in the location of that specific record's folder on the shared drive. (to save the hassle of clicking through the various folders on the shared drive to find a specific...
    See more | Go to post

  • Is it possible to attach (VBA) code to a hyperlink field in an Access Table

    Hi, I have an Access table containing 160 rows. Each row contains a hyperlink to an Excel file whose name is derived from the primary key of the record.

    The Excel files initially do not exist but will be created by copying a master file.

    Question is, can I attach code to the click event on each hyperlink so that I can determine whether the target file needs to be created by copying in the master file?

    ...
    See more | Go to post

  • Sri13
    started a topic How to open XML file from a ASP Hyperlink control

    How to open XML file from a ASP Hyperlink control

    How can I open a XML file from the location mentioned in the web.config file using Hyperlink control?

    I have an aspx page with hyperlink control and in code behind I do the following:

    Code:
    hypLink.Text = "Transformed XML";
    hypLink.NavigateUrl = ConfigurationSettings.AppSettings["OutputXML"];
    web.config looks like:

    Code:
    <add key="OutputXML" value="C:\Working\My
    ...
    See more | Go to post

  • To put a hyperlink from access in body e-mail outlook

    Hi,

    I have a form with:
    - e-mail adress
    - subject (text)
    - reference (hyperlink to a pdf document on the server)

    Now I have a VBA code who allows me to open an e-mail in outlook, with the e-mail adress, the subject and in the body the hyperlink:

    Code:
    Dim mess_body As String
    Dim appOutLook As Outlook.Application
    Dim MailOutLook As Outlook.MailItem
    Set appOutLook
    ...
    See more | Go to post

  • Chris24
    started a topic How to have a button open a hyperlink?

    How to have a button open a hyperlink?

    I have a form with a Combo box and a button.
    I want the user to be able to choose an option in the combo box, click the button, and a related .pdf is opened.

    The Combo box has a control source in a table. Within the same record as the control source, a 2nd column contains a hyperlink with a file path to a related .pdf.

    What I am struggling with is the code associated with the clicking of the button.
    How...
    See more | Go to post

  • mbewers1
    started a topic Hyperlink asp control doesn't appear when set

    Hyperlink asp control doesn't appear when set

    Hi, I've got an XML file with one <title> and one <link> attribute.
    What I want to do is implement a hyperlink with the name of the <title> element and whose NavigateUrl property is set to the <link> element.

    For an unusual reason, the hyperlink never appears but, when debugged, both items from the XML file are appended to the hyperlink. What have I done wrong?

    Cheers,
    Matt
    ...
    See more | Go to post

  • ntcdwrg
    started a topic hyperlink Access 2007 & ArcMap 9.3.1

    hyperlink Access 2007 & ArcMap 9.3.1

    I had been using a VBscript hyperlinking Access 2003 & ArcMap 9.1. Our software is updated to Access 2007 & ArcMap 9.3.1 and the hyperlink no longer works. Anyone else having this problem? Anyone have a solution? Thanks
    See more | Go to post
Working...