Instead of using image in a link column can we have button with name?

Hi,
In Apex , in report region instead of using image in a link column can we have button with name?
Thanks,
Anoo..

From your wording, it sounds like you used the built-in column link within APEX. You will need to edit your column and remove that so that the column is only containing the definition that is coming from the query (you can also just change the alias used for the column and then the old column with the link will be removed and the new alias will be added against your new button column).
-- Sharon

Similar Messages

  • When using Appleworks database for printing labels can I have columns of different widths?

    When using Appleworks database for printing labels can I have a column of different width?
    Case in point, the supplied avery labels in Appleworks does not have 8195. When I build one using custom design  I need a small column between column 2 and 3 to line up the info in columns 3 and 4. All the labels are 1.3/4 inch wide but I need to insert a column 1/4 wide to match up with the avery page....
    Any ideas???    
    Thanks......
    ---warren

    Well, the issue is that when you creat a custom width of 1.3/4 from the edge of the first label to the edge of label 2 all is good. The right and left margins were also set correct in AW. The Avery page, for some reason, has a small 1/4 inch column between the columns of label 2 and 3 therefore making the distance between the left edge of the label in column 2 and the right edge of the label in column 3 - a width of 2 inches and not 1.3/4.
    I guess Avery wanted the page to look even.
    I did this work around.....
    I created a custom lay out of 2 columns (not 4) with the correct width of 1.3/4 from label edge to label edge and the correct left side margin. After printing the first page I just turned the sheet 180 degress and printed the 2nd page to use all the labels on the Avery sheet. Since the upper and lower margin were the same it worked great....
    "Great minds think alike"...   thanks for your suggetion

  • TS1538 I have just purchased an iPhone5 and created a new user instead of using my previous ID. How can I access my previous data?

    I have just purchased an iPhone5 and created a new user instead of using my iPhone3 ID. How can I access my previous data?

    don't just sign out!
    if you simply sign out, the stuff you recently purchased will be an issue in the future when an update comes out for apps or anything else. restore the device as new from itunes then restore from a back if you have one as stated above...or set up as new and use correct apple id. this will ensure you will be using the apple id that you used originally without issues from the new one.

  • Firefox won't let me use any of the links-I can't add new links by clicking on the + box. I can't delete or add links. I can't even open one of the links at the top of this page Thanks

    Firefox won't let me use any of the links-I can't add new links by clicking on the + box. I can't delete or add links. I can't even open one of the links at the top of this page

    I'm not sure what you mean by "the + box". Is that a feature on one of your toolbars?

  • HT1871 Hello i have one IPhone 4S and I use 3G net in my mobile sometime I have problem with temperature in my phone at the SIM card or battery how can I fix this problem. By update or version of 6.1.3

    Hello i have one IPhone 4S and I use 3G net in my mobile sometime I have problem with temperature in my phone at the SIM card or battery how can I fix this problem. By update or version of 6.1.3

    Could it be because the SIM card got damaged while I cut it to fit the IPhone?
    Very likely. Hard to believe the carrier in Mexico doesn't have a micro-SIM card available.
    Or somehow the Chinese carrier found out and locked it?
    No, which is not possible.
    What can I do? Get a new SIM and see if it works again?
    Get a micro-SIM from the carrier in Mexico that you don't have to manually cut down. If that carrier doesn't provide one, switch to another carrier that is not so low-budget.

  • HT204053 I have different iCloud IDs for my iPhone &Mac and I have 5GB on each, if I decide to use only 1 ID for both, can I have 10GB or will I be limited to 5 since it's 1 iCloud ID.

    I have different iCloud IDs for my iPhone &Mac and I have 5GB on each, if I decide to use only 1 ID for both, can I have 10GB or will I be limited to 5 since it's 1 iCloud ID. I am afraid that if I I use only 1 iCloud ID for both of them I will be limited to only 5GB which is small a nd I don't have money to be paying annually for extra GB. Thanks and waiting for your replies.

    The free 5GB allowance is per account, not per device.
    If you back up to iTunes, 5 GB should be more than enough for the average user.

  • Hot mail is not working after firefox upgrade. I am using Firefox 12.0. I did not have issue with hotmail, but I am facing problem this week .

    I am using Firefox 12.0. I did not have issue with hotmail, but I am facing problem this week after firefox upgrade. After entering login the page freeze. I am not able to continue.
    I reviewed the thread. I am not using Foxit.
    I reviewed hot mail forum. They suggest firefox upgrade causes this issue.
    I tried after clearing my browser's cache and cookies. The situation remain same. Any idea?
    What is the workaround?

    Firefox 3.6 needs the Java Second Generation Plugin which comes with newer versions than 1.6.0_03 - update Java, the latest version is 1.6.0_22

  • HT4557 I have a MacBook Pro using my Apple ID and Password, can I home share with my wife's iPad that uses her Apple ID and password

    I have a MacBook Pro using my Apple ID and Password, can I home share with my wife's iPad that uses her Apple ID and password

    You have to all be signed into the same Apple ID and on the same WiFi network, but yes you can do it. You have to sign into her Apple ID on your iPad in the store settings.

  • I just loaded Lion oxs 10.71 and now my Logic 9 software wont show up it says its not compatible also i cant find my macintosh harddrive icon that is usually shown on dektop and device browser column can anyone help me with this problem

    I just loaded Lion oxs 10.71 on my I-mac computer, and now my Logic 9 software wont show up it says its not compatible also i cant find my macintosh harddrive icon that is usually shown on dektop and device browser column can anyone help me with this problem.

    Mike,
    I had a similar issue with Photoshop when I upgraded to both Snow Leopard and Lion.  it turned out to be Rosetta is no longer present in the newer OS.  Once I upgraded to Lion, Appleworks stopped working after all these years.

  • Using image as a link in ALV

    Hi All,
    I want a solution for using icon as a link in the column of ALV.
    I have tried with the text and it worked well but when i try for the icon it does not
    act as a link instead a simple icon.
    Could you suggest me some suitable solution for it.
    Thx and Regards,
    Arti.

    Hi Arti,
       Use this code :
    data:
            lr_link_to_action1 TYPE REF TO cl_salv_wd_uie_link_to_action,
            lr_col type cl_salv_wd_column.
    lr_col = lr_column_settings->get_column( 'STATUS' ).
      CREATE OBJECT lr_link_to_action1.
      lr_link_to_action1->set_image_source_fieldname( 'STATUS' ).
      lr_col->set_cell_editor( lr_link_to_action1 ).
      In my case i am populating the status filed with the following values:
      icon_led_inactive,icon_* etc..
      Hope this will help you.
    regards,
    Madhu

  • (Urgent) - Using Image as a link

    Hi All,
    I have a requirement to use image as a hyper link so that when a user clicks on that image he can see the report related to it.
    Could this Feature is possible through ABAP.
    If yes how can i achieve it, is there any FM with the use of which i can use the image as a hyper link.
    Please reply as soon as possible.
    Thanks in advance
    Message was edited by:
            Rachit Khanna

    Hi,
    Refer to the the following code for using image as hyperlink.
    <%@ page import="com.sapportals.portal.prt.resource.IResource"  %>
      <hbj:link
        id="link1"
        text="Link to SAP"
        reference="http://www.sap.com"
        target="_TOP"
        tooltip="this takes you to: http://www.sap.com"
        onClick="LinkClick"
        >
        <hbj:image
            id="image_logo"
            alt="Image not available"
            src=""
            >
            <%
                IResource
                rs=componentRequest.getResource(IResource.IMAGE,
                "../mimes/sap.gif");
                image_logo.setSrc
                   (rs.getResourceInformation().getURL(componentRequest));
                %>
        </hbj:image>
      </hbj:link>
    regards
    Gaurav
    Reward points if helpful

  • I would like to download 7.5 instead of 9, is there a link I can have?

    My computer recently got a virus so I had to clear my computer back it's basic mod. I had been using Firefox 7.5 instead of the new one. I would like to have the old set up back. Is there any link I could get to have 7.5 instead of the new one?

    Any particular reason why you want to downgrade to 7.01 ? when it would be potentially vulnerable due to not having security fixes that are in newer versions.

  • Using Image Metadata On Book Page - Can't Make It Work!

    I've created a book of images. I've added a metadata box on the page template (the metadata desired is the version name of the image), and what I want to happen is to have the Version Name automatically printed -- for the image used on that page -- on each page of the printed book (it would be different for each page). Now, I note that when I click on that box on the page, the metadata listing is blank, and there is no way to fill in the version name.
    I cannot use the solution that appends the version name to the image itself.
    Help! Is my desired solution possible?
    Thanks for your help! M.

    I've created a book of images. I've added a metadata box on the page template (the metadata desired is the version name of the image), and what I want to happen is to have the Version Name automatically printed -- for the image used on that page -- on each page of the printed book (it would be different for each page). Now, I note that when I click on that box on the page, the metadata listing is blank, and there is no way to fill in the version name.
    I cannot use the solution that appends the version name to the image itself.
    Help! Is my desired solution possible?
    Thanks for your help! M.

  • Just upgrade to 33.1.1, terrible! new tab position not configurable, no response for clicking a link, how can I have the old version? Thanks!

    Just upgrade to 33.1.1, terrible! new tab position not configurable, no response for clicking a link, not going to the website by click "enter", "space" keyboard can not be the page down anymore, always die....
    how can I have the old version?
    Thanks!

    Just to clarify, let's say you have tab 1 Google results and tab 2 something else. When you Ctrl+click a link in tab 1, it opens between tab 1 and tab 2 instead of at the end? Here's how you switch that:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''tabs''' and pause while the list is filtered
    (3) Double-click the '''browser.tabs.insertRelatedAfterCurrent''' preference to switch it from true to false.
    You can switch back to an earlier tab and test. Success?

  • Using apple mac with Lion 10.7.5. I need to reload Snow Leopard to use a film edtiting program. Can I have the two programs on the mac?

    I'm using an apple mac with lion 10.7.5 loaded. I need to load snow leopard to use a film editing program. Can I load snow leopard without removing Lion?
    If so are there any problems doing it?

    You need and external drive to make a clone of your current installation of OS X. Then you can use DIsk Utility (Apps/Utilities) to divide the internal drive into two partitions. Doing so will erase the drive, which is why you need the clone so you don't loose everything. Then copy the clone to one partition to restore everything and use a Snow DVD to install it on the 2nd partition.

Maybe you are looking for