How to disable File Browse... item including browse button

Hi All,
How to disable file File Browse... item including browse button based on Apex Item Value.
thanks,
nr

Hello Trent,
>> Does the read only attribute in 4.0+ of the page item not suffice?
It all depends on your actual scenario.
If the show/hide condition is known pre-rendering, you can use the Application Builder ReadOnly attribute. In this case, the APEX engine actually creates a simple text display so the input field and the browse button will not be displayed at all (and not just grayed out). However, if you need to toggle the status of the item, like in the example, or the status depends on a user input, using the disable attribute is much simpler (If you start with ReadOnly item, you will have to create the file browse item yourself, using JavaScript, or submit/re-direct the page so it will be rendered with the file browse item).
Regards,
Arie.
♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
♦ Author of Oracle Application Express 3.2 – The Essentials and More

Similar Messages

  • How to disable programmatically an item in a Descriptive flexfield

    Hi friends,
    doy you know How to disable programmatically an item in a Descriptive flexfield using CUSTOM.pll?
    The problem is that I need to do it under the WHEN-NEW-RECORD-INSTANCE event, and the item (based in an attribute column of a database table) hasn't a canvas asociated at that moment....
    Do you have any example?
    Thanks,
    Jose.

    Hi Prashant,
    mmm yes, for now there are two fields it he DFF window.. but in a future .. may be more..
    I've found a function:
    fnd_flex_key_api.enable_column that may be properly for that, but I don't know what to pass in the the first parameter (flexfield IN flexfield_type)...
    I mean: I suppose is the "name" for my DFF but.. how can I get it?
    Thanks,
    jose.

  • How to disable the "Reply" not "Reply All" button in Outlook 2010 with GPO

    How to disable the "Reply" not "Reply All" button in Outlook 2010 with GPO
    I need to disable to "Reply" NOT the "Reply All" button/s in Outlook 2010. If possible, then deploy it through GPO also.

    Hi,
    We can disable the "Reply" button by using Control IDs.
    Please first make sure that you have installed the
    Office 2010 Administrative Templates. To disable the "Reply" button, please follow the steps below:
    1. Press Windows key + R to open the Run command, type gpedit.msc and press Enter.
    2. In the Group Policy Object Editor console, expand User Configuration, expand
    Administrative Templates, and then expand Microsoft Outlook 2010.
    3. Expand Disable items in User Interface, click
    Custom, double-click Disable commands, and then click Enabled.
    4. Click Show. In the Show Contents dialog box, enter
    354 (the control ID for “Reply” button) in the Value field, and then click
    OK.
    5. Restart Outlook and you’ll find the “Reply” button is disabled (grayed out).
    For more information, please refer:
    http://technet.microsoft.com/en-us/library/cc179143(v=office.14).aspx
    Regards,
    Steve Fan
    TechNet Community Support

  • How a PDF file gets loaded on browser if it is large in size?

    I had a BHO of IE made in C#.
    Through this I want to know the Information of PDF file that is loaded on IE when we try to open a pdf link.
    For example if we click a link http://mca.gov.in/MinistryWebsite/dca/help/efiling/NewFormsFees.pdf and the PDF file NewFormsfees.pdf is of 1.5MB,
    the PDF is obtained as packet by packet (like, intially some 20kb, then again updating the intail 20kb file with next 20kb or 30kb until it reaches total 1.5MB), as this file can be obtained in temporary internet files folder, actually I want to know what the process was going on?
    How the PDF file is viewed in Internet Explorer?
    Can't we get the reference of that PDF file which is opened on browser through C# programming. If so, how can I get that?

    Not sure I see the problem. The file only needs to be in one place, you can link between folders.

  • How to Disable File Listing of UCM Content in WebCenter

    Hi Experts,
    We have a WebCenter custom portal application integrate with UCM. UCM hosts all static HTMLs, images, files for download, etc and WebCenter is provided the following link to access the html, images, etc.
    http://host/PortalApp/content/conn/UCM_Connection/path/Contribution Folders/web/Public/images/some_image.gif
    We notice that if we access http://host/PortalApp/content/conn/UCM_Connection/path/Contribution Folders/web/Public/images/ in browser, it provides full file listing and Up one folder link for viewer to navigate the full structure.
    Our question is simple how to disable this behavior but we found nowhere in the documentation / google / forum have answer to this. So hope the experts here can answer, thanks.
    Best Regards,
    Ziho

    No, I am not using Webtier. The content listing is the UCM content structure, not physical file structure. And the UI obviously is rendered by WebCenter with WebCenter image resource http://host/PortalApp/adf/webcenter/uponefolder_qualifier.png.
    Edited by: Ziho on 2011年4月19日 上午1:43

  • How to disable/invisible submenubar item in Script ?

    I want to create a dynamic menubar (disable/invisible submenu
    item) in Script , My menubar is like the following:
    <mx:XML id="myMenuData">
    <xmlRoot>
    <menuitem label="MenuItem A" >
    <menuitem label="SubMenuItem A-1"/>
    <menuitem label="SubMenuItem A-2"/>
    </menuitem>
    <menuitem label="MenuItem B"/>
    </xmlRoot>
    </mx:XML>
    <mx:MenuBar labelField="@label"
    itemClick="menuHandler(event);" id="myMenu"
    dataProvider="{myMenuData}" />
    How to set SubMenuItem A-1 invisble/disable in Script?

    Bumping...I've the same question. Please help.
    Thanks!

  • How to disable instances of items in forms 4.5 in a mlti row block

    I have a multi row database block in forms 4.5 . One of the items is a checkbox. Based on certain conditions the user should be allowed to select only the checkbox only for some rows. How can i selectively disable the checkbox for some record and enable it for the other records.
    I know this can be done in OFrms 6i using set_item_instance_property but this is not available in forms 4.5 . Any ideas or workarounds to achieve this ?
    Thank You
    Satya
    Edited by: Satya V on Aug 13, 2009 11:48 AM

    I fear there is no direct solution.
    May be this is a work-around:
    1. Apply the older built-in: Display_item. You can't disable the item with display_item, but you can change the visual attribute and show the user that this item should not be checked.
    2. To be shure that the user doesn't ignore this "disable", you need a trigger, which resets the item to the proper value after an illegal change.

  • How to disable Add New Item in SharePoint 2013

    Hi,
    I want to disable the Add New Item button after the user created one item in SharePoint 2013.
    Is it possible to disable?
    Please reply
    Thank you

    I'd do it creating a custom web part that would mimic the list web part, and have logic in there that makes sure to hide the button once an entry by the current user has been made in the list. You could also create a workflow that would remove the user's
    permission to add a new item on the list upon creating an item.
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • How to disable the assignment block's Edit button

    Hi guys,
    I need to disable the edit button in assignment block Parties Involved on an opportunity. Only authorised people would be able to see Edit button as enabled.
    I'm not able to do this in the BTPARTNER/Partner as I don't get process id and order id in Partner view.
    Kindly suggest a way to disable the EDIT button of assignment block (in display mode).
    Regards,
    Shaili

    Make use of Parameter ID to set the values at Document Header page and on individual assignment block get this value to enable or disable the button.
    Regards,
    Harshit

  • HT201150 Does anyone know how to disable this 'touch to sleep' power button behavior?

    I am often pressing it by accident when I mean to press the delete button. Often times, it doesn't wake up, but rather I have to force reboot. Is there someway to override it, perhaps using the command line?
    Thanks.
    using MBA 2013 mavericks

    Settings>General>Accessibility>Hearing>LED Flash for Alerts>On/Off.

  • Open Cursor Issue because of file browse Item - Is this a Bug in APEX 3.2

    Hi All,
    I am using file browse Item to upload file into the database at two places in my application, but it seems whenever I am submitting those two pages, with file path or without file path, its opening an cursor which remains open after that, because of this open cursor count in the application is getting exceeding every time.
    For testing this I have made an dummy page containing just file browse item and submit button, and still it is increasing the open cursor count.
    Is this a bug in Apex file browse item or there is some other way to handle this.
    Please kindly help me in the above issue as this is affecting the production application.
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 5, 2010 9:57 PM
    Edited by: user11204334 on Dec 5, 2010 9:58 PM

    Hi,
    One observation, Apex is switching the Session ID after one got killed ? I was working on Apex page with browse Item to test open cursor count,
    after killing the SID (227) on which the open cursor count was getting increase, it APEX automatically switches to new SID(149) for that session.
    Now the problem is even if I have two SID's and one hits the maximum open cursor count, It is not switching to other SID instead the whole application becomes unavailable.
    STATNAME SID VALUE USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 74 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 227 325 APEX_PUBLIC_USER Killed
    opened cursors current 244 15 APEX_PUBLIC_USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 76 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 244 15 APEX_PUBLIC_USER
    Please kindly help in this.
    Thanks in Advance
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 8, 2010 1:02 AM

  • Forms personalisation - Vendor Form - How to Disable a Tab Page

    Hi,
    I am not a Forms 6i/9i programmer, although I have an appreciation of the concepts and can look at forms in Form builder. I have been looking at forms personalisation and have used it to execute plsql via the built in 'execute a procedure'. I can also see how to disable blocks, or items, but I haven;t managed to disable a form tab page i.e. On the vendor form there are tabs for GENERAL, CLASSIFICATION etc.
    I have tried using the object type Tab Page, but the poplist doesn;t list any tab pages. Also if you choose Canvas, the list of Canvases appears but generates errors when you try and use the form (complaining of tab page ids).
    I understand that to disable a tab page programatically, you would use SET_TAB_PAGE_PROPERTY i.e. in a forms trigger or in CUSTOM.pll
    I would have thought Forms personalisation could do this.
    Any ideas would be appreciated
    mark
    I under

    What you can do is hiding the tabs (see pic below) and force the active tab programmaticily
    Hope this helps
    Message Edité par TiTou le 09-20-2006 10:35 AM
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    Clipboard01.png ‏151 KB

  • Disable file locking

    I have an expansion drive that is locked, I tried unlocking it (using the termnal) but every time it asked me to type in my password at the end, nothing happens. So I would like to know how to disable file locking not using tim machine!
    Thanks

    Type your password in even though nothing's appearing. Press Enter when done.
    (63888)

  • Disable file transfer

    Hello there,
    how to disable file transfer in instant messaging. i have following
    http://docs.sun.com/source/819-0430/IdenAdm.html, but still
    unlucky. mommy .... help me ....

    Hi ,
    File transfer can be disabled by using policy storage using Access Manager.
    You can edit the policy for "Default instant messaging and presence access " where you can deny file transfer.
    Now you can add all users for whom you want diable file transfer in the roles for "IM Regular User" .
    Note: All the clients, whose Policy / Roles have been modified should be refreshed i.e re-logged in, for the Policy / Roles to take effect
    Refer to the below link for more information.
    http://docs.sun.com/source/819-0430/IdenAdm.html#wp27970
    vinod

  • Disable "Add item" and "Paste" button on item level of shopping cart

    Hi,
    I would like to disable the "Add item" and "Paste" button on the item level when editing a shopping cart awaiting approval.  I have been able to accomplish this for the buttons "Delete", "Duplicate", and "Copy" already.  I have done this by adding an enhancement implementation in the class /SAPSRM/CL_PDO_DYN_MDA_IT_SC under the methods DELETE_ITEM (delete button), COPY_ITEM (duplicate button), and COPY_CLIP (copy button).  This enhancement gets the shopping cart header guid, then uses the function module "BBP_PD_SC_GETDETAIL" to return the table e_status to check if the shopping cart is awaiting approval.  If it is it will disable the buttons, making them equal to abap_false.
    I would like to do this same thing to the "Add item" and "Paste" buttons but they are not listed in the the same class.  Does anyone know what class they are called in?
    I have tried looking in SPRO -> SAP Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Control Actions -> Display Standard Metadata Tables for Actions on Item Level.  I can't find the "Add item" and "Paste" buttons in here for BUS2121(shopping cart) under Edit mode.  Anyone have any ideas?
    Thanks,

    Jay,
    I did as you suggested and was able to break on the method as expected.  I made the same coding changes as I had in the other methods where I put in an enhancement but it would not work.
    I was able to solve this problem by creating an enhancement in the Web Dynpro where the buttons were being displayed.  I created a 'Post-Exit' enhancement for the WDDOMODIFYVIEW method.  Within this I added my custom logic to disable the Add Item and Paste buttons when in editing a shopping cart that is awaiting approval.
    Thanks for the help,
    Jeff

Maybe you are looking for

  • Reporting Services 2008 error

    Good morning all, I'm using SQL Server 2008 R2 reporting services, and I'm having a problem with the report server and manager pages.  I've been able to configure everything in the Reporting Services Configuration Manager, and created the ReportServe

  • I have a 2cd Generation iPod touch and it will not read on finder or iTunes.

    My friend comes to me anything and everything I.T, especially when it comes to his iPod. He came to me the other day, Tuesday to be exact and told me his iPod wasn't showing up on his computer. We both have MacBook Airs as given to us by our school.

  • My Mac Book Pro Does not boot up, screen freezes White

    My MBP is 3 Weeks old and has work perfectly until today. I plugged my iphone into the USB slot and the computer froze. I turned it off by using the on off switch. When I tried to reboot it made the start sound however the screen did not show the app

  • Mainstage 2.1.1

    my software update says there is a mainstage 2.1.1 update. but i cant find it on the apple site. currently i have Mainstage 2.1 installed and i can find that on the apple site but not 2.1.1. could somebody post me the link. thanks

  • Radius Support for AAA

    I have a number of 3500XL and 2950 switches in the Enterprise. I was hoping to get away with MS Radius to control Authentication to the switches. I know these switches supported TACACS+. They do not seem to support Radius. Is there a certain revision