Form field: the user selects a single cell in a table?

I have a table I'll turn it into a form where the user can select multiple cells. When the user is finished, it will present in the usual way.

I want the user to be able to select multiple cells, and have sectionals outlined in red, by the small illustration that I've included here. I can't seem to find a way to do it, even if it is obviously very simple. Ideas? The table below is just a mock-up of what I want the form to look like after the user has selected the cells which are framed in red. Borders appear only when the user has clicked on it.

DRM for your suggestions!tabletest.jpg

If these cells will be interactive form fields, the user will not be able to select several fields at the same time. What is possible change the border color when the user clicks in a field while holding down a modifier (shift, Ctrl) key. A simple example, the following script into a text field Mouse Up event will change the border color of the field to red when the SHIFT key is pressed while clicking on the field, but the change will be apparent once the field has lost focus. He will return to transparency if the SHIFT key is held down while you click on the field:

Script mouse upwards to the text field

event.target.strokeColor = event.shift? Color.Red: color.transparent;

Tags: Acrobat

Similar Questions

  • I need to make a required field 'A' if the user selects "OFF" in a ON / OFF dropdown

    I need to make it a required field 'A' if the user selects 'OFF' in a drop-down list box ON / OFF.

    Ideally, I would like to make several required fields - A, B, C, D, but I limit myself to one if someone can help me please.

    You must run a JavaScript script for action 'the blur '.

    If (event.value == "OFF") {}

    this.getField("A").required = true;

    this.getField("B").required = true;

    this.getField("C").required = true;

    } else {}

    this.getField("A").required = false;

    this.getField("B").required = false;

    this.getField("C").required = false;

    }

  • Count the items in the drop-down list by repeating the subform if the user selects "S/o".

    I'm counting the number of drop-down lists the user selected "N/A" in a repeating subform. I want the total appear in a numericfield or textfield. Here is my script that unfortunitly does not work and my page layout form. I placed it in the ready event: layout so the total is updating the number of changes of N/A.

    Hierarchy.GIFScript.GIF

    Hello

    I put the code in the text box, something like calculate event;

    var result = 0;

    instanceCount var = _Subform2.count;

    var instance = Form1.resolveNodes ("Subform2 [*]");

    for (var i = 0; i)< instancecount;="">

    {

    If (instances.item (i). Table1.row2.score.RawValue == 'N/a') {}

    result ++;

    }

    }

    this.rawValue = result;

    The reference to the "_Subform2.count" will ensure that the code is executed whenever an instance is added or deleted.

    Concerning

    Bruce

  • ADF Mobile: contact is created on the device that, after the user selects the button AUTHORIZE

    My app allows users to quickly and easily add contacts on their IOS phone.  I need help capturing the "do not ALLOW" button click.

    Background:

    When you add a contact to the users device phoneGap prompts the user "Allow PAP to access Contacts?".  After that this alert is displayed, the user must select "Allow" or "Disallow".  Of course if the user selects "Allow" my code works perfectly.

    However, if the user selects "Do not allow" I'm not able to capture this selection and process accordingly.

    Here's the line of code that treats the newContact for this user to the application.

    Contact newContact = device.createContact (contact);

    where the 'contact' has been resolved with the user data

    You would offer your expert opinion on how to do it please?

    Thank you very much!

    Tree Strepek

    The permissions for iOS in the config.xml file.

    https://github.com/Apache/Cordova-plugin-contacts/BLOB/master/src/iOS/CDVContacts.h

  • How can I add a form with the user name and password

    I would like to add a registration form with the user name and password. Are there any embedded html or widget for this

    Hello

    Here you will find a similar description:

    https://forums.Adobe.com/message/6078030

    https://forums.Adobe.com/message/6141887

    Thank you

    Sanjit

  • How can I stop loading if the user selects another mp3 mp3?

    I work with a lot of mp3 files and I want to be able to stop an MP3 of loading from the server if the user selects a different mp3. How can I do this?  Here is my code so far:

    function startNewSound (): void
    {
    var mySound:Sound = new Sound();
    mySound.load (new URLRequest (tempo + ".mp3"));
    mySound.addEventListener (Event.COMPLETE, soundLoaded);

    function soundLoaded(evt:Event):void
    {
    sndChannel.stop ();                   his previous is stopped
    sndChannel = mySound.play (0, int.) MAX_VALUE);
    myTransform.volume =-volumeNum/100;
    sndChannel.soundTransform = myTransform;
    }
    }

    Any help is greatly appreciated.

    Your code can be something like this:

    var mySound:Sound = new Sound();// listeners should be added BEFORE load is calledmySound.addEventListener(Event.COMPLETE, soundLoaded);var sndChannel:SoundChannel = new SoundChannel();
    
    function startNewSound():void  {     mySound.close();     mySound.load(new URLRequest(tempo + ".mp3"));}
    
    function soundLoaded(evt:Event):void{     sndChannel.stop();  //previous sound is stopped     sndChannel = mySound.play(0, int.MAX_VALUE);     myTransform.volume = volumeNum / 100;     sndChannel.soundTransform = myTransform;}
    
  • Image display the user selected using FileReference

    I use FileReference to allow users to choose an image of their hard drive. Once the user selects the image I would like the image to display in the .swf before they download it.

    I tried this:

    fileRef = new FileReference();
    ....
    var bmpData:BitmapData = BitmapData (fileRef);
    var bm = new Bitmap (bmpData, "auto");
    screenHolder.addChild (WB);

    and this:

    var loader: Loader = new Loader();
    var request: URLRequest = new URLRequest (fileRef);
    Loader.Load (request);
    screenHolder.addChild (loader);

    but these don't work.

    does anyone have any suggestions? What I do is it possible? Or do I have to use a server?

    Thank you!

    Thanks Kglad, you are always so useful, even if the news is bad :)

  • Paste multiple lines of text in a single cell in a table

    Hi all

    I lost it by train for formatting columns and thought it would be easier to put the data in a table.

    I tried selecting my 5 lines (name and address) and paste it into a single cell of a table, but it keeps splitting up to more than 5 cells.  Is any way to replace it?

    Thank you

    Hey Shorty,

    Select the 5 lines of text and copy (or cut).

    In a table cell, click twice to place the cursor in the cell (the cursor is now in the text layer of the cell).

    Dough.

    Kind regards

    Ian.

  • Display of a field on the form of the user's profile based on the results of another field

    Hello

    I have a requrement in which I'm supposed to display a checkbox based on the selection of the value to the employee type drp down.

    Thus, for example, if the field of employee type is selected with a value of 'Entrepreneur', a box should appear on the user profile form. If the value is anythign to another aprt of the contractor, the form should not display this box.

    Any ideas if this can be achieved OOB or it would require customization to the JSPs?

    Thank you
    Aerts

    You can use ajax and DHTML to achieve this functioanlity. I've already implemented and it works very well.

    See you soon!

  • Presentation of the form - Hardcode vs the user selection

    Hi all

    Here is my scenario:

    -Form displays the 12 months of actuals, forecasts and budgets
    -Here are the combinations of script Version:
    Real-> final
    Forecasts-> work
    Budget-> This depends on the user's selection in a menu drop-down

    I know that this could be done in EN, but how is it possible on the planning? Or is it possible at all?

    Basically I would like to encode the version for actual expenditures and forecasts and allow users to select the budget version.

    Thank you very much.

    Mehmet

    PS We are on 11.1.2.1

    Take a look at the user variables. Create the variable user for the scenario and then ask users to pre-populate it in the preferences before they open the form.

  • Is it possible to skip the user selection screen and go directly to the login screen

    I don't have a single account username on my computer windows 7, but after a timeout of the screen or at startup, the system come with icon associated with my account, I have to click on before that I can enter name of user and password.  How can I get to ignore the screen / icon of the user's selection and present the login window?

    Hello rimrock,.

    Go to start search screen.
    Type Control userpasswords2, and then click the Enter key.
    Now, you will see the display of user accounts.
    Select the user you want to change and then you account uncheck you the
    "Users must enter a user name and password to use this computer."
    Click on the button apply.
    This will automaticall open the logon window.
    Enter the password to confirm and add to the system so that you don't need input to the
    login screen.

    Let us know if that helps.

  • Script to check if the user selected item from downdown list or not

    I have a script that runs when the form user leaves a drop-down list object after you make a selection. I don't want the script runs if the drop-down list object is empty (the user does not have a selection). I need to create an if statement to test if the user makes a selection in the drop-down list. All the items in the drop-down list are 4 digits.  I prefer the stated case is in the Exit event. The following script is correct?

    If (dropdown1.isNull | dropdown1.rawValue.length! = 4) {}

    xfa.host.messageBox ("you must make a selection, the drop-down list name");

    }

    else {}

    set the script to execute here

    }

    It seems that your script is generally good, but you try to do something more in the message box? Did you mean to carry the name of the drop-down list in the title or as part of the message?

    If you are not allowing the custom entry, you only need the null control. Of course, we only talk about one millisecond, or to check the length of your string. So, you are not asking all devices to perform intense processing.

    If I were asked to do, this is what my script would look like.

    If you allow custom entries, you must specify what the problem is for the user.

  • The user select several shapes and assign the variable

    Hello

    I worked mainly Storyline articulate and now I'm back in Captivate 8 I really miss simplicity of the scenario

    I need to create a very simple interaction "select all the boxes." I want the text in boxes and the user to select as much as they wish (there are 10 in total) and that selected they should change their 'down' State, so it is obvious that they have enabled the box on and then a variable is assigned to show later in the course.

    I told the Action for the award of variable when the user clicks on but just slide forward and I can't select several options. Also, there is a pause on the button continue for the slide does not move on to the next.

    Can someone tell me how I can do this SIMPLE interaction quickly?

    A simple action will always be out of reading, replace it with a standard advanced action (can be a single line, but I think you will need more than one).

    Why choose Standard Simple action? -Captivate Blog

    It also has a link to a YouTube video.

    Keep with scenario then... for me it's very simple, but that's just me.

    What should be stored in the variable? The number of texts chosen? Or do you want a text variable and change this variable from 0 to 1 if the corresponding text is selected?

    Why not use the interaction of checkboxes? It's pretty simple to use, it will store the answers selected in the variables.

    If you explain better what you want to, have solutions for all situations.

  • Spread of the update of the form to the user for processing the form

    I use GTC to database user configuration. Provisioning works very well. but when I update a user form field using connection xelsysadm changes are not spread user form to process the form. I checked the search values. USR_PROCESS_TRIGGER which is "Update password". Help, please.

    Hello

    Please read this post.
    Kevin and myself have it explained in detail.

    IOM password

    Concerning
    Nitesh

  • An event of a ring of Menu when the user selects the element itself

    As the subject says: I have a ring of menu.  I want to trigger an event if the user clicks on a menu item that has the same value as the vehicle currently has.

    I considered dynamically by registering on ' Ring: Mouse Down ", then pulling the value from that - but I can't understand how to tell if they clicked on the inside or outside of the menu box. Also, I can't assume the menu box, it appears is always the same size, because I'm creating programmatically values of the ring.

    Any thoughts?

    That shed light on the issue. Use a drop-down list box. Any selection in a list box drop-down is always a change in value, so you can use the value change event and capture the same selection twice. I tried and it works. Selected 'Test 1' over and over again, and it still triggers change in value.

Maybe you are looking for