Download BLOB - dynamic text link

Hi apex users,
I have a report with a standard blob download columns, using the following SQL:
select  a, b, filename, minetype, dbms_lob.getlength(blob_column) report_length
from table
*where [...]*
and the following format is applied to the "report_length" column:
DOWNLOAD:BLOB_TABLE:BLOB_COLUMNS:BLOB_ID::MIMETYPE:FILENAME:::inline:Download
It's work fine, but i'd like te personalized the "Download" link, and make it change dynamically:
I've read in the documentation that the link text supports substitutions strings, and try to test with:
DOWNLOAD:BLOB_TABLE:BLOB_COLUMN:BLOB_ID::MIMETYPE:FILENAME:::inline:#OWNER#
and it's work fine.
But what I want is to diplay the a column of my sql query:
DOWNLOAD:BLOB_TABLE:BLOB_COLUMN:BLOB_ID::MIMETYPE:FILENAME:::inline:#A#
DOWNLOAD:BLOB_TABLE:BLOB_COLUMN:BLOB_ID::MIMETYPE:FILENAME:::inline:#COL01#
But doesn't work. Am i missing something?
AkA

Hi,
Thanks KGLAD, I will give it a try. Much appreciated. This
XML stuff via Flash is a difficult learning curve for me. ;)
Kind Regards,
Boxing Boom

Similar Messages

  • Dynamic text link hover color change.

    I have some dynamic text in Flash and I have a link with the text. Is there a way I can change the hover color without CSS? Here is my code.
    thanks.
    data=EASTERN CANADIAN DISTRICT<br><a href='mailto:[email protected]'><font color="#51884B">Mike Linnen</font></a><br>905-430-0955<br>Cell: 905-409-7159

    Disable the "Show border around text" option of your dynamic
    text field.
    Draw a rectangle with the color you want, & locate it
    behind your dynamic text field.

  • All dynamic text links going to same link even though URLs differ

    Hi,
    I just made a flash news scroller where the news headlines are dynamic text and have different urls provided in the link section. But when I click on any of them, they all go to the first link only. Am I supposed to set something here to stop it from doing so?
    Any help appreciated.

    Ok, I figured out why all the links are going to the same page. Well all the other links are under the first headline, which I am making transparent for the others to appear, but not removing from the stage. Hence even though the first headline is not visible, it is still the top link on the screen, causing everything to go there.
    Any suggestions on how I can make it appear below the newly visible headline?? They are all arranged one below the other.

  • Can dynamic text links (XML) pass arguements to movie clips?

    I have a dynamic text field that i'm pulling a XML file into,
    but I need the URL links within the XML to control a movie clip.
    I've read that you can pass an arguement inside flash from within
    the XML doc but i'm not positive how it would be done.
    Any love on this one?

    Hmm, this leaves a couple questions... Where would I put the
    script/function, inside the <a href> tag? That could get out
    of hand... like in-line CSS styles. And I have a URL node within
    XML set-up so I don't know if this solution would work.

  • Dynamic text links

    Can anyone help with this? I'm trying to get text on a screen
    to link to documents (that will be on a CD, currently on my hard
    drive) such as pdf, txt etc. Using Flash 9.
    Thanks.

    Thanks again for your reply. Since my last posting, I have
    gotten mostly everything figured out except the main issue, which
    is creating a link to documents from text. In the following code I
    was able to load dynamic text from an external txt file and I
    inserted an html link in the txt file but I don't want to open a
    browser link, but rather a file on CD or hard drive:
    var textLoader:URLLoader = new URLLoader();
    var textReq:URLRequest = new URLRequest("test.txt");
    function textLoaded(event:Event):void
    getStart_txt.htmlText = textLoader.data;
    textLoader.load(textReq);
    textLoader.addEventListener(Event.COMPLETE, textLoaded);
    So everything looks good, except how do I get the html link
    in the text file to open a doc instead of a url? Or maybe something
    in your post will work.
    Regarding buttons and code, this is from a Flash website:
    "So you just started AS3.0 full of excitement and ready for
    some coding challenges, you start coding your first button and
    suddenly, horror, you end up with "WARNING: Actions on button or
    MovieClip instances are not supported in ActionScript 3.0. All
    scripts on object instances will be ignored." or "1119: Access of
    possibly undefined property onPress through a reference with static
    type flash.display:SimpleButton.", indeed the good old AS2.0 event
    system is not working anymore in AS3.0: onClipEvent, onPress,
    onRelease, onLoad, onMouseDown ..etc, have become things of the
    past!!!
    What happened? well basically the whole event handling system
    has been revamped in Actionscript 3.0 and we are going to have a
    quick look at it."
    When I select a button in Flash 9, the error message I get is
    "Current selection cannot have actions applied to it."
    Thanks.

  • Flash dynamic text links

    I've created a dynamic (scrolling) text field in Flash MX
    2004 Pro. The text contains links to webpages. The links work in
    the published Flash SWF but not when I place the SWF in Director.
    Please help?
    Lars

    You need to catch the getURL() message in Director and have
    it open your
    browser to the link. Try attaching the following as a
    behavior to the
    Flash sprite:
    on getURL me, aLink
    gotoNetPage(aLink)
    -- better to use Buddy API:
    -- OK = baOpenURL(aLink)
    end

  • Dynamic Text Links - XML

    Ok, I'm a real novice when it comes to code so I'm hoping
    someone out there can help me.
    I have a band site that I has tour dates loading via xml into
    the flash site. The tour dates can be clicked on to take you to the
    Venue's website. The problem, and I'm sure it's insanely simple is,
    I would like the link to open a new browser window (target =
    "blank"), Where in my code can I put this? I've gotten it this far
    and I'm going nuts now...
    Thanks in advance,
    Mike.
    See attached code:

    //line 25 in your script:
    window += "<a href=\"" + myarray
    .link + "\">" + myarray.header + "</a><br>";
    //change to
    window += "<a href=\"" + myarray
    .link + "\" target=\"_blank\">" + myarray.header +
    "</a><br>";

  • Linking Dynamic text boxes?

    Hi there,
    This might be straight forward, but I would like to know how could one link dynamic text boxes so that the information would flow? In a way, the information would flow from:
    (XML) Input A into BOXA00, BOXA01, BOXA02, BOXA03, etc.
    (XML) Input B into BOXB00, BOXB01, BOXB02, BOXB03, etc.
    (XML) Input C into BOXC00, BOXC01, BOXC02, , BOXC03, etc.
    Any takers?

    Hi i recently have made a function that can calculate the amount of text that will fit into a specified text box. See my attached file. Notice that the box will only accommodate the text in red since that is the maximum it can display.
    "This here one is a very very very long long long text that cannot really fit completely into this box so we will have to cut it at some index point"
    My function getTextExtent will return an object with properties
    nIndex -> which determines the index at which the text will be delimited
    fExceeded -> is true if the text is longer than the allocated height of the text field.

  • Create a Link using Dynamic Text and Capture Variable

    I am building a dynamic website using Dreamweaver CS5 with Coldfusion 9
    Currently I have created a dynamic text table. The table is created by querying the Invoice table and displays the all the customers Invoices. The columns Include Invoice #, Date, Amount Paid, BalanceRemaining, Due Date. So basically lists all the invoices I have applied to the unique customer. It is pulled up using a session variable I created from the login page.
    My question is this I want to make the "Invoice #" linked so when you click on it it goes to a new page and performs a new query which retrieves infro related to that specific invoice such as Services Rendered, Service Description, Date, Price, Total. I was able to create a link to the Invoice # but I am stuck trying to figure out how to capture the Unique Invoice # and apply it to the new query. Is this possible if so how?
    Thanks for your help!

    Now keep in mind I am speaking strictly from a web and SQL standpoint as I have no experience with coldfusion.
    If you are able to create the link to the Invoice, I am perceiving this as the following:
    Invoice
    Links to
    #123
    page.php?invoice=123
    #345
    page.php?invoice=345
    If your page is setup like that then you already have the data stored in the browser request with the GET method.  In PHP the equivalent is the $_GET array.  I am assuming ColdFusion has a similar array to work with forms.  Then on your following page you obviously need to check that the visitor came from the prior page with the proper permissions to ensure that someone doesn't get the address page.php?invoice=### and just guesses through and views all invoices if they are not supposed to.  Then your query would look something like the following:
    SELECT * FROM invoice_table WHERE invoice_number = $_GET['invoice']
    Remember this in written in PHP so yours should be a similar equivalent.
    Hopefully this helps a little to get you going in the right direction.

  • Dynamic Text box with linking to frames

    I have a problem. I've tried everything I can think of and what I have Googled, but nothing has helped. I have a scrolling dynamic text box and I need some words in that text box to link to frames, like buttons (Not a URL). This is the file and the frame I'm on is "conflictNorthernPlains"     https://dl.dropbox.com/u/72608572/civilWarEra7.zip
    Thanks

    use:
    var tf:TextField = new TextField();
    addChild(tf);
    tf.htmlText = "<a href='event:frame1'>link to  frame1</a><br/>";
    tf.htmlText += "<a href='event:frame2'>link to frame2</a><br/>";
    tf.addEventListener(TextEvent.LINK, tfF);
    function tfF(e:TextEvent):void{
    gotoAndStop(e.text);
    p.s.  please mark helpful/correct responses, if there are any.

  • Dynamic text Underline Links

    I have created a RSS feed viewer, parsing the RSS feed with
    actionscript 3.0 and viewed on the stage in dynamic text boxes. The
    text in these dynamic boxes is scripted to link to web addresses
    contained in the RSS feeds in the same node as the text being
    displayed. So far so good. Now I need the text in these boxes to
    act as if they were HTML links and show an underline and color
    change when rolled over and clicked on. Help. Attached is my code.

    The trick with the help files is to realize that everything
    is organized by classes. So if you want to do something with
    text...
    Open the help files and select the ActionScript 3.0 drop
    down. Then from that list Expand the Actionscript 3.0 language
    reference and the All Classes section. Next scroll down to the "T"
    section and start looking.
    The ones that seem interesting to me for what you were
    looking for are TextField and TextFormat. Even if you don't know
    exactly what you need those seem like they would have something to
    do with text and how it looks.
    Then start looking through the entries for each of those
    sections. Everything that can be done with text is in there. So
    after looking at TextField I didn't see anything about making an
    underline or even how to change the color. But I did see a method
    called setTextFormat()
    So next I check out the documentation on the TextFormat class
    and sure enough there is an underline property.
    Great, so by this point I've figured out how to make some
    TextFormats and then use the setTextFormat() method to apply them.
    So next you've got to figure out how to apply the different formats
    when I want them.
    Things that happen at certain times are events, so anything
    that you want to happen now, not then -- or I suppose then, not
    now! -- will require an event. So again it is something about
    events. So I'll go back to the textfield class and see what kind of
    events there are. At first glance you might think that TextFields
    only have 4 events -- change, link, scroll, textInput -- and that
    none of them seem to be what you would want. Now this is the tricky
    part...
    At the top of the events section in the documentation there
    is a little arrow for "Show inherited events." So going down that
    list you will find that TextFields get a lot of events from
    inheritance. Sure enough reading down the list I see mouseOver and
    (this is important) finishing the list I also see a rollOver. They
    both seem promising. Always read the entire list. There are many
    times when there are two similar things and if you stop at the
    first you might miss out.
    Anyways, I hope that this helps you see how the process can
    work. The Flash help files are actually pretty awesome and helpful,
    but you have to know how to work them. You will very seldom find
    the answer by searching or find a fully formed answer to your
    specific needs.
    Break it down into the classes you think you might need. Then
    look for the properties, methods, and events you might need. Most
    of them have fairly straight forward names the should suggest what
    they might be for. And then follow the hyper links to related
    classes than their methods, properties, and events.
    PS: I just noticed your second problem. So do the same thing.
    So notice that if you look through the TextField class there isn't
    anything that lets you chop a string or cut it up or anything. But
    notice the text property of the TextField class. That is what shows
    in a textfield. And notice that it takes a String.
    If you didn't know it a String is some text. You would never
    find the String class if you didn't know that techy word, but by
    noticing how often it is mentioned in the TextField class you could
    get there.
    So next look at the String class. What methods and properties
    do you need for what you want to do?
    The length property might tell you when a String is too long.
    And the methods substr() and substring() seem promising to
    cut up part of a String.
    Finally adding an ellipsis at the end might be hard to figure
    out if you don't know the trick. Fortunately you only need to read
    the methods to the "c" or concat(). Fancy talk for putting strings
    together. Always read the entry to the end. There you will see a
    link for "See Also Concatenating Strings." That will show you that
    you can easily use a plus sign to add strings together -- just like
    addition.

  • HTML links won't display in Dynamic Text Field

    I am loading external text files in dynamic text fields on my
    webage. These texts contain html links (<a href="page.html"
    target="_blank">Click Here</a> and I have "render as HTML"
    on and "selectable" off in my dynamic text field. Also, I am
    loading a CSS file. Not only do I not have a hand cursor, but I do
    not even have any of the text from that piece of html code down.
    What is going on with this? Please respond asap, as I have been
    struggling with this for a day now. Here is the Actionscript for
    loading the CSS:
    var flash_css = new TextField.StyleSheet();
    flash_css.load("styles.css");
    flash_css.onLoad = function(success:Boolean) {
    if (success) {
    zloc_txt.styleSheet = flash_css;
    } else {
    trace("Error loading CSS file.");
    var zloc_lv:LoadVars = new LoadVars();
    zloc_lv.load("zloc.txt");
    zloc_lv.onLoad = function(success:Boolean) {
    if (success) {
    zloc_txt.text = this.content;
    } else {
    trace("unable to load text file.");
    zloc_txt.html = true;
    zloc_txt.editable = false;
    _global.styles.TextArea.setStyle("backgroundColor" ,
    "transparent");
    _global.styles.TextArea.setStyle("border styles" , "solid");
    Here is a sample of the text file code:
    &content=<span class="headline">Northwest Arkansas
    Locations</span>
    121 Main St.
    Russellville, AK 77801
    (626) 111-1111<br />
    <html><a href="
    http://www.mapquest.com"
    target="_blank">Click Here for Driving
    Directions</a></html><br />
    Thanks for the help,
    Chuck

    The error is here:
    zloc_txt.text = this.content;
    Even if you rendered the textfield as HTML, you still need to
    tell flash that the variable you are inserting is HTML. Therefore
    you need to use the htmlText property.
    zloc_txt.htmlText = this.content;

  • Email link in a dynamic text field

    I have a paragraph of scrollable dynamic text. I need to add
    an email link to one of the sentences. Is this possible? I can't
    make the line a button in the dynamic text paragraph. Can anyone
    help please.

    information about the asfunction() is in the flash help
    files: actionscript 2.0 language reference/index/asfunction.

  • How to make links in dynamic text?

    Hi All,
    I need to know how to make links in dynamic text. I have
    created a
    table to hold the dynamic copy, and the copy is added through
    a CMS page
    that I created. This Admin page is accessed through a
    browser, and I
    don't know how to attach a link to selected text within a
    browser. Can
    anyone point the way? It's probably so easy I'll feel dumb.
    Thanks,
    Brett

    "Brett" <[email protected]> wrote in message
    news:fpf7j6$23m$[email protected]..
    > Thanks Hunter,
    >
    > Yes, I suppose a legend on the admin page would provide
    a solution. And
    > ultimately, if the client doesn't feel confident doing
    writing the HTML
    > they would have to pay me to do it for them. OK, that
    works for me.
    The only other thing might be to use something like FCK (or
    one of the many
    others... ContentSeed, I think is one Murray mentions often)
    for the CMS,
    that would give an easier option for the end user. WebAssist
    has an
    FCK-based plug-in called iRite that can give a more
    wordprocessing-like feel
    to the field (i.e., they could just highlight the text and
    then click a
    button to add the link).

  • How to link one scroll bar with two dynamic text boxes.

    How to link one scroll bar with two dynamic text boxes.
    If i move scroll bar in one text box,automatically text will
    be moved in another text box.But scroll bar is not visible.
    Can you please help me.
    Thanks in advance.

    See the following article:
    JavaScript - setFocus Method for tabbing to next form field
    And see if iOS can even handle the sample form.
    iOS and android devices are not a powerful as your desktop of laptop computer and have limited support for JavaScript within PDF forms. This limitation for specific apps ranges from none to quite a bit but not all JavaScript.

Maybe you are looking for

  • Network drives ejecting for no reason

    I am setting up the office network and a few of the network drives keep ejecting for no reason. It's on a MAC/Windows network, and the Raid is a MEDEA brand RAID system. Thanks

  • StageWebView and Acrobat Reader Not Working

    Hi, I started noticing this back in AIR 3.6. It seems that now when using StageWebView to display a pdf file, it just opens a blank window and no longer loads the adobe reader plugin to display the pdf. Has anyone else seen this? thx

  • Export annotations out of pdf file

    Hey.. There is someone out there that could suggest me an app to export all my annotation marks out of a PDF file?

  • AirPlay to iMac

    What software is best for air playing content from the iphone and iPad to the iMac and why isn't  it something that is standard from apple Rather than third party ? I. ve been waiting to see if apple adds the possibility to AirPlay to the Mac... Can

  • Availability based routing in Oracle BPM 11g

    Hi Does Oracle BPM 11g support availability based routing enabling equal distribution of work? If so can someone guide me on how to do it? Regards Venkat