Can forms give an automatic answer depending on field values?

Hi,
Is there any way of creating an interactive PDF so that after an automatic calculation is made, a field returns a particular value?
For example:
If the auto calculated field is less than 45, a different field displays "False"...if it's above 45, display "True"....if it's equal to 45, display "equal".
Thanks
(using CC 2014 on Mac)

OK... Then you can use something like this as Auto's custom calculation script:
var s = this.getField("Category").valueAsString;
if (s=="") {
    event.value = "";
} else {
    var v = Number(s);
    if (v<45) event.value = "False";
    else if (v==45) event.value = "Equal";
    else if (v>45) event.value = "True";

Similar Messages

  • Is there a way to create a drop down menu with an automatic answer dependent on what is chosen?

    Is there a way to create a drop down menu with an automatic answer dependent on what is chosen? An if-then statement perhaps?  I am looking to add over 100 drop down options and would like to have a message automatically pop up depending one which option they chose.  Thank you.

    Hi,
    You would use the skip logic to conditionally show form items based on the selection within the drop-down menu. Here's a link to a description of the feature in our help documentation:
    http://help.adobe.com/en_US/formscentral/using/WSd789abd336388b1642c7fce012da94afe4f-8000. html#WS0faeceb8c23f5d60-774f03e3131ddc76d7d-8000
    Regards,
    Brian

  • I just bought a new iPhone 5 and both the itunes and the App Store apps don't work, can anyone give me some answers?

    I just bought a new iPhone 5 and both the itunes and the App Store apps don't work, can anyone give me some answers?

    Follow the directions here:
    http://support.apple.com/kb/HT2109

  • Can JVM security policy be modified to access field values of private field

    Can JVM security policy be modified to access field values of "private" field in a Class?

    See http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/appA.html#ReflectPermission.
    Note that you will have to use reflection to access the fields once the security policy allows you to supress the access controls.
    Chuck

  • Can anyone give me exact answer of the following questions???

    what is NACE and for what it is used?
    what is output types?
    what is message type?
    what is need of configuring the output type and message type and why???
    How can u add the field in standard table and how can u make data flow into table field in that standard table field???
    Regards,
    Nirav Parekh

    Hi
    Output type and Message Type Both are same
    NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).
    You should know the Application of a document first Like:
    for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.
    so first select the Application type (ex: EF) for PO and press OUtput types
    then a list will come in that you should know the related output type for PO.
    in this case it is NEU,
    select that and click on the processing Routines button on the left side
    it will display the Medium, Driver Program and the Script form or smartform related to that document..
    Output is a link between the Driver Program and the Sapscript,
    An output type summarizes messages of the same meaning. It contains parameters that are valid for all its assigned messages, for example appropriate partner functions.
    Transmission medium is a medium which the layout will be come out, this may be printout, Fax or Mail
    Check this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/19884743b111d1896f0000e8322d00/content.htm
    ex-how to config output type.
    You will assign output types using Transaction NACE.
    Do the follow steps to assign output type
    1)Select Application Type V2 which will have description Shipping.
    2)Click on Output types button.
    3)Go to change mode by pressing Ctrl+F4.
    4)Select one output type which already exists
    5)Do Copy As(F6)
    6)Give your output type against Output Type field.
    7)Under General data Tab, Give Program and Form routine and Save the data.
    i think it a work of functional guy but at senior level i think it is not a big deal for abaper.
    Output Determiantion :
    You can use output control to automate either messages or subsequent processing of partner-specific messages"
    This means, it provides a method for you to perform subsequent processing once a document is saved in the system. This subsequent processing is normally to print the document, but can also include activities such as:
    - Faxing the document
    - Emailing the document
    - Sending an idoc of the document
    - Sending an EDI message for the document (via an Idoc)
    - and so on.
    In general, it uses the condition technique to determine what, if any, output is to be produced. The condition technique works by selecting key fields from the document (document type, plant, etc.) and matching them to master data records you have previously set up. If there is a match, then output is produced.
    You can use transaction NACE for the output determination settings for all applications.
    1. When you start transaction NACE, a list of all represented applications appears.
    2. From this initial screen, you can access all the individual processing screens for output determination from the EDIT menu.
    3. Select the relevant application. This transaction does not have a menu path in customizing.
    Refer the following links.
    http://help.sap.com/saphelp_crm40/helpdata/en/b3/58bf39f7568648e10000000a11402f/content.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/c0/4e4746497d11d385ee0000e81ddea0/content.htm
    Check the following documentation
    In NACE t-codewe have the application for each one. based on the application output type can be defined, based on output type script and print progrma can be defined.
    If suppose data can be read from EDI then we should go for condition records.
    So whenever we execute the script first composer checks the output type and then execute the program. in program whenever opn form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle proces. Composer does all these things and at last it will submit that output to spool.
    Go to the Transaction NACE.
    choose the related sub module.. like billing or shipping
    doubel click on Output Types
    Choose the Output Type for which whcih you wanted your script to trigger
    Then select the Output Type and double click on Processing Routine
    Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program detls --> Save and come out
    Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....
    Device Types for SAP Output Devices (Detail Information)
    Definition
    The device type indicates the type of printer to be addressed. When you define an output device, choose the name of the device type that was defined in the SAP System for your printer model, such as Post2 for a PostScript printer. In the case of frontend printing under Microsoft Windows, you can also use the generic (device-independent) device type SWIN.
    The system uses the information in the device type to convert a document from the internal SAP character representation (spool request in OTF or in text format) to a device-specific, print-ready data stream (output request). Since a device type specifies attributes that apply to all devices of a certain model, it can be shared among device definitions. For example, all devices in the SAP spool system that are compatible with Hewlett-Packard LaserJet IIID printers would use the HPLJIIID device type.
    You should not confuse the device type with the printer driver. The device type is the total of all attributes of an output device that the SAP System must know to control the output device correctly, such as control commands for font selection, page size, character set selection, and so on. These attributes also include the printer driver that SAPscript/Smart Forms (the SAP form processor) should use for this printer. The SAPscript printer driver that is to be used for devices of this type for output formatting is therefore only an attribute that the device type specifies.
    How do I choose the correct device type?
    • In most cases, the SAP System already provides the appropriate device type for the printer type for the printer model that you want to use.
    These standard device types are completely defined and need no modification or extension before you use them in device definitions.
    • You can also download missing device types from the sapserv server. For a current list of the supported device types, see SAP Note 8928 in the SAP Service Marketplace.
    • Most printers can be controlled using a generic format, such as PostScript. They can be switched to a mode that is compatible with one of the standard printers for which an SAP device type is available. In this case, a supported model is emulated.
    • Almost all printers are delivered with Microsoft Windows printer drivers. The system can control these printers with the generic (device-independent) device type SWIN. The Microsoft Windows spool system then performs the processing of the print data.
    • If the specified device types are not available, and generic device types cannot be used, you must create your own device type or edit a copy of an existing device type. We recommend that only those with specialist knowledge of the SAP Spool System and printer driver code do this. For more information, see Defining a New Device Type .
    Attributes of a Device Type
    A device type is distinguished by the attributes listed below. If you change an existing device type or create a new device type, you must change at least some of these attributes.
    • Character set: A character set specifies the codes with which characters must be represented in the print-ready output stream (output request). This code replaces the generic SAP characters set that is used internally by the SAP spool system (spool request).
    • Printer driver: You can specify different printer drivers for printing SAPscript documents and ABAP lists.
    • Print controls: Print controls represent printer operations, such as boldface or changing the font size. These print control are replaced by printer-specific commands during the creation of the output request from a spool request.
    • Formats: Formats specify the format supported by the SAP system. The system differentiates between SAPScript formats (DINA4 and LETTER) and ABAP list formats (X_65_132 = 65 rows/132 columns).
    • Page format: A page format is the interface between a format and SAPscript. It specifies the paper dimensions with which SAPScript can calculate the row and column lengths.
    • Actions: Actions are output device-specific commands that are required for the implementation of a format. The action printer initialization, for example, can contain a printer command with which the number of rows on a page is defined. There is a set of actions for every format supported by a device type.
    Using the APPend structure in the menu of SE11 Table we can add new fields into table
    and these two new fields are to be placed on a screena nd are to be populated along with the transaction data from the related transaction of that table.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Recent Reinstall causing interesting Issue. Can anyone give me and answer??

    Firstly here's my basic machine profile:
    iBook G4
    1.33Ghz Processor
    512MB RAM (256 Wired, 256 In spare DIMM slot)
    60GB HD (7200Rpm)
    Mac OS X Tiger
    External Display
    I've recently had to reinstall my system due to a system wide error created by the classic desktop.
    This error was causing my Automator actions to freeze my computer, the machine was also freezing randomly during different parts of the user login process (this happened on all accounts.
    Initially I did an Archive and Install, I wanted to keep my user setting and files. This would work for about an hour and then certain things would hang the system, specifically:
    (from what I tried) Opening windows too quickly (as the desktop was logging in). I was trying to get to Disk Utility.
    Using Menus (trying to get to System Preferences).
    I had been using the machine quite merrily for over a year, then one night I was running old software in Classic, this froze the machine.
    I restarted the machine, Logged in (the machine still worked); I opened Classic preferences and clicked rebuild desktop (it says that this may fix software that's not running well in clasic.), this froze thye machine.
    I restarted and this is when everthing went HAYWIRE!!!
    That is how the machine came to be as it was.
    After following the assistance from Apple's phone support I rebooted the machine holding shift, this gave me "Safe Boot" and I was able to save my work. The tech support also told me that my problem sounded like a system wide issue and that I should back up my data and zero-out the disk. This worked.
    I reinstalled Tiger and got the most recent updates from Apple. The Machine is running beautifully now.
    now.
    The issue I bring forth is that I was using a system hack called "Screen Spanning Doctor", a hack that give iBook and iMac users the ability to turn off screen mirroring, It helped me greatly.
    Now this should have been a software hack should it not? Because after reinstalling the system (from a Tiger DVD), the feature to span screens has remained... I don't understand how this is possible though
    All comments are welcome, I hope someone can answer this strange issue for me.
    regards,
    Pete.
    iBook G4; 60GB Hard Drive, 512MB RAM, Airport Extreme + iPod Nano (1GB Black) Mac OS X (10.4.6) iWork & iLife '06, Adobe CS2, Final Cut Pro. Anything and Everything!!!

    Hi Peter...
    Try reading MacFixIt about tips of reinstalling OS after a system-wide failure:
    http://www.macfixit.com/
    One tip about Archive & Install is to uncheck "preserving (old) users internet settings" etc, that may bring any corrupted or unstable system files over, the key here is to start from a fresh new stable OS.
    Did you also inadvertently migrate over the hack that you have mentioned? If it is software based, it should not be functioning when you perform the A&I method.
    Since you have back up all your important data, your "last resort", and probably the "best garanteed way" of ensuring a new stable fresh OS, is to erase, reformat the drive and install from scratch.
    Cheers

  • HT204053 My apple id and icloud account merge together, i want to delete my icloud account because of some problems in name but i cann't delete my icloud account also and  rename also can you give me suitable answer on my email address

    My apple id and icloud account merge together, i want to delete my icloud account because of some problems on name so i want to change name or delete my icloud account .
    <Subject Edited by Host>

    You can't delete an iCloud account.
    Once it is attached to an AppleID it is attached forever.
    You can edit the name on your iCloud account or setup an email alias if you made a mistake with the email address.

  • HT5312 Can you give me my answer to my security question

    Please give my answer to me please I forget them

    1. See my User Tip for some help: Some Solutions for Resetting
        Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for
            support and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions
    5. For online assistance use Apple - Support - Express Lane

  • Can someone give a simple answer about mirroring please  ;-)

    I have a few iMac G5's and am thinking about picking up some more. They are the flat panel, all in one types.
    We need a second monitor to be added so people have a larger desktop for menu's, control panels, etc....
    I'd like to buy a Cinema Display to do this.
    Will it work or not?? It "sounds" like mirroring is only the same thing that's on your corrent monitor, not a true "SECOND" monitor? Don't see what good it is if that's the case. If it's not a "second" monitor that can be used, why are the ports there??
    many thanks

    Hi Mike and Ybysaiah,
    This is a firmware hack. The website Mike cited is dotted with warnings and rightly so. Get it wrong, and you will have a dead computer.
    You may also have issues if system updates are released that include (newer) graphics drivers that are incompatible with the adjusted firmware settings this hack causes.
    I'm not saying "don't do it". I'm just suggesting you be very careful, and aware of the possible consequences.
    Cheers!
    Karl

  • How do I correctly use Macro Builder to have a form auto select a TAB depending on a value selected in a combo box?

    I am working in access 2013 to update a database first created in Access 2003. It has been saved as an accdb but I have the same problem in earlier versions.
    I have a Tab Control subform in my MainDataEntry form which has 5 different tabs. Each Tab has its own set of text boxes and combo boxes for data entry. At the top of the MainDataEntry form there is a Text box [Text393], which has a drop down with
    the 5 TAB names, [Mobile Device],[Computer],[Loose Media],[Network] and [Original Device]. When I select one of these values in the Text box, I would like to automatically set focus on the first Textbox or ComboBox inside the corresponding TAB.
    I have tried to do this using the MacroBuilder inside the "After Update" Property for the Text or Combo box that is on the MainDataEntry Form using "If" and "Else If" statements for the "GoToControl" action, however
    I seem to be able to only get one Tab to work. I have tried several different variations of this, putting the If statement first and the action argument second...putting all arguments inside a group, or not grouped....nothing seems to work. What am I
    doing wrong?
    EXAMPLE:
    If [Text393]=[Mobile Device] Then
        GoToControl
             Control Name   Combo471
    Else If [Text393]=[Computer] Then
        GoToControl
    Control Name   Bios_Date
    Else If [Text393]=[Loose Media] Then
        GoToControl
             Control Name   Combo659
    Else If [Text393]=[Network] Then
        GoToControl
             Control Name   User Name
    Else If [Text393]=[Original Device] Then
        GoToControl
             Control Name   Combo814
    End If

    In the Macro Builder's AfterUpdate event for [Text393]:
    GoTo Control
      Control Name =Forms!MainDataEntry.Controls(Text393.Value).Name
    To ensure that the first control on each tab receives the focus, set that control's Tab Index property to zero (0).

  • How can we give the option to edit the cell value of a table to user

    i have a Jtable which shows the entered values of all the expenses daily.Before saving them i want to provide an option to user for editing.How this is possible.
    I went through the TableCellEditor interface .I think it needs to be implemented some code there.
    help me out in implementing those methods.

    Might I suggest reading the JTable tutorial? And/Or perhaps purchasing a book on swing?

  • Setting up Sharepoint 2013 approval workflows depending on field value

    Dear Microsoft Support,
    I am still relatively new to Sharepoint-Infopath and would need help with setting up workflows for a requisition form I am creating. I have designed and created a form using Infopath 2013 and have successfully created the link
    to have the data uploaded into my Sharepoint Server 2013 library. This form's purpose is to have our users make supply requisitions from the Warehouse department. We are a school, therefore, there are numerous different departments with different approvers.
    My goal now is to setup the approval workflows using Sharepoint Designer 2013. The complication now is that only certain people need to approve the requests, depending on the department selected. For example, I am in the IT department, if I put a field's value
    as "IT" the form will be sent to the IT department manager prior to going to the Warehouse department for processing. If the user chose "English", the form will be routed to the English department head for approval. What are the steps that
    I would take to have that kind of customization? How do I setup approval workflows in Sharepoint Designer 2013 to meet that?
    I have tried searching for solutions over the web, but all of them are too generalized and would not be related to my case in terms of different approvers depending on the different departments in our school. Your assistance would be greatly appreciated.
    Thanks. Jason

    I would create a second SharePoint list that is set up with two columns. The first column is Title (which is a default column) and the second column is 'Person or Group' column and name it 'Approver'. Then enter the department in the title field and select
    the person who needs to approve that department's forms in the 'Approver' field. Use this list and pull in this information in the InfoPath form by creating a data connection to the newly created list and set up the filter to only pull
    back the information where 'Title' = 'Department'. After this information is pulled into your form, store the approver information in a hidden field in the InfoPath form and use that field throughout the workflow.
    I know this is a very brief explanation so let me know if you need more information.

  • Can I create a Master PDF that pulls field values from multiple PDFs?

    I am designing a tracking system for a class and want to have the student fill out a basic information form that tracks personal information and individual test grades.  As an administrator, I want to have a master list that can track the entire class and pull in their grades, calculate class average, and order them accordingly.  Ideally, it would pull from a folder of these student PDFs.
    Does Adobe have a way to do this?  I have LiveCycle and Acrobat Pro.

    Thanks for the very prompt answer!  That seems like it sort of does what I want - however, once I leave the course, I want to have the system continue to work - and future Admins probably wont have access to Acrobat Pro, or the technical knowledge to send out looking for responses.  Nor is there a sharepoint (or equivalent drive) to set.  Perhaps some further explanation is required.
    There are multiple classes going on at one time, and each class gets a folder on a standalone machine, with a different Admin in charge of each class.  When one graduates, another one fills in behind them a week or so afterwards.  So what I need is a "template" file for student data, and a template "Master list" that pulls from all of the student data PDFs in that folder, locally, without the Master list having to send out requests for information.  That way, when a new class starts, the students can email in their student data, the Admin can pop them all in a folder with a blank Master List template, and when the admin opens the Master list, it populates with all the data from the student sheets.
    Hopefully that is a little clearer, and hopefully doable!  It really needs to be pretty darn simple.  We used to do it in Excel, and gave each student a tab where we copy/pasted their basic data - and a crosslinked sheet pulled it into the master list.  Alas, that looked unprofessional and sometimes was very troublesome when the students altered the Excel form in any way or put things in the wrong cells.
    Thanks!

  • Can we change the state based upon another field value?

    I want to change the state to Done when completed work is set to 0. I googled it and came to know about this:
    Handle it from the server side, monitoring the WorkItemChanged event. The downside is that it doesn't reflect immediately in the end-user screen. After editing a work item, the user would have to hit Refresh to see the new state.
    Will it be perfect in this way? Any other suggestions.
    Please provide best links to learn about creating server plugins and depoying.

    Hi divya,
    For your questions, you can refer to the link that Alexandr mentioned above to check the Pros and cons of custom controls for work item tracking.
    And for server side plugin, it has the ability to capture all the occurred events without exception. You can get more information about how to implement it by refering links below:
    https://socialtfs.codeplex.com/wikipage?title=How%20to%20create%20and%20debug%20a%20Team%20Foundation%20Server%20server-side%20plugin&referringTitle=Documentation
    http://vgaltes.com/index.php/2013/04/14/create-a-team-foundation-server-event-handler/
    http://geekswithblogs.net/jakob/archive/2010/10/27/devleoping-and-debugging-server-side-event-handlers-in-tfs-2010.aspx
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can we give F4 help

    Dear Freinds,
                     I would like to know can we give F4 help to employee no , similar to the one which has
    the F4 help when we have user logical database PNP . I mean to say can i give the F4 help to the field emp_no( Employee no) like the same functional which we get for the field Personnel no ( pernr-pernr) when we are using the logical database PNP.
    In my report iam not using the logical databse (PNP)in this requirement. If i can provide the F4 help on my field  emp_no  , please help me in this regard.
    Thanks & regards
    Divya.

    Creating a basic search help which allows you to provide the user with a selection help to select specific fields from
    a table or view is very straight forward. Simply create a search help with the desired table as the selection method
    and add the fields you want them to see/select into the search help parameters section. See below for details of how
    to create a search help for table TRDIR
    Step1: Execute transaction SE11
    Step2: Create new search help called 'ZSH' (must be less than 5 chars long to be used as matchcode)
    Step3: Enter the following details:
    Step4: Save and activate
    Step5: Add following line into your program: PARAMETER p_prog LIKE trdir-name MATCHCODE
    OBJECT zsh.
               Or see other methods of adding a search help.

Maybe you are looking for