How can you define fields to read-only?

I'm trying to gray on the fields of Description of the PLU and POS Description , available in the section Identification of the product in the form of trade specifications of GSM.

Or there is a grey out possible quick fix above two fields: you can try to set the Enabled property of being fake, as

for the Description of PLU field

in Prodika\Web\gsm\BaseForms\UserControls\ctlProductIdentification.ascx

for the Description of the POS field

in Prodika\Web\gsm\BaseForms\UserControls\ctlProductIdentification.ascx

Tags: Oracle Applications

Similar Questions

  • How can I change the attributes read-only or system files?

    How can I change the attributes read-only or system files?

    To view or to remove the read-only or system attributes, use the Attrib command at a command prompt:

    1. click the Start button, type cmd in the search box and press ENTER.

    2. to view the syntax for the Attrib command, Type attrib------? at the command prompt.

    WARNING: If you remove the read-only or a file system attribute, it may seem like a regular folder and some customizations may be lost. For example, Windows customizes the Fonts folder and provides a special folder view that allows you to hide variations, such as bold and italics. It also allows you to change the display settings of the file in a way that is specific to fonts. If you remove the read-only attributes and the Fonts folder system, these custom display settings not available. For folders that you have customized by using the tab, customize the folder properties dialog box, the folder icon and other other customizations may be lost when you remove the read-only attribute.

    If a program cannot save files to a folder with read-only, such as My Documents, change the read-only to the system attribute by using the Attrib command at a command prompt.

    To remove the read-only attribute and to set the system attribute, use the following command:

    attrib - r + s drive:------------.

    For example, to remove the read-only attribute and set the attribute to system for the C:\Test folder, use the following command: attrib - r + s c:\test

    Be aware that some programs may not work correctly with folders for which the read-only attribute and the system attribute are granted. You can use the following command to remove these attributes:

    attrib - r-s c:\test

  • How can you define what calendar and event in Thunderbird accessory is added to

    I get an event like attachment in Thunderbird, but when I accept I don't have no control over which lightning calendar, it is added to. It seems that they always added to an internal calendar that is not very useful for sharing.
    How can this be configured? I guess you would be asked which calendar to add to, or to move an event in one calendar to another, but does not work how do either.

    Tim

    OK, it worked!
    I can how to add events to the calendar.
    Something separate but annoying is that I receive reminders for events in the past, but clearly not related to this.

    Thank you!

  • How can I remove Apple UDIF read-only compressed (bzip2) media?

    MacBook Air (early 2015)

    OS X El Capitan 10.11.3

    Intel Core i5

    I have at least 3 of these floppies Images on my screen of disk utility and does not know how to remove them.

    Click on Mount; then you can eject it from the Office

  • How can you define the image that FB takes when your share your Web page?

    He always takes a piece of something or some text... but nothing that looks really good!

    Thnx

    Hello

    Facebook auto detects the image while sharing the web page. It uses the url of the page, and then sends the thumbnail image.

    However, you can add your custom code to indicate which image to select for facebook, but it would be a customization on the page of your site.

    Some useful links:

    http://rickmanelius.com/article/tell-Facebook-which-image-share

    Ostad http://support.dlvr.it/hc/en-US/Articles/200401854-How-do-I-Control-which-image-photo-is-p-pour-Facebook-

    https://developers.Facebook.com/docs/Opengraph/HOWTOs/maximizing-distribution-media-Conten t.

    https://developers.Facebook.com/docs/plugins/checklist/

    Thank you

    Sanjit

  • How can I define table field residing in a Structure field?

    I use java Adobe XMP toolkit.

    There are a few methods to define elements of structure and table.

    setStructField() and appendArrayItem().

    But ducu said that the members of the Structure may be table or a structure, in addition also array elements can be tables or structures.

    So, how can I define field Array in Structure or table Structure?

    Thank you

    Andrey

    OK, it worked, first time (without exception) I tried to set the value of the CURRENT field.

    The trick is to add table or a struct before setting their values.

    This short example shows how this works:

    Register of XMPSchemaRegistry = XMPMetaFactory.getSchemaRegistry ();

    registry.registerNamespace (extNS, "pdfaExtension");

    registry.registerNamespace (shemaNS, "pdfaSchema");

    registry.registerNamespace (propertyNS, "pdfaProperty");

    XMPMeta m = XMPMetaFactory.create ();

    m.appendArrayItem (extNS, "pdfaExtension:schemas", new PropertyOptions () .setArray (true), "", new PropertyOptions () .setStruct (true));

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:prefix","dc" ');

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:namespaceURI","http://purl.org/dc/elements/1.1/" "");

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:schema","Dublin Core Schema" ");

    m.appendArrayItem (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property", new PropertyOptions () .setArrayOrdered (true), null, new PropertyOptions() ")

    .setStruct (true));

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [1] / pdfaProperty:name","contributor", null ");

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [1] / pdfaProperty:category","external", null ");

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [1] / pdfaProperty:description", ")

    ("Contributors to the resource (other than the authors).", null);

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [1] / pdfaProperty:valueType","bag ProperName", null ");

    m.appendArrayItem (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property", new PropertyOptions () .setArrayOrdered (true), null, new PropertyOptions() ")

    .setStruct (true));

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [2] / pdfaProperty:name","coverage", null ");

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [2] / pdfaProperty:category","external", null ");

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [2] / pdfaProperty:description","the extent or scope of the resource.", null ");

    m.setProperty (extNS, "pdfaExtension:schemas [1] / pdfaSchema:property [2] / pdfaProperty:valueType","Text", null ");

    Code above creates more XMP:

    http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    "xmlns:pdfaExtension ="http://www.aiim.org/pdfa/ns/extension/"

    "xmlns:pdfaSchema ="http://www.aiim.org/pdfa/ns/schema#"

    xmlns:pdfaProperty ="http://www.aiim.org/pdfa/ns/property#" >. "

    DC

    http://purl.org/DC/elements/1.1/

    Dublin Core Schema

    contributor

    external

    Contributors to the resource (other than the authors).

    bag ProperName

    coverage

    external

    The extent or scope of the resource.

    Text

  • How can you get Adobe Reader Plugin for Google Chrome announcement

    Hello

    When I go into Google Chrome Plugins there are only 5 of them, but when I saw screenshots of others of their plugins there are only 18 of them! HOW CAN I ADD THE ADOBE READER PLUGIN? ! ? ! ?

    Thank you

    Hunter

    Hi huntero70375715,

    The Adobe Reader plugin is not supported in Chrome. The chrome team decided to withdraw the support of plugins like Adobe Reader NPAPI. Here is a blog that describes their decision - chrome Blog: The Final Countdown for NPAPI

    On Windows, it is always possible to change the behavior to look at a PDF Chrome default by configuring plugins (chrome://plugins).

    Please see KB: browser configured to use the plug-in in Adobe PDF

    Them a workaround, please refer to this link Chrome 42 blocks Java, Silverlight and other plugins by default now - gHacks Tech News

    Kind regards

    Nicos

  • Make all the text fields to read only after signing form

    Hello

    I have a form of direct cycle that must have all the defined text fields as read only after the signing.

    The java script has been placed in the sign post to a digital signature field event.

    for (var i = 0; i < this.numFields; i ++) {}

    NJC var = this.getNthFieldName (i);

    If (cNm.type = "text") this.getField (NJC) .readonly = true;

    }

    After signing the following the error in console form appears:

    this.getNthFieldName is not a function

    Can someone advise please how to change the script so that when the form is signed all text fields become ready only?

    Any help will be most appreciated.

    Thank you.

    You don't need any JavaScript to do this.

    In the designer, you can configure the field signature in this way, that all fields will be locked after the signing.

    Look here:

    http://forums.Adobe.com/message/3121870?TSTART=2

  • How can I stop someone to read my post and online shopping

    How can I prevent someone from reading my post and knowing my purchases.

    Hi Tommy, thanks for the answer to my problem is that I was in a relationship with a woman from Latvia. Since how separation she read my activities online IE purchases, I made one, I've had conversations. How can I stop him doing that. His occupation is a lawyer in Riga, it would be his special powers? I really hope you can answer my question that I'm living in Indonesia have privacy is essential for me

    Change all your passwords and - before we do - make sure that the reset password configurations for all online accounts are defined on methods only * you * know.  Otherwise she might have their confogured just to send a message every time that you change the password.

  • How would you define your industry sales promotion?

    Sales promotion continues to become a term very Council.  In the tech space it seems to be common around what sales promotion is in fact, other industries are trying to define.  Promotion sales includes reseller partners (that is to say the manufacturing and life sciences), internal and external advisors (wealth management, IE), agents (IE asset management)?  In addition, enablement will exceed supporting partner/Advisor/agent and include also allow the internal organization manage the recruitment of these resources?

    How would you define the sales promotion, and how did you put it into practice?

    Not sure that I even an answer to the question again... need her more ruminating.  But as someone who has a background in marketing in the technology sector and now it feels like the term sales promotion has become synonymous with marketing consultant fighting to not bring the 'golden' son fast enough or often enough.  The tools are powerful and what we as traders can provide these days is very different than even five years ago, but it seems that the 'Hunter' in sales is spent (particularly in small businesses) and was replaced by one or the other team of telequal who is really just taken stakeholders and call them to transmit a way (of sale) or the other (back to marketing) or by a team that wants to only call entering lead and very strongly censored conduit.  Despite the engagement of leaders in the industry such as lead scoring Sirius is used rarely, or not at all, and when he is he has been transferred to provide the speed of do not have the quality of the leads.   Scoring lead was swapped so far of his intention, that he can't spend perhaps the highest quality leads without any cables that respond to anything.  Somewhere, lead quality became lost and quantity has led to a passing cables fire hose back, so assume sales marketing can only produce volume and not the quality and the cycle starts again.

    I think that now it's time to redefine the sales promotion.  Provision of tools for sales, it is a single component, of agreement and mutual understanding around what feeds the process, the agreement on an advance of what is, for trigger points that move from one stage in the cascade to another, ALS and feedback on both sides around what works and what is not form the backbone of successful activation.  After that the process and tools are in place a robust feedback loop must be built, something that allows two parties to share (systematically) how things work in the field.  Somewhere in the middle of this loop, it goes beyond just sales and marketing and even involves the product teams to help them better understand how the features and functionality of the products they design are really vibrate with customers.  This feedback beyond the sales and marketing of the teams then form the basis for business enablement, truly enabling the success of the product and the company as a whole.

  • How can you save the background image contained in a Thunderbird e-mail message

    How can you save the background image contained in a Thunderbird e-mail message

    Have you read the instructions which preceded the right click? What of their suite?

  • How can you change a text in an image?

    How can you change a text in an image?

    Hi Jasper,.

    It depends on how the text has been staged, and what has been done with the image after that.

    A quick test - what happens when you zoom in on, or enlarge the image?

    If the text retains its edges when amplified, then it can probably be edited separately from the image. If the text begins to show pixelation on the edges (like the picture), then there is no text to change, what looks like adding text is actually part of the image and can only be changed in the same way that you can change anywhere in the image.

    Here is an example:

    The photo is a photo (jpeg format), inserted in a Pages document created with the essay template. White text in the upper left corner of the photo is placed in a text box. To put the photo on this page (and the text on and around it) has been converted to a PNG file. When it is enlarged on this screen, the text finally a pixelated image...

    .. .the easily noticed in the thin relates diagonal 'o'.

    In Pages, however, the text and the picture are separated, and the text is a vector image - mathematically trained and scalable.

    The text here is contained in a text box and the text box was grouped with the photo. To change the text (in Pages), I need to:

    • Click on the text.
      Handles will appear in the corners of the selection.
      That click you select either the entire image OR just simply the text box.
      • IF the handles are blue x characters, the selection is locked
        Go organize (menu) > Unlock
        Sectionals unlocked handles are small white squares.
    • IF the selection includes the entire image
      • Go to the menu, rearrange and choose ungroup
        If the choice to separate is not available, the text may be part of the image and uneditable as text.
        Try to click twice (separated from the clicks, not double click).
        If the insertion point (|) is now in the text, the text is editable as text.
        Change the text.
    • IF the selection looks like a text box and does not the whole image
      • Click on the text to place the insertion point (]) in the text
        Change the text.

    Image showing the insertion point in the text in a text box on the image:

    Kind regards

    Barry

  • How do you define a static IP address on an iPad Pro ethernet connection?

    How do you define a static IP address on an iPad Pro ethernet connection?  I use an ethernet USB adapter connected and lightning for USB adapter and it works very well for DHCP connections.  I'm at my lack of something?

    You can't control these things on an iPad, I'm sorry to tell you that.

  • How can you find your restrictions password if you remember?

    How can you find your restrictions password if you do not remember?

    Read How to reset the forgotten password Restrictions with iPhone restore?

  • Should I delete the programs of 2004? How can you know what is safe to delete?

    Original title: remove programs

    I think I have a virus.  I see on my computer a few applications with and installed as of 2004.  The computer was purchased in 2007.  When I run it in safe mode, it works fine and all applications have a date of 2007 or newer.  Should I delete the programs of 2004? How can you know what is safe to delete?

    Hello

    This is not an indication of malware. Could be those are placed on the
    computer by the manufacturer of the system and that was the date that firstly, they prepared their
    for massive installation, or if they did not set a date and be used arbitrarily.

    =============================================================

    If you need search malware here's my recommendations - they will allow you to
    scrutiny and the withdrawal without ending up with a load of spyware programs running
    resident who can cause as many questions as the malware and may be more difficult to detect as the
    cause.

    No one program cannot be used to detect and remove any malware. Added that often easy
    to detect malicious software often comes with a much harder to detect and remove the payload. Then
    its best to be thorough than paying the high price later now too. Check with them to one
    extreme overkill point and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    TDSSKiller.exe. - Download the desktop - so go ahead and right-click on it - RUN AS ADMIN
    It will display all the infections in the report after you run - if it will not run changed the name of
    TDSSKiller.exe to tdsskiller.com. If she finds something or not does not mean that you should not
    check with the other methods below.
    http://support.Kaspersky.com/viruses/solutions?QID=208280684

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone.
    (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can
    Download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with others
    security programs. It is a single scanner, VERY EFFICIENT, if it finds something to come back
    here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software
    (viruses, Trojans, rootkits, etc.). who infected your computer despite safe
    what you have done (such as antivirus, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    New Vista and Windows 7 version
    http://OneCare.live.com/site/en-us/Center/whatsnew.htm

    Original version
    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also follow these steps for the General corruption of cleaning and repair/replace damaged/missing
    system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this into the search-> find COMMAND to top box and RIGHT CLICK-
    RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker
    (SFC.exe) program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

Maybe you are looking for

  • What Win XP driver is required for the port DV on a Satellite Pro P100

    Which driver "specifically" is held by Win XP on a Satellite Pro P100 DV port?Toshiba provides this driver on the download page? Win XP does not recognize the camera into the DV port.It does not recognize the camera a few months ago but not detect it

  • Tecra M11 - capacity wireless turns off by itself

    I have a Tecra M11 who likes to turn off its wireless capability. It will sometimes go days without doing it, but for example today it did not less than 3 times. He's going to lose contact with my wireless network and when I go to reconnect I see tha

  • Stolen by using Windows Live ID!

    I'm sure someone has stolen my Windows Live ID and uses it. I tried to take the measures recommended to recover my account, nothing helps. How can I contact someone with the support which can research what is happening?

  • Does not recognize time capsule

    I installed Time Capsule from Apple on my laptop 3 Windows xp. However, I can't get one laptop to recognize the time capsule hard drive after I changed passwords on the time Capsule.  I tried to reinstall several times on this laptop, but nothing hel

  • The records on behalf of a user lost after removing a virus

    One of the user accounts from reports of security of MS Security alerts, and then disk errors.  A ran the anti-virus and search & destroy SW and still had problems.  Finally had no security alert but has lost all records to a nonadministrator account