Group of radio buttons with the URL of image in a table

I try to display text and an image for a group of radio buttons to make the form look like

text (*) for point 1 {image for point 1}

text () for article 2 item 2 {image}

text () to the point 3 {image for point 3}

I found these:

Re: Is it possible to display an image instead of the button in a group of radio buttons?

Display image in the Group of radio buttons?

It looks like all I have to do is create a LOV that looks like:

SELECT {complex stuff that generates the text string, tag img and image URL}

DB_PK

OF dynamic_view_for_lov - public synonym

But my images are stored in a table.

I was able to create an IR using the "= BLOB column Format" method.

The SQL code for the report looks like:

Select

display_text, db_pk, image_len, image_clob

of dynamic_view_for_lov - public synonym

And the IMAGE_LEN column number/Date Format is:

IMAGE: DYNAMIC_VIEW_FOR_LOV:IMAGE_BLOB:DB_PK:Inline:Download

My question: how to create the URL for the tag img for the LOV?

Thank you very much

MK

MikeKutz wrote:

My question: how to create the URL for the tag img for the LOV?

Use of the apex_util.get_blob_file_src method of the API.

Tags: Database

Similar Questions

  • Buttons with the URLS of the links does not

    Well, perhaps this issue has been discussed before... just not met after the search.

    I can get the files (word, PDF documents, etc.) to open very well with published captivate files - no problem, works fine.

    However, the boxes of buttons/click to open URL not doing anything when you click it. The option to open in a new window is selected, the option to 'continue reading' is not checked. The hand cursor appears on the buttons, but when you click it, nothing comes.

    Anyone have any ideas? Is it a security issue?

    Yes.  It's usually because you've posted on a folder location on your hard drive or local network that has NOT been put in place as a location approved in your Flash Global security settings.  (Google for Flash global security)

    To avoid having to do this more than once, I usually just trust the whole D drive on my development computer (where all my current projects are found).  This way no matter where I publish on the D drive, Flash security won't be a problem.

    You do not have this problem when you download and play from a web server, only on a hard drive where you deliver not files via HTTP.

  • Group of radio buttons in the report updated

    Apex 3.2

    I have a collection

    Start


    IF apex_collection.collection_exists ('SMI_UPDATE_COL') = TRUE THEN

    apex_collection.delete_collection (p_collection_name = > 'SMI_UPDATE_COL');
    END IF;

    APEX_COLLECTION. () CREATE_COLLECTION_FROM_QUERY_B
    p_collection_name = > 'SMI_UPDATE_COL ',.
    p_query = > ' Select rules.source_siid, to_char (rules.validfrom, ' dd.mm.yyyy "), to_char (rules.validto, ' dd.mm.yyyy"), rules.conv, null, null,
    (case when rules.source_siid = recipe.siid)
    and sysdate between rules.validfrom and nvl (rules.validto, to_date ("31.12.2999","DD.)) MM YYYY "))
    then "Y" other "N" end) is_recipe
    of mag_pmix_ruledet rules, mag_pmix_rule header, smi udm_si, BMI udm_si udm_si recipe
    where header.ruleid = rules.ruleid
    and header.target_siid = "' | : P19_SIID | '''
    and rules.source_siid = smi.siid
    and header.target_siid = bmi.siid
    and "I" | substr (bmi.cfmreferencerecipe, 3) = recipe.extkey
    order of smi.apskey, rules.validfrom');
    end;

    And an updated report

    Select

    APEX_ITEM. MD5_CHECKSUM (c001 c002 c003, c004, c005, c006, c007) |

    apex_item. Hidden (13, seq_id) |

    apex_item. Hidden (1, c001) |

    apex_item.display_and_save (2, c002) start_date,

    apex_item.display_and_save (3, c003) end_date.

    apex_item.display_and_save (4, c004) conversion_factor,.

    apex_item. RadioGroup(7,seq_id,C008) ssi,

    seq_id EDIT,

    apex_item.display_and_save (5, si.apskey) SMI.

    apex_item.display_and_save (si.longdescr, 6) Description,.

    C007 aa,

    C001

    to apex_collections, if udm_si

    where si.siid = c001

    and collection_name = "SMI_UPDATE_COL."

    order by desc c007

    I also have a procedure of update, update the column of radio group

    Begin

    BECAUSE me IN 1.apex_application.g_f01.count
    LOOP

    () apex_collection.update_member
    p_collection_name = > 'SMI_INSERT_COL '.
    , p_seq = > apex_application.g_f13 (i)
    , p_c001 = > apex_application.g_f01 (i)
    , p_c002 = > apex_application.g_f02 (i)
    , p_c003 = > apex_application.g_f03 (i)
    , p_c004 = > apex_application.g_f04 (i)
    p_c007 = > ' n ");"

    END LOOP;


    BECAUSE me IN 1.apex_application.g_f07.count
    LOOP

    () apex_collection.update_member_attribute
    p_collection_name = > 'SMI_INSERT_COL '.
    , p_seq = > apex_application.g_f07 (i)
    , p_attr_number = > '7'
    , p_attr_value = > 'Y '.
    );

    () apex_collection.update_member_attribute
    p_collection_name = > 'SMI_UPDATE_COL '.
    , p_seq = > apex_application.g_f07 (i)
    , p_attr_number = > '8'
    , p_attr_value = > apex_application.g_f07 (i)
    );
    END LOOP;


    END;

    Once the user updates the collection of the radio group column is updated and displayed correctly

    My problem is how to view the radio group as checked on the initial page display, before the updates

    cases where rules.source_siid = recipe.siid

    and sysdate between rules.validfrom and nvl (rules.validto, to_date ("31.12.2999","DD.)) MM YYYY "))

    then "Y" other "N" end) is_recipe

    If the code returns Y then the radio must be verified

    Thank you

    Gus

    Hello

    To treat the where you create collection add

    FOR c1 IN (
      SELECT seq_id
      FROM apex_collections
      WHERE collection_name = 'SMI_INSERT_COL'
      AND c007 = 'Y'
    ) LOOP
      apex_collection.update_member_attribute(
        p_collection_name => 'SMI_UPDATE_COL'
        , p_seq => c1.seq_id
        , p_attr_number => '8'
        , p_attr_value => c1.seq_id
      );
    END LOOP;
    

    Check the names of collections.

    I did this also in your example.

    Kind regards
    Jari

  • Question about disabling a single button in a group of radio buttons

    I'm working with Acrobat version 9.5.5.  I am trying to create a PDF form to fill live rather than on a web form.  Most of it's over, but I have a problem that I can't solve.

    At the beginning of the form, I have a group of radio buttons.  The three options in the group are 'Premium Member', 'Réguiler' and "Membership in decline at the moment."

    If someone checks the "composition of decline" there is a second group of radio buttons later in the form which has a number of options.  One of these options is for members to ask only to send the registration form for the annual banquet.  Only members may attend the annual banquet, if I don't want non-members to have the opportunity to select this radio button.  On the other hand, I don't want non-members have the opportunity to select other options in the radio button group.  In short, if someone chooses 'Decline membership at that time' I don't turn off only one option in a group of radio buttons later.

    A web form is not an option at this time, and of course, I am brand new to javascript, so I don't know where to start for this script.

    You can add a script to the mouse event to the top of the box in question in the second group that checks to see if it is selected, and it checks the value of the first group. If it is a third party, so don't let the choice.

    For example, you can use the following script the mouse to the top of the option button in the second group, and it will prevent it from being selected:

    Get the value of the first group of radio button

    var v1 = getField("Membership").value;

    Get the value of this option button

    var v2 = event.target.value;

    Do not let this option button to select if the membership has been denied

    If (v1 = 'Decline' & v2! == 'Off') {}

    Event.Target.Value = 'Off ';

    App.Alert ("message of error goes here.", 1);

    }

    Here, the value of exports (aka Button value, or what they call it now) is set to "Deny" for the corresponding button in the first group ("membership"), then you need to replace those with whatever you use.

  • Problem of having a group of radio button deselect when I choose a different button

    I'm hoping to get help on having two radio button deselect when I select another radio button.  It's a bit complicated to explain, so I made an example below.  Pay now and pay later are radio buttons with the same group name (choice).  Balance credit card and by check are another set of radio buttons with the same group name (Options).

    What I need to happen is if you click on pay later after accidentally clicking the pay now and pay by credit card options, The Pay Now désélectionnera but pay by credit card or pay by check désélectionnera not.

    I think I need to use a java code with possibly affecting values to some buttons, but I have no idea how to proceed.  Please see the example below if what I typed makes no sense.  Any help would be greatly appreciated.

    pt1.jpg

    pt2.jpg

    Hi Jeffstolz

    A way to accomplish what you want is to assign an action to the button pay later which is reset a form.

    Then you choose Reset only remuneration by group of credit button.

    Try it.

    Ron has

  • How to add groups of radio buttons values and show the answers?

    I have eight groups of option buttons. The student must select the button from each group. It is a survey of personal intrestet. If each of the groups will have a button with related values. I need to add values and display the results.

    I have been looking for help, but can't find anything that explains how to add values of radio buttons and display the answers.

    That's what I got so far:

    The option button ActionScript 3.0 / / Avraham Saltoun / / solutions to say-web dot com / / FREE to USE, COPY and DISTRIBUTE

    Import fl.controls.RadioButton;
    Import fl.controls.RadioButtonGroup;
    These libraries must be imported
    in order to access the properties and methods of the Radio button.


    We will Appply formatting
    for the radial buttons
    var format: TextFormat = new TextFormat;
    format. Size = 16;
    format.font = "Trebuchet MS"
    format. Color = 0xFFFFFF;

    myNonconformist.label = "a maverick".
    myConcreteThinker.label = "a concrete thinker."
    myNaturalWithNumbers.label = 'a natural with numbers. "
    myAnalytical.label = "Analytics."
    myAssertive.label = "assertive".
    myIdealistic.label = "Idealistic."
    myCareful.label = 'Careful ';
    myProblemSolver.label = "a problem solver."
    myConscientious.label = 'consciousness '.
    myCreative.label = "Creative."
    myPrecise.label = "precise."
    myEfficient.label = "effective."
    myEnergetic.label = 'energetic ';
    myExpressive.label = 'Expressive ';
    myFriendly.label = 'Friendly ';
    myPersistent.label = 'Permanent '.
    myHelpful.label = "fairly useful";
    myInnovative.label = "innovative";
    myInquisitive.label = ' Inquisitive/Curious. "
    myAccurate.label = "precise."
    myEnthusiastic.label = "enthusiasts";
    myInsightful.label = "insightful";
    myIntuitive.label = 'intuitive ';
    myMechanicallyInclined.label = 'mechanically inclined. "
    myObservant.label = 'observer ';
    myOutgoing.label = "outgoing";
    myPatient.label = "Patient";
    myPersuasive.label = "persuasive."
    myRealistic.label = 'realistic ';
    myPractical.label = 'practice ';
    myScientific.label = 'scientific ';
    mySelfconfident.label = "safe";
    myImaginative.label = "imaginative."
    mySociable.label = "Sociable".
    myStraightforward.label = "direct."
    myUnderstanding.label = "understanding."

    Now, let's apply the style
    created for our labels
    myNonconformist.setStyle ("textFormat", format);
    myConcreteThinker.setStyle ("textFormat", format);
    myNaturalWithNumbers.setStyle ("textFormat", format);
    myAnalytical.setStyle ("textFormat", format);
    myAssertive.setStyle ("textFormat", format);
    myIdealistic.setStyle ("textFormat", format);
    myCareful.setStyle ("textFormat", format);
    myProblemSolver.setStyle ("textFormat", format);
    myConscientious.setStyle ("textFormat", format);
    myCreative.setStyle ("textFormat", format);
    myPrecise.setStyle ("textFormat", format);
    myEfficient.setStyle ("textFormat", format);
    myEnergetic.setStyle ("textFormat", format);
    myExpressive.setStyle ("textFormat", format);
    myFriendly.setStyle ("textFormat", format);
    myPersistent.setStyle ("textFormat", format);
    myHelpful.setStyle ("textFormat", format);
    myInnovative.setStyle ("textFormat", format);
    myInquisitive.setStyle ("textFormat", format);
    myAccurate.setStyle ("textFormat", format);
    myEnthusiastic.setStyle ("textFormat", format);
    myInsightful.setStyle ("textFormat", format);
    myIntuitive.setStyle ("textFormat", format);
    myMechanicallyInclined.setStyle ("textFormat", format);
    myObservant.setStyle ("textFormat", format);
    myOutgoing.setStyle ("textFormat", format);
    myPatient.setStyle ("textFormat", format);
    myPersuasive.setStyle ("textFormat", format);
    myRealistic.setStyle ("textFormat", format);
    myPractical.setStyle ("textFormat", format);
    myScientific.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    myImaginative.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    mySociable.setStyle ("textFormat", format);
    myStraightforward.setStyle ("textFormat", format);
    myUnderstanding.setStyle ("textFormat", format);

    Event listeners
    Define waiting for the compiler
    for a click
    myNonconformist.addEventListener (MouseEvent.CLICK, whoAmI);
    myConcreteThinker.addEventListener (MouseEvent.CLICK, whoAmI);
    myNaturalWithNumbers.addEventListener (MouseEvent.CLICK, whoAmI);
    myAnalytical.addEventListener (MouseEvent.CLICK, whoAmI);
    myAssertive.addEventListener (MouseEvent.CLICK, whoAmI);
    myIdealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myCareful.addEventListener (MouseEvent.CLICK, whoAmI);
    myProblemSolver.addEventListener (MouseEvent.CLICK, whoAmI);
    myConscientious.addEventListener (MouseEvent.CLICK, whoAmI);
    myCreative.addEventListener (MouseEvent.CLICK, whoAmI);
    myPrecise.addEventListener (MouseEvent.CLICK, whoAmI);
    myEfficient.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnergetic.addEventListener (MouseEvent.CLICK, whoAmI);
    myExpressive.addEventListener (MouseEvent.CLICK, whoAmI);
    myFriendly.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersistent.addEventListener (MouseEvent.CLICK, whoAmI);
    myHelpful.addEventListener (MouseEvent.CLICK, whoAmI);
    myInnovative.addEventListener (MouseEvent.CLICK, whoAmI);
    myInquisitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myAccurate.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnthusiastic.addEventListener (MouseEvent.CLICK, whoAmI);
    myInsightful.addEventListener (MouseEvent.CLICK, whoAmI);
    myIntuitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myMechanicallyInclined.addEventListener (MouseEvent.CLICK, whoAmI);
    myObservant.addEventListener (MouseEvent.CLICK, whoAmI);
    myOutgoing.addEventListener (MouseEvent.CLICK, whoAmI);
    myPatient.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersuasive.addEventListener (MouseEvent.CLICK, whoAmI);
    myRealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myPractical.addEventListener (MouseEvent.CLICK, whoAmI);
    myScientific.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    myImaginative.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    mySociable.addEventListener (MouseEvent.CLICK, whoAmI);
    myStraightforward.addEventListener (MouseEvent.CLICK, whoAmI);
    myUnderstanding.addEventListener (MouseEvent.CLICK, whoAmI);
    Note that all lead to the same function.

    It will probably be better for you to do it the hard way and assign labels, values and groups in the programming environment using the settings panel.

  • Is it possible to display an image instead of the button in a group of radio buttons?

    I am building an application must work with touch screens. I would like to show the buttons of the largest radio group as they are by default. Is it possible to make them appear larger, or to display a custom instead of the radio group image?

    Francisco

    Hi Francisco,.

    Back to your original question. Take a look at http://www.456bereastreet.com/lab/styling-form-controls-revisited/radio-button/ or look

    radio css
    

    on Google for examples of how you can change the icon of the radio group selection.

    On the use of the images himself for the Group of radio buttons. You can always include the necessary HTML tags in the query LOV himself as well. Just a very simple example:

    select ''||dname as d,
           deptno as r
      from dept
     order by dname
    

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • How to programmatically set the option button selected on a group of radio buttons

    Hello, I have another question for you.

    How can I set an option specifically button selected programmatically on a group of Radio buttons? I think it's very simple, but I can't find a solution.

    Thank you in advance.

    You can use the SetActiveCtrl function

  • Display image in the Group of radio buttons?

    Hello

    I tried to add images on my radio button group
    select '<img src="/../i/ok.png">' as d, 1 as r from dual
    But he replaces signs ' < ' and ' > "by" & lt; "and"& gt;""

    No idea how to avoid html to replace these characters?

    (I use Apex 4.0)

    Thank you

    Uji

    Hi Uji,

    To display an image on your radio group, using your original query:

    select '' as d, 1 as r from dual
    

    .. quality radio group element and scroll down to the area of 'Security' of the page this article Page, set 'Escape special characters' Noand click on apply changes. Now, when you run the page, you will see your image in your group of radio buttons.

    Kind regards
    Hilary

  • How can I change the value of a group of radio buttons to a bidding process?

    I have an interactive report on page 1, and I'm passing the value of a column to the page of the two group of radio buttons.

    I wish I could switch this radio group and pass the parameter currently displayed in the submission process:

    #OWNER #. (CHPWD)
    PUSERNAME = >: P2_USERNAME,.
    PPASSWORD = >: P2_NEWPASSWORD,.
    (PUNLOCK = >: P2_RADIO_LOCKED);

    : P2_RADIO_LOCKED is not acquire any value that I can see.

    Published by: xerosaburu on August 17, 2009 15:07

    Published by: xerosaburu on August 17, 2009 15:08

    Hello:

    You could modify the code for the page process of implantation of the rocker.

    begin
    #OWNER#.CHPWD(
    PUSERNAME => :P2_USERNAME,
    PPASSWORD => :P2_NEWPASSWORD,
    PUNLOCK => :P2_RADIO_LOCKED);
    select decode(:P2_RADIO_LOCKED,'1','2','2','1) into :P2_RADIO_LOCKED from dual;
    end;
    

    CITY

  • validation of a group of radio buttons

    Hello
    I have an exclusive raido button group contains "I agree" and "I disagree". By default, I do not accept should I get selected when the form is loaded and if the user clicks, I agree then that the shape must submit.

    I tried to script: writes the script on the commit event of the Group of radio buttons, but initially when the form loads, the validation is triggered because by default, I disagree is selected.

    Pls let me know how can I achieve this requirement?

    Thank you

    Ludovic

    Hi Eric,.

    We use a hidden button to submit the form. In the actual submit button, if satisfied of our condition of radiobutton we can call the click/mouseUp event of the hidden submit button.

    HiddenButton: Button type: submit. Specify the url of the site/mail you want to submit. Make it hidden / exclusion of the layout (at your convenience)

    Then in the actual submit button.

    If (AgreementRadioButton.value is "I oppose")

    {

    HiddenEmail.execEvent ("click");

    }

    on the other

    {

    App.Alert ("Please select I agree");

    }

    Note: The actual submit button would be simply a button with no bids.

    Hope this will help.

    Thank you.

    Sidonie.

  • How to name a new group automatically radio buttons?

    Hello!

    I have a problem. I have a form with several fields type. The process:

    Step 1. I create the Text1 field (I won't name the fields, leave the default name).

    Step 2. Create a group of radio buttons, automatically named Group2 with three options (choice1, lendemain2, choice 3)

    Step 3. Create field Text3 and Text4 .

    Step 4. Create the check Box5.

    Step 5. (The problem)! I want to create a new radio (independent) group, but the Acrobat ' t not to create a new group named groupe6 (or even), but gives new options for the Group 2 in step 2.

    How can I configure which allow the new group to get a new name, instead to extend the existing group with the new options? I know that when I create a new button, I can rename the group, but I would get an automatic if possible method.

    Thank you!!!

    I'm afraid that you'll just have to rename when you want to start a new group. Radio buttons are unique, because it makes sense to automatically keep the new radio buttons in the same group, as opposed to automatically rename the fields with each new addition of the same type of field. I guess Adobe could change things so that if another field type a new group name was added after the last button of the radio, is used if another radio button is added, you can submit a feature request for this.

  • Apex 3.2 How return_value copy Group of radio buttons in onClick

    Hello

    Sorry if this is a faq really, but I can't find it the answer
    I'm not good at Javascript, but I need this time

    I have a page with a group of radio buttons (: P30_AddressChoice)
    filled with a dynamic lov.

    Now I want to use the onClick/Onchange or what ever in Javascript to copy the return_value to something else (: P30_AddressInput)

    So I put it in the onClick = "javascript element HTML F.E.A.:getAddress()"; "
    But where do I go from here?
    Where to create the getAddress function? and what need I type here :)

    < script type = "text/javascript" >
    function getAddress() {}

    : P30_AddressInput: =: P30_AddressChoice

    }
    < /script >

    Helllp :) need to read JavaScript

    Published by: user4486075 on June 30, 2011 02:52

    Hi Jerry,

    Please change your user ID to something different and nicer than the default userXXXX.

    Subject of your question, it is not necessary to use a function because you need only one line of code, so you can write the line directly after "javascript:" in your HTML Form element attributes. Use the following code in your post of radio F.E.A. HTML:

    onClick="javascript:{$s('P30_AddressInput', this.value); }";
    

    In case you want to use a function, you must write code in the HTML of your page header attribute:

    
    

    or if you use APEX 4.0 (I am not sure if this attribute exists also in previous versions of the APEX), in the "function and Variable overall statement" "JavaScript" section, but removes the

  • Radio buttons with drop-down menus?

    I have created a form for the HR Department of my company, and I need a few radio buttons with dependent drop-down lists.

    In other words, I would (for example) three radio buttons. None of the drop down lists appear until one of the buttons is selected and displayed the appropriate drop-down list. Is this possible? Or is there a better way to do it? I don't want a drop down menus not selected to be available.

    I have 9 Pro for Windows and Pro X for Mac. I know almost nothing about scripts, but I know it can be done.

    Thanks in advance for any help!

    Theresa

    Add this code to the action of the group, or individual radio button actions?

    For each individual button.

    Make the drop down menus visible or hidden?

    Their visibility will be determined by the State of the radio buttons. By default, you can set to hide, when no radio button is selected.

    Can I put any code in the drop-down list properties, or just in the radio button properties?

    Only in the option boxes.

    And when you say "integrate this code at the level of the doc", does that mean?

    Go to Advanced - Document Processing - Document JavaScripts...

    Create a new script, delete the default text that appears in the window, and paste the code I provided instead.

  • OnChange on a group of radio buttons

    Hello

    How does the onchange event in a group of radio buttons? Any time that radiobutton control gets a value, the onchange event is triggered?

    In my case, I have a page which receives as parameter the default value of a radiobutton. In this case, the onchange event is triggered? This is the case, then does not.

    If anyone can help with this question?

    Thank you!

    Jeannie

    Delete what you have for the "onload" event Then in the "HTML" section of the page definition add footer

    
    

    CITY

Maybe you are looking for

  • Looking for right on the download page of Toshiba Satellite A50

    HelloI'm trying to find out what is the right model I have I don't think my model of laptop on the Toshiba site I have Satellite - SA50-101 model PSA 50F - 03 T 03 LARI want to get all the download link for this laptop, because I lost the CD.you cam

  • Words with friends by zinga

    How to use words with friends on the hp touchpad. Instructions?

  • Installation and use of POWERVAULT 114 X Windows

    Hi all We recently spent a few thousand pounds to buy a POWERVAULT 114 X system with a LTO-6 car inside. I have a Dell server running VMWare ESXi. I've configured VMWare (cross) and the SAS HBA is installed and visible on my Windows 2008 R2 server. E

  • the sound on my my dvd drive does not work

    the sound on my dvd player does not work I see a picture, but nothing here

  • System asking me to change password

    I don't exactly know when it changed, but Win 7 now asks me to change my password periodically. So, today, for example, he told me that my password expires in 5 days which will force me to change (for the 3rd time in recent memory). I don't want to c