How to hide yellow ribbon and pick one option, JS/Settings pls., preferably JS pls.

Hello Experts,
Currently,
When for is rendering the yellow ribbon is coming take place and the users are picking any one option and they are continuing their work, but
I want to
1) Hide the below showing yellow ribbon and
2) Any one option is active by default, preferably 2nd option,
Pls. let me know either (preferably) JS or settings to get my requirements pls
Thank you

3) So, you mean to say that, i need to ask all the users to set/check the above said check box in their local machines, right?
There is no way to turn on JavaScript via scripting, it has to be turned on by the user.
If you need to there is a way to stop users filling in a form if JavaScript is disabled. You need to wrap your form in a subform that is set to "hidden" with code that unhides it when the form is opened. If JavaScript is off the user won't see the form and you can have a default message telling them to turn on JavaScript.
Here's a sample: https://workspaces.acrobat.com/?d=ymlPW2HMEWTn5lmxLFkDKA
2) Also pls. let me know that i checked the other 2 check boxes with out having much knowledge about them, is it OK/safe?
For users I wouldn't recommend turning on the JavaScript debugger - if there is a script error it will pop up the console.

Similar Messages

  • How to hide the Print and Export button in analytics report or tasks pane

    Hi Experts,
    In BIEE 11g,
    How to hide the Print and Export button in analytics report or tasks pane ?
    For example:
    In console,I have created one userA which is belong to BIConsumer GROUP , when I make use of the highest user 'weblogic' to create one simple report, then the userA will login the analytivs to view this report (not dashboard), it will show the print and export as below.So customers do not want to give him the privilege for printing and exporting.
    In addtion, go to catalog->tasks(left corner), it will also show the print and export button. So how to hide or not access these button?
    Note: Maybe it can use the policy for consumer role for implementing this requirement, but I do not know how to modify the policy. Are you facing the problem? Thanks.

    Hi,
    1. Create seperate folder for Reports & Dashobard.
    2. For BI_Consumer (userA) set the catalog permission to view Dashboard Folder only and remove permission on the Report Folder (you can give traverse permission but don't give Open permision).
    3. By this user won't be able to open or run any reports in that folder and the only way he can see the reports is through Dashboard and on dashboard the export and print buttone can be removed very easily.
    Mark helpful if it helps.
    Regards,
    Kashi
    Edited by: K N Yadav on 24 May, 2013 1:51 AM

  • My iPhone 4 is water damaged and I need a new phone, do I have to make an appointment or can I walk in store and pick one up

    My iPhone 4 is water damaged and I need a new phone, do I have to make an appointment or can I walk in store and pick one up

    Make appointment
    Bring credit card
    Allan

  • If I purchased my iPhone 5 online, can I try and pick one up in the store if I bring in my receipt instead of waiting?

    If I purchased my iPhone 5 online, can I try and pick one up in the store if I bring in my receipt instead of waiting?

    You must specify in-store pickup when you place the order or you cannot do that.

  • How to hide the Columns and Views for Login user in SharePoint 2013

    Hi Friends,
    How to hide the Columns and Views for Login user in SharePoint 2013? Is it possible using OOB features? If not possible how can we hide the Columns and Views for Login user?
    Could you please help on this.
    Thanks,
    Tiru
    Tiru

    Hello Tirupal,
    There is no OOB way to do this.
    Please check this codeplex solution to achieve the same.
    https://sp2013columnpermission.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How to hide windows heading and border on WEB?

    How to hide windows heading and border on WEB? forms 6i.
    null

    Abdetu wrote:
    Thanks JeanYves
    i found that parameter but didn't know what to set to it i even has no forms in my pc thanks again
    Regards,
    Abdetu...Hi Abdetu,
    There is 3 parameters in the <DevSuiteHome>\forms\server.formsweb.cfg having the same behavior.
    Logo
    Background
    SplashScreen
    By default (if you don't have specified them in you [section] they values are inherited from the [default] section) the values are
    Logo=
    Background=
    SplashScreen=
    This means you will have the oracle logo, the Forms Services background image in your applet and the oracle splash screen at startup.
    *To have nothing shown then just put the value no in front of these 3 parameters*
    Logo=no
    Background=no
    SplashScreen=noYou can also customize that with you own gif files.
    For this you have to put your images in a icons.jar file
    place it in your <DevSuiteHome>\forms\java where frmall.jar and others are located.
    then in your formsweb.cfg :
    Archive=frmall.jar, icons.jar
    ImageBase=CodeBase
    Logo=yourlogo.gif
    Background=yourbackground.gif
    SplashScreen=yourbeautifullsplachscreen.gifAnd at least if you have a small gif in your icons.jar for the window you can also defining the Icon Filename property in Forms builder. This wile replace the default forms runtime icon.
    Hope this helps
    JeanYves

  • ALV - How to hide yellow color in first cell

    Hello ALV experts!
    I am using 7 ALV layouts in one screen with one main screen and 6 small layouts with nine cells each. My objective is to enter data data in main ALV which updates the cells in the remaining ALV layouts.
    In all the six ALV alyouts, I am getting the first cell with yellow color (highlighted) which makes screen look awkward. Do you have any idea how to hide that color. ALso I would apprecaite if any of you know how to make the column fixed (when you pull the vertcal line between columns, it should not move).
    I am using OOPS ALV grid control.
    thanks!
    Senthil

    Hi,
    TO fix a column, in the filedcatalogfor the particular column which u want to fix give as
    DATA: fcat LIKE LVC_S_FCAT.
    fcat-fieldname  = 'MATNR'.
    fcat-<b>FIX_COLUMN = 'X'.</b>
    Hope this helps.

  • GS_CM. How to hide buttons: 'Attachment' and 'URL'

    Hi,
    Business object 'catalog product' use component GS_CM
    We want to hide buttons: Attachment and URL
    We need to use only button Advanced.
    How I can customize it?
    Denis.

    Dear Denis,
    Enhance Component GS_CM and view DocList.
    Redefine method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS and implement the following code:
    super->IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS( ).
    delete gt_button where id ne 'advanced'.
    Hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Aug 9, 2011 2:07 PM

  • How to create Pen-up and Pen-down option in X-Y graph ?

    Hi,
    I would like to create a basic digital version of XY plotter. I sorted out everything (scales, offsets, ranges, printing) except for Pen-up and Pen-down option. This application will be use to take multiple plots one after another. I need to print them on the same sheet. Basically when I run the test I plot one "line", then I take pen up, move it (with offset), put the pen down and draw another "line". Up to probably 6-8 "lines". My problem is that when I put the pen up and then down it connects old "line" withe the one that I just started to draw. (I assume that use of shift registers and a buffer needs to be involved??)
    I'm new to Labview and I would appreciate any help.
    Thx.
    Solved!
    Go to Solution.

    Hello again.
    Thx for all the replays. It works great.
    I would like to add another function to the plotter. The guy who is using it wants to write on the plot - I mean he draws a line and then he needs to mark it as A, then he draws another line and he wans to mark it as B, C and D. Then also he is reading some values from digital displays and he wants to be able to write it down on the plot while the plotter is running (then he prints it out).
    I think the only way to do that would be to use cursor name. Set as many cursors as I want (for now I would need 8), place them in the corner (for a start, so I wouldnt see them on the printput, only the name) and drag their name to wherever I want. 
    I wanted to do that but...I have a bit of a problem. When I'm setting property nodes for cursors (name visible, cursor visible, allow dragging, cursor name, cursor position) I'm only able to do that for one cursor. How can I create another one and set properties of that one?  Also is there a possibility of having a transparent cursor and a colored cursor name??
    frannerr

  • How to hide extra text and icons in address bar

    I want to make the icons and extra text in the address bar go away since they do nothing for me and only take up space that I need to use to see the whole URL. Right now there's a green padlock icon on the left side with 1/4 of the space taken up by "Mozilla Foundation (US)" instead of the URL, other times it's a little globe or a little lego/car battery looking thing, or several icons in a row. There's a permanent star shaped thingy on the left and a down arrow that want to get rid of as well. I don't care at all what they mean, I just want them gone. I need to see as much of the URL in the URL bar as possible, not a bunch of icons and extra non-URL text. The address bar should be for addresses, and that's how I want my browser to function. I don't care one single bit what those icons or extra text are for, so please don't try to advocate for their staying. I've made up my mind 100% that I want them gone. Can I make them go away, yes or no?

    I use code to hide the URL in case of a EV certificate and only show it on hover.
    You still see the green padlock.
    That gives me extra space on the location bar
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #identity-box #identity-icon-labels {display:none}
    #identity-box:hover #identity-icon-labels {display:-moz-box}
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    You can also add some background color.
    <pre><nowiki>/* Site Identity Button background */
    #urlbar[pageproxystate="valid"] #identity-box.verifiedDomain *{
    background-image: -moz-linear-gradient(hsl(215,60%,92%), hsl(215,58%,88%))!important;
    box-shadow: 0 1px 0 hsla(215,54%,33%,.05) inset!important;
    -moz-border-end-color: hsla(215,54%,33%,.2)!important;
    color: hsl(215,54%,33%)!important;
    #urlbar[pageproxystate="valid"] #identity-box.verifiedIdentity *{
    background-image: -moz-linear-gradient(hsl(91,70%,90%), hsl(93,60%,81%))!important;
    box-shadow: 0 1px 0 hsla(92,81%,16%,.05) inset!important;
    -moz-border-end-color: hsla(92,81%,16%,.2)!important;
    color: hsl(92,81%,16%)!important;
    </nowiki></pre>

  • How to hide user id and password for auto login in Analyzer 6.5?

    Could anyone tell me is it possible to hide the user id and password for auto login in Analyzer version 6.5 and how?Thanks in advance...

    Sainath,
    Referring admin guide as mentioned by Craig is good option.
    Let me give you few steps that I did in one of my projects.
    Open command prompt and navigate to the path "C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client".. here you can see many see other utilities as well.
    drm-batch-client-credentials.exe is the one used to encrypt the userid and password.
    open this in command prompt and then choose the application to which you want to encrypt the password.
    then remove userid and password from batch script then run it... it does what you want

  • How to hide application id and page number in url

    The url that displays in a live session on the internet displays the application id and the page number.
    How can I hide this information from the public user?
    Thanks,
    Maggie

    Maggie,
    It's NOT an APEX problem actually.. It's the server that serves UP apex to your users. Thus, you are having to make changes in the APP SERVERS end of things.. APEX does NOT have ANY CONTROL over ho wits URL is served up...
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.

  • How to hide user id and password in batch scripts

    Hi,
    Can some one help me to hide the user id and password in batch scripts that used to automate Export and Action script execution process.
    Context : In my project client doesn't want display user id and password hence they are looking for secured way to hide them.
    Thanks for your answer in advance.
    Regards,
    Sainath.

    Sainath,
    Referring admin guide as mentioned by Craig is good option.
    Let me give you few steps that I did in one of my projects.
    Open command prompt and navigate to the path "C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client".. here you can see many see other utilities as well.
    drm-batch-client-credentials.exe is the one used to encrypt the userid and password.
    open this in command prompt and then choose the application to which you want to encrypt the password.
    then remove userid and password from batch script then run it... it does what you want

  • How to hide tab bar and application bar? In ID CS4.

    Hello all!
    Please help! Maybe someone have idea how to disable both?
    It is only waste of space imo. Will not use them for sure...
    Never opening more than 2-3 docs and than can easy use shortcut ctrl+`. Tabbed pages are good in web browser imho... Application bar is also just useless and (as menu itself) too fat. Most of those are in menu and have shortcuts. New features could be in menu as well.
    Don't know why interface changed so much. And why this direction.
    I know monitors are bigger nowdays etc - but are wider rather than higher.
    Also - maybe new interface is great and ppl love it - but would be nice to have a choice. Some may prefere maximize workspace...
    M.

    Thanks for responses...
    Yes - mac users can be really happy. What about PC? What was wrong with classical menu?
    Are designers really works with several documents the same time? So need to use tabs? Well maybe. But those who works with just one or two don't need it really. (Maybe easy solution could be: one doc = no tab, more = tabbed, would be more natural imvho. As well as turning it off for PC users as well.)
    So really no trick similar to 'noallcaps'? Notabsbar? Noapplicationbar?
    "You can turn off the tabs in the preferences, interface section."
    Yes, I can - but no more place coz of this... Window isn't maximized in fact - is floating, what also personally I don't like. Anyway - it is the same size and use the same space as before... If u make next one doc it is even smaller, to show bottom one. Maximizing it to full screen... hiding menu and docked 'control panel' (OK this docked menu can float, np - but where is menu?).
    As for maximized letter size document in CS3 vs CS4 it's 131% to 129% on my lcd. Sure - it is not much maybe. But why it must be less? Why to change smthng what was good and aesthetic solution. And why not allow people to use it in classical way? Are Mac users ("to keep the hardcore Mac users happy") better than others? :(
    M.

  • How can i sort files and pick the latest among them

    Hi ABAPers
    I have a problem with sorting files. I have files coming from FTP into my Presentation server.Files are like
    3160SNIM_2007061201090010.in
    3160SNIM_2007061201190011.in
    3160SNIM_2007061201290015.in
    3360SNIM_2007061201490017.in
    3360SNIM_2007061201390014.in
    3360SNIM_2007061201490018.in
    3360SNIM_2007061201190013.in
    Among these files i should filter the files with 3160 and 3360. and among filtered files i should pick the most recent file of both 3160 and 3360 and put them in another internal table. I am getting stuck how to justify this requirement. Not only 3160 and 3360 i have few more like that. Please help me out.

    HI,
    let us  say itab contains ur files.
    data : begin of jtab occurs 0,
              fnamedate(20) type c,
              time(20) type c,
              end of jtab.
    data : begin of ktab occurs 0,
             filename(30) type c,
             end of ktab.
      Loop at itab.
    lv_len = strlen(itab-file).
      jtab-fnamedate = itab-file+0(17).
    lv_len = lv_len - 17.
    jtab-time  = itab+17(lv_len).
    append jtab.
      endloop.
    sort jtab by fnamedate time descending.
    loop at jtab.
    at new jtab-fnamedate.
    concatenate jtab-fnamedate jtab-time into ktab-filename.
    append ktab.
    endat.
    endloop.
    After this loop ktab will contain latest files.
    Thanks
    Mahesh

Maybe you are looking for

  • Can I search email archive on iCloud server from iOS device, or can I only search what it has downloaded locally?

    Can I search email archive on iCloud server from iOS device, or can I only search what it has downloaded locally? I currently have an iPhone and iPad, and am soon changing over to a Mac. When that happen I'd like to try to see what I can migrate over

  • Error while loading the jar file using loadjava

    Hi, I'm trying to load a jar file in to a database through the loadjava utility. First time when i loaded a jar file it created few public synonyms with /'s. like /5b3d7f97_BeanInfoIndexer. Now i want to drop these synonyms before i reload the jar fi

  • Can't post to this group

    I am getting the following error all the time. Your message was rejected The news server responded with: 441 Feedrule: Reject rule (love) Very frustrating. -- Lei

  • Control_file_record_keep_time

    Hi, Im using Oracle 10.2.0.1 on RHEL 4, I was getting a following error in alert log file: kccwnc: following controlfile record written over: RECID #245937 Recno 59937 Record timestamp 10/06/10 13:06:14 Thread=1 Seq#=245937 Flags: <produced by archiv

  • Updating a datablock

    Hi I created a datablock using the datablock wizard. It displays all the records from a table. Now I would like to display only a particular set of records from the table so would like to introduce a where clause. I am not sure how I can use a where