Display edit icons provided for that particular record.

Hello
I have the following problem;

I have a report that contains a link to a URL column. This column displays an icon of change for the link. The report displays a list of dependent records on the privileges of the users. A user can have the privilege to SELECT or MODIFY for all or part of the records. In addition, I want to display an icon on the column for records where the user has the privilege to CHANGE. I want to put a conditional statement on the change icon that looks something like this;

Conditional display > Exists (SQL query returns at least rank) > SELECT id FROM tbl_name WHERE id = #ID #.

I note that the recording may be designated by the #ID substitution string # when the column a column of link to download a document downloaded. But the method above (using the #ID substitution string #) returns an error.

So the report would look like the following, an icon would show only on a registration if the user has the privilege of EDITING.
ID     EDIT
-----------
1      ICON
2
3      ICON
4      ICON
If the record for the ID = 2 the user would be able to CHOOSE, but they would have no right to EDIT on this subject and therefore would not be able to make a link to the edit form.

Thank you
Ben

Published by: Benton on October 5, 2009 11:31

See this and other examples showing how to do:

http://Apex.Oracle.com/pls/OTN/f?p=31517:23

Denes Kubicek
------------------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
------------------------------------------------------------------------------

Tags: Database

Similar Questions

  • How to disable windows update auto update the driver for that particular device

    I have a MacBook air (13 inch, mid-2012)
    I had already used a thing of Apple called "bootcamp" to partition the hard drive. Boot camp also allows you to assign which os is used with starting the computer.

    Win 8 has been installed using an iso of Windows 8 and Microsoft Windows 7 USB DVD Tool to create a bootable USB key.
    That all worked. but there is no drivers as one might expect. If the video was VGA and there was no sound, etc.
    I downloaded a zip file containing all the drivers and an installer or install the program from apple.
    BootCamp5.0.5033.zip
    I ran the installer and everything was installed and worked. He couldn't believe my luck. I've now had about pain free installed win 8.

    But a frustrating problem has developed.

    Every day or so my external screen connected by a mini display port adapter stops working. I restore the
    pilot and it starts to work. So I guess that put automatic catch up and install a new driver. It does not work, I do this back and the cycle repeats. But... why...

    I see all over the internet means to stop windows auto update all together, but this isn't what I want.

    That is the question:
    Can someone help me to tell windows update doesn't auto not only the video driver?

    Here is some info in case it would be useful to you gurus
    This driver works:
    Graphics card Intel (r) HD 4000 (Microsoft Corporation - WDDM 1.2)
    Driver provider: Intel Corporation
    Driver date: 26/05/2012
    Driver version: 9.17.10. 2768
    Digital signer: Microsoft Windows

    This driver does NOT work:
    GPU Intel(r) HD 4000
    Driver provider: Intel Corporation
    Driver date: 12/12/2012
    Driver version: 9.17.10. 2932
    Digital signer: Microsoft Windows Hardware Compatibility Publisher
    Device Manager > display... > events tab

    A waste of time this as frustrating. Now how to force it to never automatically updated only the video driver.

    Hello

    You can not disable the automatic update to a specific device.

    However, you can take control and disable the AutoUpdate for all hardware devices, which is the best option.

    Press the Windows key + X to display the System menu , and then click Control Panel.

    Select devices and printers.

    In the top section, click on icon with the name of the computer and select the Settings of Installation of the device.

    In the settings window, select No, let me choose what to do and never install driver software from Windows Update.

    Click the save changes button.

    This will prevent the hardware drivers installed by Windows Update. You will receive still all the other updates to Windows as usual.

    If a piece of hardware should be updated in the future, you can just go the site of manufacturers of equipment and download/install the latest driver or reverse these options and get the driver from Windows Update.

    Concerning

  • In the past, but can not display the icons now for font size, underline, bullets, numbers, etc. when sending e-mail. Why?

    When I sent emails in the past, there were a couple of bars visible tools that showed the audacity, of size and font style. Could see also bullet point and icon number. I could indicate also, if I wanted to paragraphs to be unique, double space, etc. These are more visible. Anyone know why they suddenly disappeared?

    If you hold down the SHIFT key when you click on writing are there?

  • Filters for a particular column in obiee 11g

    Hello
    I've created a report having 10 columns to measure and filter per month is less than (months in particular) that works perfectly. In fact, my requirement is in a single column to filter equal to the particular month. If it is possible please tell me how. Thanks in advance!

    Hello

    Goto Edit form for that particular column.

    and use the FILTER (measure_column for HELP (condition)).

    for example:

    FILTER ("XXXXX". "measure_column" USING ("OLIVER" ".") " D5. ""' The Times'."" Month' = particular_month))

    Try this... It works very well.

  • How to 'forget' a password for a particular web site?

    Accidentally, I selected the option 'Remember password' on a computer where I don't want to remember the password I entered the computer. Is it possible to erase the password for that particular web site without deleting the other passwords?

    Hi normkoon, you can do in password manager: Password Manager - don't forget, delete, modify and import passwords saved in Firefox

  • Displaying an icon for each record, based on a condition

    Hi people,
    I'm developing an application that uses forms 6i with oracle 10g. I have the "Grant" and "Deny" options in my application. I have also two icons is TICK icon and next is WRONG icon.according to the corresponding status icons ("granted" or "Refused") should be displayed for me.for this i have used multi-record block composed of 10 documents. Here is my sample code.
    IF :STATUS.C_STATUS = 'GRANTED' THEN
              Set_Item_instance_Property('status.tick',VISIBLE,PROPERTY_TRUE);
                   Set_Item_instance_Property('status.tick',DISPLAYED,PROPERTY_TRUE);
                   Set_Item_Property('status.wrong',VISIBLE,PROPERTY_FALSE);
                  set_item_property('status.wrong',DISPLAYED,PROPERTY_FALSE);
                     .............
    Using this code, I am able to get the visibility of icons, but it affects the entire column. For example, if the first status of cases is "granted" then TICK icon should appear to runtime.similarly if second status of cases is "denied" then ERROR icon should be displayed for me.but for me that the TICK icon is displayed for all 10 records if the State of the first record is "granted". How do the visibled corresponding icons according to status ("Granted" or "Refused"). Kindly give me a solution.

    Published by: vidusnat on May 2, 2012 12:26

    Hello

    Well, I don't think you can do it by making visible or invisible button/item. I can share an idea to create two image files a given and one for refuse. Multi record block you create an element of the image (non-database) and read the image on this element in the post (at the block level) based on the State values that you so condition...

    TRIGGER = POST-QUERY (BLOCK-LEVEL)
    IF :STATUS.C_STATUS = 'GRANTED' THEN
      READ_IMAGE_FILE('image_path\access_given.JPG','JPG','BLOCK_NAME.IMAGE_ITEM_NAME');
    ELSE
      READ_IMAGE_FILE('image_path\access_denied.JPG','JPG','BLOCK_NAME.IMAGE_ITEM_NAME');
    END IF;
    

    -Clément

  • Display list point & populov off when clik on edit icons in 4.2

    Hi all

    Is there another request by user to display the items based on the button create & edit icons.

    Let's say I create a button when click this button in the next page, I display

    Now, when they click the icon change, this means that they are trying to change things in this case the market & point 'Of Type' list' should not be editable mode, this means that they will not change these values of items. Could you suggest me how can we manage this scenario.

    Regrads,

    Sruthitamiri

    Sruthi Tamiri wrote:

    Please find necessary details which I worked for this request and could help me on the same.

    1 creates a new element to display as "P15_EDIT_HIDE" and the condition type as 'never '.

    2. has created a calculation of header before as shown below

    1. case
    2. When: P15_PROD_MAP_ID is null
    3. then
    4. 'Create '.
    5. on the other
    6. "Editing".
    7. end

    3. now for the market I had set up the property as read-only

    4. when I click on change icon, it got read-only, but always see us icon, I don't miss badly here, could you please help me on this.

    You called the item a LOV pop up, which is a standard built-in item type, which will be rendered as text content through a standard, built-in read-only condition. What you have in fact is not a popup, popup page LOV implemented using an element of text with custom attributes and element text after. Please do not abuse of standard terminology in this way because it only creates confusion.

    The solution is to create a copy of the text element, change to display only and remove the custom attributes and post-texte of the element. Then make the original on the PK value element element be null and the only conditional display about PK version being is not null. See the "Emp details report 586" copy of your application.

    Why is it you created the PK item on page 1 instead of following standardized procedures and put it on page 2? Having done this, note that the redirection of the Create button must be set to clear the cache on pages 1 and 2, or the PK value for any previous link clicked on page 1 will be kept and result in page 2 to operate incorrectly when you press the button create.

  • Satellite P100-240: touchpad that displays the icons of backlight?

    Hi all
    just bought a computer laptop p100-240 its excelent
    but I have 1 question

    This model has the touchpad that displays the icons in backlight, I can't find anything about this or I look in vain

    Thanks for any help
    Shaun

    Hello

    Sorry, but I m don't know what you mean exactly.
    Did you mean the utility launch & Touch?

    I downloaded the user manual for this unit on the Toshiba site and I don t find this utility on the P100-240 Sat.

  • Several months ago the button, if that's what it's called, the task bar that displays hidden icons has stopped working.

    Original title: the task bar icons

    Several months ago the button, if that's what it's called, the task bar that displays hidden icons has stopped working. Can I get a virtual device driver format in the registry is incorrect when you use a disk with the drivers on this subject. I found information on how to correct this problem and now the botton of task bar work again although it works until the computer is used for a while. How is the hidden icon button suppose to work or it should be visible all the time? Also the virtual device driver registry entry has something to do with it? I think that the problem of the DMV has installed a Norton program antivirus software that was on a disc that came with the computer.

    Hello

    1 have had any changes made to your computer before this problem?

    I suggest you try the methods mentioned below and check if it helps:

     

    Method 1:

    You can also scan your computer the Microsoft Security Scanner, which would help us to get rid of viruses, spyware and other malicious software.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    Hope this information is useful.

     

  • Safari does not display the images (looked for fix, tried many things, can't find one that works)

    Hello

    My safari will display all the images, for example Google Logo, image profile of everyone here and much more.

    So I was wondering how I can fix this problem?

    Either way, I have 3 accounts on my computer, works on the other two, but not mine.

    Thank you!!!

    Safari > Preferences > advanced

    Tick the box "Show develop menu in menu bar."

    Menu "develop" will appear in the Safari menu bar.

    Click 'Expand' in the menu bar and make sure that 'Disable the Images' is not enabled.

  • Is there a possibility that MusicBrainz can be added as a data provider for Windows Media Player

    When you use Windows Media Player, I was hurt a lot to identify my music. A lot of music I have is not available in the Microsoft music meta service database. What gives? Would be nice if Microsoft could be added to their database. MusicBrainz is a big data provider for Windows Media Player and would make it easier for information about the available media. Data MusicBrainz are permitted in the public domain and some under Creative Commons (CC) license. I don't think that Rovi has a contract saying to Microsoft data to use. I can cite other data in addition to the AMG providers: Journal of CD Japan, CD newspaper China, ZACR DBS and feedback from users. I can almost guarantee you if Microsoft used the MusicBrainz data, Windows Media Player would be much easier for the Organization of the music. Data MusicBrainz are much better quality than WMP user feedback data.

    Hi chuckwoodakawoodchuck,

     
    Welcome to the Microsoft community. Thanks for your suggestion, I will ask you post this feedback in the following link as well.
     
     
    Please let us know if you find any problem with Windows, we will be happy to help you.
  • How to display a different value than that of back-end for a quick dashboard data

    Hello Experts,

    We have a command prompt of dashboard for a report that has short values. I need display a full name for the prompt value instead of abbreviated values such as San Francisco SFO, in New York for NYC, etc. Here are the back-end OFS data values, etc. of NYC. Any ideas on how to achieve this?

    You can create a static table and use the column id descriptor in RPD.

    http://www.rittmanmead.com/2010/08/Oracle-BI-EE-11g-handling-double-columns-iddescription-interoperability/

  • I tried several times to install the updated Acrobat 11.0.14 version.  It downloads, verifies and starts to install, but never finished.  The installation program displays a 'wheel' in rotation that can go for hours.  I finally force leave the insta

    I tried several times to install the updated Acrobat 11.0.14 version.  It downloads, verifies and starts to install, but never finished.  The installation program displays a 'wheel' in rotation that can go for hours.  I finally force quit the installation program.  The update does ' t happen. I still have the 11.0.13 version.  How can I make this work?

    Mac https://forums.adobe.com/message/5470608 spinning wheel

    -Similar to Windows https://forums.adobe.com/message/5853430

  • Display alert that says "record exists" and commit not allowed.

    Hello, my case is the following:

    I wrote a code to

    protected void doDML (int operation, e TransactionEvent)

    {

    / * Some code here * /.

    }

    if(retvalue == 1)

    {

    / * See the alert saying file already exists! »

    }

    else {}

    super.doDML (operation, e);

    }

    My question is how to implement this alert so that users know that this recording did not commit in the database. Thank you.

    throw new local ("I'm Ann exception");

    Timo

  • Default icons only for the interactive report

    Hi all

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.


    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    958442 wrote:
    Hi all

    Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of '958442 '.

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.

    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    It also helps explain what you tried (even better, Show us what you have tried on apex.oracle.com).

    You can view the IR to the default icon via a dynamic Action: + {: identifier of the thread = 2187972} + (obviously using "ICON" rather than "RETAIL"...)

    However, do you really intend to make use of other interactive report features? It seems that the report display is controlled by custom buttons, rather than shares of IR (filters, control breaks etc.). If this is the case then a standard report based on a custom template may be a better option than to try to work around all that offer interactive reports.

Maybe you are looking for