Disable arrows on Forms 6i

Hi everyone,
Is there a way to disable the arrows that appears on the top of each form using code?
Thanks in advance!

user626836 wrote:
Hi guys,
I want to disable it because when a user queries his records, when he or she uses those arrows, the user can see other users records, so while I can find a way to add credentials to my form, I only want them to modify only the records that belongs to that particular user.If you mention your basic needs you will get more helpful answer. So, your basic need is, one user's data cannot display for other user.
If you have user id column in that specific form then, you can use block where condition and restrict the data displaying easily. For example if you carry user id when the user login to the application by global variable, and put the user id at that block. write where condition of that block or dynamically use default_where condition as like
user_id=:global.user_idData will be display for that user only.
Hope this will help you.

Similar Messages

  • Can You Disable A PDF Form After X (days or openes)?

    Is there any way to disable a PDF form after X # of days or X # of openes? Here's my situation:
    I have a time sensitive document that needs to be filled it out and printed within 72 hours from receipt. After 72 hours the form is no longer valid and must be locked and disabled (meaning you can open it and see the contents anymore). Is there any simple solution?
    * FYI, seems purchasing DRM is a bit too expensive for this application.
    I have Adobe LiveCycle Designer and Acrobat Pro X.
    Thanks for any help!

    DRM - digital rights management. Controversial and complicated subject.
    If you just want a password you can set that with Acrobat, but it has no expiry system. Expiry is a pretty complex area, for instance, it cannot trust the clock in the user's own computer, because they could change it to fool you. And if you count opens or whatever they can just start with a fresh copy. Adobe's DRM runs on a server 24/7, so that checks can be made whether to open or not.

  • Removing an invalid(disabled) domain user form user roles will cause vmmservice crash

    Removing an invalid(disabled) domain user form user roles will cause vmmservice crash

    SCVMM 2012 SP1
    Sorry, I can't find the error type, but only find some log:
    The System Center Virtual Machine Manager service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 100 milliseconds: Restart the service.
    detailed xml info:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
      <EventID Qualifiers="49152">7031</EventID>
      <Version>0</Version>
      <Level>2</Level>
      <Task>0</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8080000000000000</Keywords>
      <TimeCreated SystemTime="2014-02-18T03:09:32.149403100Z" />
      <EventRecordID>39151</EventRecordID>
      <Correlation />
      <Execution ProcessID="844" ThreadID="12512" />
      <Channel>System</Channel>
      <Computer>POV.europe.corp.microsoft.com</Computer>
      <Security />
      </System>
    - <EventData>
      <Data Name="param1">System Center Virtual Machine Manager</Data>
      <Data Name="param2">1</Data>
      <Data Name="param3">100</Data>
      <Data Name="param4">1</Data>
      <Data Name="param5">Restart the service</Data>
      <Binary>5300430056004D004D0053006500720076006900630065000000</Binary>
      </EventData>
      </Event>

  • IE9 Disable AutoComplete for Forms Registry Setting (where is it?)

    I have tried with no success to use GP to consistently force Disable AutoComplete for forms (User Configuration\Administrative
    Templates\Windows Components\Internet Explorer).
    Using GPResult,
    some workstations show "disabled" when the setting is actually "enabled" through GP. 
    I am now pursuing a registry edit to force this to my workstations
    consistently (key word; consistently). Does anyone know the correct registry key for IE9 on a Windows 7 Pro (64 bit OS)? I've tried about five so far and none of them work. 
    So far, I've tried:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\AutoComplete]
    "Append Completion"="no"
    HKCU\Software\Microsoft\Internet Explorer\Main\WindowsSearch\AutoCompleteGroups REG_DWORD "0"
    and a few more I forget... 
    I am supposing that a Microsoft support person will be the only one(s) in the know for this one but please help if you can! 
    Charlie Newman

    Hi,
    As we all know we can disable AutoComplete throung IE settings. While if you want to disable them through Registry, it would be better to use Regshot to caputer registry modifing after this setting changed in IE.
    I made a test in my test enviroment, there are some other volume and key modified, also contains:
    Eg:
    HKU\S-1-5-21-4145364215-115882434-1782034342-500\Software\Microsoft\Internet Explorer\Main\Use FormSuggest: "yes"
    Please make a capture in your system.
    Roger Lu
    TechNet Community Support

  • Disabling Field Disables the Entire Form

    I am trying to disable fields in the 'User Library.xml' form depending on who logs in; unfortunately the code below disables the whole form.
    Any pointers on how to get out of this logjam?
    <Field name='global.login_desc'>
    <Display class='Text'>
    <Property name='title' value='Login Description'/>
    </Display>
    <Disable>
    <eq>
    <block name="loggedinuseraccountid">
    <invoke name='getUser'>
    <rule name='EndUserRuleLibrary:getCallerSession'/>
    </invoke>
    </block>
    <s>Administrator</s>
    </eq>
    </Disable>
    </Field>

    A little javascript should do it.
    function switchForm(form,flag){
      inputs = form.elements;
      for(i=0;i<inputs.length;i++){
        inputs.disabled = flag;
    }No need to go to the server for this one.                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to disable coherence servers forming the cluster

    me and my friend are having coherence servers on the pc.since these two are in the same network they are forming the cluster ,how can i eliminate/disable them from forming the cluster.since we have data duplicity issues .
    Thanks

    http://coherence.oracle.com/display/COH34UG/Setting+Single+Server+Mode
    Or you two can just use different multicast address/port.

  • Possible to disable arrow (up/down) key frm moving the record?

    Hi,
    Is it possible to disable the arrow up/dowm key from moving to next/previous record?
    Thank You
    Regards
    Wai Chong

    The best way to control what keys do what when you are on a
    given item/block/form is to create key-triggers at
    item/block/form level for each key-event you wish to control
    (key-exit & key-commit absolutely necessary), and, afterwards
    put the key-others trigger that will contain only a null
    instruction.

  • Date enable and disable in tabular form

    Hi All,
    i have date column in tabular form.
    when date column contain null value then it is enable to insert date.
    if it is not null then disable to insert date.
    how to achieve it.
    Please give me suggestion.
    Thanks,
    Prashant

    Hi Prashant,
    You have to know the name of the date column field using 'Developer Tool' of the browser (Click F12).
    You can achieve this by Dynamic Action as below,
    Event: Page Load
    Action: Execute JavaScript Code
    Code:
    $('input[name="f06"]').each( function(i) {
    var v_row= $(this).attr("id").substr(4);
      var v_val= $('#f06_'+v_row).val();
        var v_id= $('#f06_'+v_row).attr("id");
       if(v_val=='')
        $x(v_id).readOnly = "readonly";
        $x(v_id).style.background = "#F2F2F5";
       $($('td[headers="HIREDATE"] img')[i]).addClass('apex_disabled');
    Here f06 is the name of the date column i.e. HIREDATE. This code will disable the date column if it is NULL also disable the Calendar popup. Change this code according to your requirement.
    It will help you.
    Thanks
    Lakshmi

  • Select list enable / disable in tabular form

    Hi,
    I have created report on (ACT_COA_SEGMENT_MAS) table and this is master table , and created link on this report, when i click on report link, control moves to tabular form that is based on detail table (ACT_SEGMENT_VALUES_MAS)
    In master table there is column,
    SEGMENT_ID number primary key;
    QUALIFIER varchar2(1);
    If in master table qualifier column value is 'N' then
    then in detail table (ACT_SEGMENT_VALUES_MAS) column account type cannot be null and column should enable.
    If in master table QUALIFIER column value other than 'N' then Account column in detail table should disable . and value should not be enterable.
    and ACCOUNT_TYPE column in deatil table is a select list.
    How i can do this?
    Thanks & Regards
    Vedant
    Edited by: Vedant on Jan 10, 2013 10:14 PM

    Vedant wrote:
    If in master table qualifier column value is 'N' then
    then in detail table (ACT_SEGMENT_VALUES_MAS) column account type cannot be null and column should enable.
    If in master table QUALIFIER column value other than 'N' then Account column in detail table should disable . and value should not be enterable.
    and ACCOUNT_TYPE column in deatil table is a select list.
    How i can do this?One way - sadly a bit of work - would be to use APEX_APPLICATION_ITEM to generated the detail items as a manual tablular form where you can control the disabled property when generating the tabular form fields using CASE statements, writing manual PL/SQL processes and the built-in APEX_ITEM collection to manually perform insert/update/delete operations on submit. Check the documentation for the full syntax of using APEX_ITEM functions to generate HTML items.
    An example from the Oracle docs looks like
    SELECT
      empno,
      APEX_ITEM.HIDDEN(1,empno)||
      APEX_ITEM.TEXT(2,ename) ename,
      APEX_ITEM.TEXT(3,job) job,
      mgr,
      APEX_ITEM.DATE_POPUP(4,rownum,hiredate,'dd-mon-yyyy') hiredate,
      APEX_ITEM.TEXT(5,sal) sal,
      APEX_ITEM.TEXT(6,comm) comm,
      deptno
    FROM emp
    ORDER BY 1where the disabled property could be specified in the unlisted fifth argument to APEX_ITEM.TEXT. The first item to the APEX_ITEM calls is a number defining the G_FXX global variables so that 1 identifies the item later as apex_application.g_f01(9) - 9 being symbolic for a collection identifier -, ename as apex_application.g_f02(i),m and so on. The G_F99 items can be reference on submission in Pl/SQL processes through looping, something like (this example assumes all array items are populated - under some circumstances they may not be)
    for i in 1..apex_application.g_f01.count loop
      update my_table set sal = apex_application.g_f05(i) where empno = apex_application.g_f01(i);
    end loop;Edited by: riedelme on Jan 11, 2013 7:12 AM

  • Is there a way to enable/disable a tabular form item based on the value of a second item?

    Hi Everyone,
    I have a tabular form based on a collection.   The column c050(maps to f30) will be either Y/N.  If it is Y, then I would like to enable column c024( maps to f24) (which happens to be a radio button based on lov).  If the value of c050 = N, then disable c024.   There are potentially many rows, and the item c024 would only be enable/disabled for the specific row.   So if row 1 has c050=Y and row 2 has C050=N then row 1 c024 is enabled, and row 2 c024 is disabled.  Hope that makes sense.
    I have created a dynamic action called enable/disable HMS fields.
    event=CHANGE
    selection type = jquery selector
    jquery selector = input[name='f30']
    condition EQUAL TO
    value Y
    true action1 - enable, jquery selector, input[name='f24']
    true action 2 - alert, You have added an HMS Species.   There may be additional data to enter.  thanks
    false action1 - disable jquery selector, input[name='f24']
    false action2 - alert, no hms worries.
    The alerts in both cases show properly...but nothing seems to happen to f24.....what am I doing wrong?
    thanks

    Agh! This is the first time you mention this is a radio button!  That changes things a lot! As you can see, the format is different (f24_0001_0001) than what we have discussed (f24_0001).
    Radio buttons have their own quirks.  My bad, I should have asked what you had.  But since you said your original selectors on input were working I just thought these were text fields or something like that.
    How about you change it to a drop down list just so that you can see all work?  And fully understand it.
    Then you can work out the radio button option.
    If that doesn't get you there... I'm going to ask you setup an example in apex.oracle.com and give me credentials to log in and take a look.
    I could re-try the js on my side with a radio but it will take some time.
    So just to be clear... f30 is a drop down and f24 is a radio?
    See, this line:
    $x_disableItem("f24_" + row, true);
    Is NEVER going to find the radio buttons because it's missing the 3rd 0001 and 0002 (how many options do you have?)
    So perhaps you try it like this:
    $x_disableItem("f24_" + row + '_0001', true);
    $x_disableItem("f24_" + row + '_0002', true);
    ... keep going for the options...
    Do the same for the false of course.
    But I think this needs a better approach if you'll have radio buttons.  I just need to work it out.
    Ok, go try things...
    Thanks
    -Jorge

  • Initial View is disabled on a Form created in LiveCycle ES2

    Hi,
    I am trying to change the preferences using the Initial View tool in Acrobat.  I want to set it to open with bookmarks visible.  However, the entire initial view page is disabled for me.  The PDF is one that I created myself using LiveCycle Designer ES2.  I am using Acrobat Pro X.  Why would this functionality be disabled?
    Thanks,
    Nicole

    Thank you for your link. Unfortunately, I am not a developer and that was like a foreign language to me.  Is it possible to accomplish the same from a LiveCycle menu?
    The view of a document can be set in manifold ways in Acrobat/Reader.
    If single page, 2-up continious, with bookmarks panel, fit to width etc..
    A lot is possible, but only with the menu.
    JavaScript enables control of all these things from within a XFA-form.
    Therefore the properties of the viewState object are used.
    overViewMode controls the panels and full screen mode.
    pageViewLayoutMode controls the page layout.
    pageViewZoom controls the zoom level.
    pageViewZoomType controls the zoom adaption to the application window.
    This properties can be changes through a button script or the docReady:event of the form.
    So you're able to control the initial view of the form.
    event.target.viewState = {overViewMode:3};
    event.target.viewState = {PageViewLayoutMode:1};
    event.target.viewState = {PageViewZoom:0.75};
    event.target.viewState = {PageViewZoomType:1};

  • Disable sending HTML-Form when pressing Enter from Web Transaction

    Hi,
    I have a web transaction and the corresponding HTML Template.
    In the template I have a form with input fields and a submit button.
    <FORM METHOD="post" ACTION="`wgateurl()`">
    <TD><INPUT TYPE="text" NAME="GWA_HEAD-PROFIT_CENTER" VALUE="`GWA_HEAD-PROFIT_CENTER`></TD>
    <TD><INPUT TYPE="submit" NAME="~okcode=APPR" VALUE="`#approve`"></TD>
    </FORM>
    My problem:
    When entering a value in the input fields and pressing enter the form is submitted.
    Is it possible to disable this way of submitting? I wan't only submit when clicking on the submit button.
    Could Javascript be a solution? But I don't want to check if all input fields are filled with onSubmit. Is there another way?
    Thanks for your help!

    Hi Chris,
    your link is not available now.
    Could you please explain how to fix this issue?
    Thanks in advance.
    GB

  • Temporarily disable ADS Adobe Forms in Portal

    Hi,
    We have the requirement to temporarily disable one or two of our ADS Adobe Interactive Forms in the Portal.   We are on ECC6EHP3 and NW/EP 7.0.  When a MSS user logs into the portal and goes to select which forms to process, we have about 6 forms in total, however at this time, we only want 4 of those 6 to appear in the list.
    Is there a simple way to disable these forms from appearing in the Select Process list? 
    Regards,
    Chris

    Hi,
    Thanks for the quick response.
    Not a bad option although the users will find the Java dump confusing. 
    Is there any way for the forms not to appear on the list even though they exist on the backend?
    Regards,
    Chris

  • Disable Warning on FORM Action tag?

    The following HTML is triggering warnings in my test project in Workshop:
    <FORM action="/supportApp/supportDispatcher" method="POST">
    Here's the warning message..."The file "/supportApp/supportDispatcher" cannot be found."
    In this case, the warning is not-applicable because "supportDispatcher" is mapped to a Servlet in my web.xml deployment descriptors. So its a valid HTML Form action target.
    How can I disable this warning in BEA Workshop (BEA Workshop JSP Editor 3.0)

    Can you verify the following settings?
    - Have you configured the context-root "supportApp" in Workshop?
    Project > Properties > Workshop Web Application > Folders - Context Root
    - Does the mapping "supportDispatcher" within url-pattern start with "/"
    <servlet-mapping>
              <servlet-name>YOURSERVLETNAME</servlet-name>
              <url-pattern>/supportDispatcher</url-pattern>
         </servlet-mapping>
    - By correcting these configuration the warning should disappear
    If you still get the warning in the JSP page, then exercise a simple "Edit-Save" step
    If the issue is persistent, please send the following files to [email protected]
    - web.xml
    - the JSP page
    - .m7project file from project folder
    Message was edited by:
    ram.v

  • DISABLE EXPORT IN FORMS

    Hi All,
    Is there any way to disable the File > Export option in forms?
    Audrey

    Please check this metalink note:
    https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sbg397p82_117&_afrLoop=349664657500176
    Regards,
    Kiran

Maybe you are looking for

  • If I download Firefox on Windows 7 64 bit, how do I get it to run in 32 bit mode?

    I have noticed if I'm on a 64 bit PC ( I am remote support for a product that needs 32 bit browser/32 bit java to work correctly), and they have upgraded to Firefox 8.0 it seems to install and run natively in 64 bit mode, and will not recognize Java

  • How to Download Trial Version of SAP ERP 6.0 with Oracle?

    HI all,              Kindly help out how i can able to download SAP ERP 6.0 or Netweaver trial dump with oracle database in SAP Support portal. Awaiting for your valuable reply. Regard M.L.Gopinath

  • Bug in PL/SQL - Does not update Table if table name & variable name same in

    Dear All, If tabale name & vairable name is same in a Stored Procedure, UPDATE to table does not take place. For example run following 2 procedures. First procedure does the insert properly to table but second procedure does not update the table. cre

  • Partner Functions

    Dear All, Iam Using the partner function in Customer master as VE=Sales Employee. I have logged in Chinese and went to XD02 then In the Partners it is Showing PE instead of VE and It is saying Partner VE is not exists in TPAR. But Where in the case o

  • Migration Report Errors- Failed to map index

    I am very new to oracle and databases, so my terminology is limited. Could someone explain to me what this means? And if possible, a suggestion as to how should i go about to rectify this error. <<<"Failed to map index : Column list specified is alre