Calculated (Read-Only) checkbox  is missing

Hi,
I am trying to create a new field via AET.
i want to create a calculated field but i dont see the Calculated (Read-Only) checkbox in field details while creating.
Could any one please let me know why is that checkbox not seen? does this has anything to do with version?
Thanks,
Rajini A.

Did you try by enabling the Expert Mode?

Similar Messages

  • Enter event not triggering for read-only checkbox

    I have some objects in a form that get "locked" when the user signs the form.  I'm not using the digital signatures.  Instead, when the user types their name into the signature text field, a script runs on the change event that makes all of the fields in the form read only.  It also unlocks the fields if the signature is deleted.
    I was worried that we would get a lot of phone calls with users that didn't understand that the form had locked ("Why doesn't this form work?!"), so I added some code to the enter event for all of the fields that would pop up a messagebox to explain to people trying to edit a signed form that the form was locked and that they would need to delete the signature to edit the form.
    This plan works perfect for my text fields and decimal fields.  It does NOT work at all for my checkboxes.  For some reason, the enter event is never triggered for read-only checkboxes.  I don't see any other events that would obviously work for me though.  Any ideas?
    Thanks

    Thanks, those are reasonable suggestions.
    In the first suggestion, I'm unclear about one aspect of how I would accomplish this.  I assume I would allow people to modify fields in the form, but that when they did, a msgbox would pop up that would inform them that, if they continued with this modification to a signed form, the signature would be removed.  I'm all good to that point.  But if they answered that they do not want to continue modifying that field and removing the signature, how can I code it to set the value back to what it was before the change?  Is there some method that will give me access to the value of the field BEFORE the attempted modification?  I went looking for something like $.previousvalue, but found nothing.
    I'd suggest that I could use a two-stage solution, in which I store the previous value on the enter event, and save it just in case they do not want to change the field when prompted by the msgbox, but since the enter event does not exist for checkboxes (my original problem), that seems like it won't work.
    As far as radio button suggestion, I like radio buttons very much except for one fatal flaw: they aren't (as far as I can tell) clearable.  That is a shame.  Clearly some people (like me) want both exclusivity AND clearability.  And we'd like the controls to have an enter event.  But I know I'm demanding   Anyway, as it is, I just end up having to use checkboxes and create a boatload of silly code to make them exclusive.
    Emily

  • Field that is Calculated - Read Only - Capturing output in XML after?

    Hello:
    I have defined a Calculated - Read Only field but I have not successfully bound it or captured its value in XML.
    In my Object Palette I do not have a Binding tab, so how do I capture its value in XML after?
    Thanks,
    Newbie in Adobe

    Unfortunately the fields you included in that Import/Export were text fields and thus had the Binding tab available in the Object Palette.
    Fields that are of type Calculated - Read Only do not have the Binding tab, so to get around that, I defined my variable to be Read Only, and added my calculation to the calculate script. The Binding tab was available and thus allowed me to bind my output.
    Problem solved.
    Thanks anyways,
    Newbie in Adobe

  • How to Mark Read Only Checkboxes based on RadioButton Selections

    I've spent the past hour looking through old discussions and can't find anything about this, so maybe it will help some others in the future as well.
    I'm building a Dynamic PDF for people at work to use for troubleshooting.  It basically follows the same logic as the flowcharts I've already made, but by asking questions and telling the technicians what to do based on their answers.  At the top I have checkboxes that are kind of "top level questions" that I want to be read only and I want them to check off automatically as they make their way through the radio buttons.
    My end goal is to incorporate this PDF into our ticketing system and the checkboxes at the top level will show the troubleshooting that has already been completed without the technician having to read through the entire PDF to find out what to do next.  If we have to send a technician to the site to repair anything it will also act as an escalation report, so he knows where we were able to get without him being on site.
    I was thinking this might work, but apparently I don't understand the coding as well as I thought I did.  Hopefully I'm close lol.
    if (TestRadio.rawValue==1){
    Subform1.Check1.rawValue=1;
    else{
    Subform1.Check1.rawValue=0;
    Any help is greatly appreciated.  If anyone has a PDF with an example of this working I'd love to see it.  Thanks a lot.
    Mike

    Actually, I just figured it out.  I was missing " " around the values.  Maybe this will still help someone else, so I'll leave it up.  Thanks all!
    if (TestRadio.rawValue==1){
    Subform1.Check1.rawValue="1";
    else{
    Subform1.Check1.rawValue="0";

  • Read only checkboxes in tables still seem to be clickable.

    I know there is also "disabled" for check boxes, but then the thing is
    hardly readable. Is there any way to make it readable, but not
    clickable?
    Or should I switch to 'Y' and 'N'?

    Hi Thomas,
    We thank you for your valuable observations and feedback. A bug has been filed for the problem on your behalf.
    Thanks and Cheers
    Giri

  • All Lumia 928 folders are 'read-only'

    So all of a sudden, all the folders on my Lumia 928 are marked as read-only regardless of the PC it is plugged into, and I can no longer drag and drop files between the phone and PC because of it - it tells me I don't have permission or something like that. Not only that, the read-only checkbox is greyed out as you can see in the attachment, so I can't uncheck it to fix the problem. No dedicated software (Zune, Windows Phone Software) works either, and I have exhausted all possibilitiues I can think of.
    It's clearly something with the phone since it happens on all PCs, and I suspect a setting, but I can't figure out which. If anyone has any thoughts, I'd welcome them.
    Attachments:
    ReadOnly.jpg ‏58 KB

    Did you try after rebooting the Phone ? Its all 'Read-only' with my Nokia Lumia 920 and Nokia Lumia 1020 too but Drag-Drop or Copy-Paste is possible ...

  • Property Read Only

    Hello, I would like to change "contenttype" property for document in my programm, but when I doing this Exception raise:
    ResourceException---com.sapportals.wcm.repository.PropertyReadOnlyException:
    Read-only property: {http://sapportals.com/xmlns/cm}contenttype
    I look over over all folder above this file, and everywear Read Only checkbox is unmarked and everyone group have full rights.
    What is this?
    (EP6.0 SP9)

    Not sure how to define "extended information about the CR Object Model", but there is the following:
    [CR 2008 developer library|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm]
    [API reference|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_apiRef_12_en.chm]
    [Crystal Reports for Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23]
    Samples:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    https://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples
    Re. margins, see the KB [1313082 - Printer Margin Settings set in the Crystal Reports Designer not respected in VS .NET application|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333333313333333033383332%7D.do].
    A while back I did a fair bit od playing with this and the code as bellow worked fine:
    ReportDocument myReport = new ReportDocument();
    myReport.Load(....rpt");
    PageMargins myMargin = new PageMargins();
    myMargin = myReport.PrintOptions.PageMargins;
    myMargin.topMargin = 240;
    myMargin.bottomMargin = 240;
    myMargin.rightMargin = 240;
    myMargin.leftMargin = 240;
    myReport.PrintOptions.ApplyPageMargins(myMargin);
    - Ludek

  • Strange Issue: Hyperion Planning forms becomes read-only and data is wiped out: 11.1.2.2

    Hi,
    Let me start by saying that I am not new to Hyperion Planning. We are experience a weird issue in our System Test. We notice that some (NOT ALL) of our webforms turn into readonly webforms; all the cells on the form at greyed out. This is inspite of the fact that the read-only checkbox is unchecked on the form as well as security is fine on all dimensions ; basically all the cells on the form are valid combinations.
    Still the form become readonly and all the data in that form is wiped-out. this happened only for two web forms so far. We are running bunch of calcs(none of the calcs have cleardata command). we are not sure why is this happening. this might be some bug in the product... not sure. has anyone seen this behaviour before ?
    please let me know.
    pk

    Please Ignore this question. This happened because someone in my team had added an member below a level 0 entity.

  • Make field editable when checkbox is checked, otherwise given read-only value

    I'm attempting to make a fillable PDF form, from and existing document, using  Acrobat Pro that does the following:
    Purpose of form is to provide customer a way to agree to purchase a custom artwork.
    The artwork has a base price, ArtworkPrice. (The ArtworkPrice field is editable)
    The customer can choose to include a picture frame. (AddFrame checkbox 'Yes'.)
    Choosing 'Yes' to add a frame adds an amount.  (The FramePrice field is editable only if AddFrame checkbox is checked)
    Otherwise, Leaving AddFrame unchecked fills the FramePrice field with a value of 0.00.
    The TotalPrice is calculated as the sum of the ArtworkPrice and the FramePrice fields. (The TotalPrice field is read-only)
    So...this part of the form looks essentially of like this:
    AddFrame? [  ] Yes
    ArtworkPrice $__________   +  FramePrice $__________ = TotalPrice $__________
    The FramePrice field must be 0.00 (and not editable) at all times unless the AddFrame checkbox is selected.
    How can I do this?

    Add this code to the MouseUp event of AddFrame:
    if (this.getField("AddFrame").value=="Off") {
    this.getField("FramePrice").value = 0;
    this.getField("FramePrice").readonly = true;
    } else {
    this.getField("FramePrice").value = "";
    this.getField("FramePrice").readonly = false;

  • Read-only radio button or checkboxes save as null

    Hi,
    I have a form with some fields that are editable by 1 group of users and read-only for another group in certain conditions.
    Before the header there is a fetch process to retrieve values from tables. So most fields (read-only & editable) are populated including checkboxes & radio buttons.
    All users can edit at least 1 field on the form.
    When the save button is pressed a PL/SQL process runs to save the data.
    The save works if the field is editable.
    If the field is read-only and text it also works.
    But if the field is a radio button or checkbox a null is saved in the table.
    Any suggestions on how to get the PL/SQL to pick up the read-only radio buttons and checkbox values?

    Hi,
    I had the same problem in my application and I found another solution instead of using two items. I'm using a computation on page processing that makes a select on my table to get the value for the checkbox. I'm doing this with the same condition as my read-only condition on my checkbox item so I can get the database value when it is lose in the submit process.
    Also, I found a difference in the html code between the read-only state of the item and the standard state.
    Original state : name="p_v07" (7 because it's the seventh item on my page)
    Read-only state : name="checkbox"
    I tried to modify this using firebug in execution of the page but without success, the problem is still there.
    Patrick
    Insum Solutions

  • How can i set a form to read only when a checkbox it checked?

    How can i set a form to read only when a checkbox it checked?

    Hi,
    If you search the forums for Paul's example LockAllFields. This contains a function in a script object that you can call from the click event of the checkbox.
    Re: Saving Fillable Form as non-fillable PDF
    Good luck,
    Niall
    Assure Dynamics

  • Missing functionality: Business Partner Authorization -Read only is missing

    Version: SAP Business One 2007 A (8.00.177) SP:00 PL:38
    Description of requirements:
    Im missing the functionality -read only- at the authorisation to change the Business Partners
    It should be
    Leads: Full authorisation / no authorisation / read only
    Customers: Full authorisation / no authorisation / read only
    Suppliers: Full authorisation / no authorisation / read only
    Is there any way to implement these feature?
    Thanks
    Ludmilla Hauk
    Edited by: Ludmilla Hauk on Jul 29, 2008 10:34 AM

    Hi
    I have implemented the same in SAP B1 2005B, what I did is
    I have given the Read Only authorization for Business Partner and I have given the Full Authorization for BP Type (under Busniess Partner) Customer and Lead
    So, when the specific user logs into the system and open the Business Partner Master screen, the Add option will be disabled for the user and in find mode he/she can find only the Customer or Lead.  And after that when he/she chose any BP, he/she can only view.
    Thanks
    Anjan Bhowmick
    New-Age Business Consultants
    Bangalore, India

  • Change field from read only and override calculation based on radio button

    Hi,
    I have a form in which one of the fields has a simple sum calculation and is set to read only so the user can't change it as it sets a print amount as well.
    But if one of the radio buttons is ticked there is a chance that the print amount needs changing but it can be different based on a few other options so I have managed to set the field so the user can edit it depending on an option but the calculation that sets the value overrides what the user enters. I would like to know if it is possible to change this?
    I use
    this.getField("Quantity_Boxes").readonly = false;
    So the user can edit the field when they select the radio button 'yes' under Mesh_b
    and
    this.getField("Quantity_Boxes").readonly = true;
    So the field goes back to read only when the user selects the 'no' under Mesh_b
    and in the Quantity_Boxes field I use:
    Quantity_Curtains / csn
    Just as a simplified division sum with the decimal places set to 0 so a whole number appears.
    csn is just a hidden field that has an amount set depending on the size of curtain.
    Thanks,
    Bruce

    I have found a solution but caused another problem (well more of an irritation than a problem)
    I have made it so the can field throws a dialogue box asking how many of the item fit into a box, the only problem is that the dialogue box will appear more then once.
    For example I have made a new size know as bespoke and when I select that size and hit return the dialogue box pops up which is fine but when the amount of the product is changed it throws the dialogue box again. I guess this is because the calculation has to be run again but is there anyway of stopping this?
    Here is the code I use in the can field which defines how many curtains are in the box and is used to calculate how many labels need printing out.
    if(this.getField("SizeDrop").value=='LG'){
    event.value = "5"
    } else if (this.getField("SizeDrop").value=='ST'){
    event.value = "8"
    } else if (this.getField("SizeDrop").value=='ME'){
    event.value = "10"
    } else if (this.getField("SizeDrop").value=='SM'){
    event.value = "15"
    } else if (this.getField("SizeDrop").value=='BE'){
    var resp = +app.response("Enter the amount of curtains in a box","","1");
    event.value = resp
    } else {
    event.value = " "
    Thanks,
    Bruce
    EDIT:
    I have found that the dialogue box will appear every time something is changed on the form (even while in the editor as well)

  • How do I run a script so that the user does not have to click into and out of a read-only calculated numeric field?

    Hi all
    I have a read-only calculated field, and I want to build actions on it, dependent on what the answer to the calculated field is.
    I have used action builder, and it works, but only if the form filler clicks in and out ("exits") the field, which they didn't have to enter in the first place, because it populates as a result of a previous script.
    To be more precise, The questions asked before this field are:
    Date of submission (submitdate):
    Date of event (eventdate):
    Calculation occurs (days between event and submission), and answer is populated in a field called 'daysbetween'
    Now I have a set of conditions:
    If the daysbetween is < or = 14, then I want a message to come up saying ineligible to apply
    If the daysbetween is >14 and < or = 28, then I want a message to come up saying a fast track fee will be applied, and I want the fast track fee box to be populated, and I want the fast track fee box to appear.
    I used the action builder to get all of this to work, except that it only works if the user then clicks in and out of  the 'daysbetween' field, which they shouldn't have to, because it's already calculated for them
    I feel like I have to put this script in an earlier field...but I don't know where - action builder won't let me do it in the 'eventdate' field
    Thanks in advance

    Put a shift register on the border of your loop. Have a case statement that contains the "Get time" function in one case of the case statement. Make that case = 3 and wire the loop iteration to the case selector. Have the time value loaded onto the shift register in the "2" case (interations count from zero), have the shift register passed through on all others ("Default"). Then subtract this time from current to get elapsed time. You probably want to put the subtraction/comparison in a "sub-case" in the "default" that only is valid for interations > 3 or you will get some really ugly "times" until the shift register is loaded, or you could initialize it from outside the loop with the time, but this will cause it to show elapsed times from the beginning that suddenly jump back to a low number after iteration 2.
    P.M.
    @ Corning? Which one? I was doing LabVIEW at Corning back in '96
    Message Edited by LV_Pro on 09-23-2005 10:07 AM
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion
    Attachments:
    elapsed time.vi ‏24 KB

  • How to make a checkbox as read-only ?

    Hi,
      My current requirement is to make a checkbox as read-only. Previously, the checkbox has been declared as
    PARAMETERS: cb_gr AS CHECKBOX DEFAULT 'X'.
    Now am required to make this as read-only. There are <b>no screens</b> defined in the report containing this checkbox and so am not knowing where to give the statement
    LOOP AT SCREEN.
    **Make the checkbox as disabled**
    ENDSCREEN.
    It is known that this statement has to be given in the PBO of a screen. So kindly guide me at the earliest on how to resolve this issue.

    Hi aISWARYA  ,
    Here is the Example for  making the report  parameter as  Read only  using the Report  Event  ,   Dont need and  screen Number for it , becuase  your selections itself is an Defualt 1000 screen which as   PAI & PBO , in which it maintains this Report Events in it  .
    "Change the Input Fields Dynamically in a Screen
    'The following example may help you:
    SELECTION-SCREEN BEGIN OF BLOCK 001.
    PARAMETERS: P_MRU  RADIOBUTTON GROUP SEL DEFAULT 'X' USER-COMMAND AC,
                P_PART RADIOBUTTON GROUP SEL.
        SELECT-OPTIONS P1 FOR <field> MODIF ID PRT.
        SELECT-OPTIONS G1 FOR <field>  MODIF ID MRU.
    SELECTION-SCREEN END OF BLOCK 001.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
      IF P_MRU = 'X'.
          IF SCREEN-GROUP1 = 'PRT'.
            SCREEN-INPUT = '0'.
          ENDIF.
          IF SCREEN-GROUP1 = 'MRU'.
            SCREEN-INPUT = '1'.
          ENDIF.
      ELSEIF P_PART = 'X'.
         IF SCREEN-GROUP1 = 'MRU'.
           SCREEN-INPUT = '0'.
         ENDIF.
         IF SCREEN-GROUP1 = 'PRT'.
           SCREEN-INPUT = '1'.
         ENDIF.
      ENDIF.
      MODIFY SCREEN.
    ENDLOOP.
    Reward points  if it is usefull .......
    Girish

Maybe you are looking for

  • XML Message Not Generated in SUS SRM 4.0

    Hi !   In Supplier Self Service(SUS) SRM 4.0 we did a     development for ASN creation through file upload .   It's a <b>BSP</b> Application .   Vendor uploaded the file for ASN creation .   Their generated ASN No. which are in Standard tables.   But

  • Oracle VM 3.1.1 and VLAN problem.

    Hi There We got two vlans, 10 and 11. 10 is used for our "Server Management" and 11 is used for "Cluster heartbeat" and "Live Migrate". So, when I added ovs1(the fist server), it discover the following: 192.168.1.0 - 192.168.1.0-vpg Then I add the se

  • Filtering files in a folder that are in sub folders

    Is there a way to show only the files in a folder that are not contained in sub folders? Thanks, Braden

  • Date function problems with dates from core not recognized as dates

    Our core provides dates in two formats: YYYYDDD and MMDDYY (YYYYDDD for today [2/21/12] would be 2012052).  We have determined that Crystal Reports is not viewing them as dates, but rather numbers. If querying on just a specific date, no problem. But

  • OutOfMemory Error when starting up WL Admin

    Howdy All, We have a production server hosting Weblogic on Solaris, Recently we are observing that when ever we are startin up the Weblogic Admin, we see the below exception. Exception in thread "VDE Transaction Processor Thread" java.lang.OutOfMemor